sysgears/selenium-automation-bundle

Method click on elements with “overflow=hidden” does not work in Microsoft Edge.

unrealgear opened this issue · 0 comments

Details:
When you try to click on an element which has style “overflow=hidden” Selenium throws an exception that the element is not visible and it has an attribute "displayed=false".

Reason:
Edge driver has issues with method isDisplayed when called on elements which have “overflow=hidden”. That's why the exception is thrown. The issue was already reported to Microsoft developers.