Vladislav Shcherba
Vladislav Shcherba
@HowTurnRight Thanks for your speedy reply! Do you mean I will have the same behavior using ChromeDriver and Selenium for example? If so, then I have to close the issue...
@HowTurnRight I have checked how Selenium and ChromeDriver works. It does find siblings when using `WebElement`'s `findElement(By)` method with XPATH AXES. I think this behavior should be considered as a...
@anunay1 Hello! Would it be possible for you to confirm if I'm on the right track?
@anunay1 Thanks for responding! I'm receiving `org.openqa.selenium.NoSuchElementException` after the framework tries to explicitly find an element within 15 seconds. WinAppDriver logs show the attempts: ``` ========================================== POST /session/3F1E2A88-77DC-432B-A99C-DCE9DE3C8447/element HTTP/1.1 Accept-Encoding:...
@Shakevg Thanks for responding! The timeout is 15 seconds and it is more than enough for the page to load. For the page source, I will let you know as...
@Shakevg @anunay1 I have added logging and now the framework prints a page source on a test fail. And I see that in the case when an element was not...
@anunay1 There are a few xpaths in tricky places, but the most of the locators are AutomationId.
@Shakevg Thanks for answering! This was done almost as soon as the automation project has started. And I think it helps to improve stability. I have a feeling that the...