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
Until my google Chrome wasn't updated to version 78 my test automation scripts worked fine. So I am not able anymore to find WebElement with id='plugin' in PDF opened in browser using Selenium WebDriver and Java:
Error:
org.openqa.selenium.TimeoutException: Timed out after 90 seconds waiting for visibility of element located by By.id: plugin
After I deleted Google Chrome version 78 and installed version 76 my automation tests are working again. Everything works perfectly. I hope that this issue with version 78 will be fixed.
Thank you!
The text was updated successfully, but these errors were encountered:
Until my google Chrome wasn't updated to version 78 my test automation scripts worked fine. So I am not able anymore to find WebElement with id='plugin' in PDF opened in browser using Selenium WebDriver and Java:
Java selenium code:
Error:
org.openqa.selenium.TimeoutException: Timed out after 90 seconds waiting for visibility of element located by By.id: plugin
After I deleted Google Chrome version 78 and installed version 76 my automation tests are working again. Everything works perfectly. I hope that this issue with version 78 will be fixed.
Thank you!
The text was updated successfully, but these errors were encountered: