Я начинающий автоматизатор.
Такая вот проблема: тести пишу под InternetExplorer по xpath(Не очень красивому, но диваться не куда(наверное)). Но так как проект gwt, периодически тесты не проходят с такими ошибками:
org.openqa.selenium.StaleElementReferenceException: Element is no longer valid (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 104 milliseconds
либо
org.openqa.selenium.ElementNotVisibleException: Cannot click on element (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 94 milliseconds
либо
org.openqa.selenium.NoSuchElementException: Unable to find element with xpath = ....
Подскажите как бороться с gwt в IE. Как лучше искать элементы?