S
Size: a a a
S
B
S
S
B
B
S
S
WebDriverWait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(15));бросает в test method (C#, VS Code) время-от-времени ("когда долго не трогал IDE")
IWebElement element = wait.Until(e => e.FindElement(By.XPath(XPathCategoryLink)));
Exception has occurred: CLR/OpenQA.Selenium.NoSuchElementException
wait.Untilэто исключение просто пропускает, хотя на selenium.org - "With this knowledge, and because the wait utility ignores no such element errors by default"????
M
ZE
В
MZ
MZ
MZ
MZ
А
E
MZ
MZ
MZ