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
An element should be click or an exception should be raised if it's partially covered.
Actual Behavior -
The click was performed outside the element.
Steps to reproduce -
The issue is probably caused by 65dbe9a and is reproducible when the element has 'border-radius' set, its middle point is covered by another element, and some corner points are not covered. It clicks point that doesn't belong to the element. As a result the element is not clicked and the exception is not raised.
I have also seen the issue in cases when the element didn't have border-radius set. In that cases WebDriver clicked one pixel right from lower right corner.
Meta -
OS:
Windows 7
Selenium Version:
2.51.0+
Browser:
Firefox
Browser Version:
Firefox 44.0.2+
Expected Behavior -
An element should be click or an exception should be raised if it's partially covered.
Actual Behavior -
The click was performed outside the element.
Steps to reproduce -
The issue is probably caused by 65dbe9a and is reproducible when the element has 'border-radius' set, its middle point is covered by another element, and some corner points are not covered. It clicks point that doesn't belong to the element. As a result the element is not clicked and the exception is not raised.
I have also seen the issue in cases when the element didn't have border-radius set. In that cases WebDriver clicked one pixel right from lower right corner.
jsfiddle - https://jsfiddle.net/aliaksandr_basau/tve0sf2w/
Code:
The text was updated successfully, but these errors were encountered: