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
Adding detection of intercepted element clicks to IE
This brings the IE driver into alignment with the Chrome and Firefox
(geckodriver) drivers, in that it detects when an element attempting to be
clicked on is covered in the z-order by another element. Do note that this
may cause different behavior from previous versions of the IE driver for
WebDriver code that runs only on IE. For code that runs cross-browser,
this should now yield the same behavior across platforms.
0 commit comments