MarketSquare / robotframework-seleniumlibrary-java

Java port of the Python based SeleniumLibrary for Robot Framework
Apache License 2.0
23 stars 16 forks source link

"Wait Until Element Is Visible" not working with chromedriver 77.0.3865.40 #93

Closed homerlex closed 4 years ago

homerlex commented 4 years ago

We just upgraded chromedriver from version 76.0.3809.126 to 77.0.3865.40 and all our "Wait Until Element Is Visible" started failing. Even something as simple as the following fails

Wait Until Element Is Visible  //div

The error message is:

 Element '//div' not visible in 30 seconds

The problem seems to lie with "Element Is Visible". If we do "Wait Until Page Contains Element" it works fine.

We've seen this problem on both Windows and Linux, headed and headless with chromedriver version 77.0.3865.40

Anyone else experiencing the same issue?

homerlex commented 4 years ago

FYI - This has been resolved with chromedriver 78. Here is the bug report: https://bugs.chromium.org/p/chromedriver/issues/detail?id=3103