You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to select item before the page was fully update I got StaleElementReferenceException after timeout.
INFO: Select 'Quick' for Menu 'Nav Menu' (SearchPage.navMenu; ; cssSelector='#horizontalNav .embs-nav__item')
java.lang.RuntimeException: java.lang.AssertionError: Do action Select 'Quick' failed. Can't get result. Reason: java.lang.RuntimeException: java.lang.AssertionError: Do action Click on Element failed. Can't get result. Reason: org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
(Session info: chrome=62.0.3202.94)
(Driver info: chromedriver=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f),platform=Windows NT 10.0.10586 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/stale_element_reference.html
Build info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:01:39.354Z'
System info: host: 'EPRUPETW6024', ip: '10.66.9.120', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
at com.epam.commons.Timer.wait(Timer.java:128)
at com.epam.commons.Timer.alwaysDoneAction(Timer.java:90)
at com.epam.jdi.uitests.web.selenium.elements.actions.ActionInvoker.doJAction(ActionInvoker.java:73)
at com.epam.jdi.uitests.web.selenium.elements.actions.ActionInvoker.doJAction(ActionInvoker.java:69)
at com.epam.jdi.uitests.web.selenium.elements.actions.ElementsActions.select(ElementsActions.java:151)
at com.epam.jdi.uitests.web.selenium.elements.complex.Selector.select(Selector.java:55)
The text was updated successfully, but these errors were encountered:
If I try to select item before the page was fully update I got StaleElementReferenceException after timeout.
INFO: Select 'Quick' for Menu 'Nav Menu' (SearchPage.navMenu; ; cssSelector='#horizontalNav .embs-nav__item')
java.lang.RuntimeException: java.lang.AssertionError: Do action Select 'Quick' failed. Can't get result. Reason: java.lang.RuntimeException: java.lang.AssertionError: Do action Click on Element failed. Can't get result. Reason: org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
(Session info: chrome=62.0.3202.94)
(Driver info: chromedriver=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f),platform=Windows NT 10.0.10586 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/stale_element_reference.html
Build info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:01:39.354Z'
System info: host: 'EPRUPETW6024', ip: '10.66.9.120', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
at com.epam.commons.Timer.wait(Timer.java:128)
at com.epam.commons.Timer.alwaysDoneAction(Timer.java:90)
at com.epam.jdi.uitests.web.selenium.elements.actions.ActionInvoker.doJAction(ActionInvoker.java:73)
at com.epam.jdi.uitests.web.selenium.elements.actions.ActionInvoker.doJAction(ActionInvoker.java:69)
at com.epam.jdi.uitests.web.selenium.elements.actions.ElementsActions.select(ElementsActions.java:151)
at com.epam.jdi.uitests.web.selenium.elements.complex.Selector.select(Selector.java:55)
The text was updated successfully, but these errors were encountered: