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
Use elementFromPoint for IE driver in determining obscured elements
This is in direct violation of the algorithm specified in the W3C
WebDriver Specification, but it fixes a class of IE-specific bugs that
present themselves when using elementsFromPoint. This is used to shortcut
the use of elementsFromPoint if it is not necessary.
0 commit comments