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
Updating IE driver getActiveElement command to be spec-compliant
If there is no active element, this method may now return a null results,
as in compliance with the W3C WebDriver specification, which relies on the
DOM definition of active element. Language bindings maintainers should
take note that this is a behavior change, and that the command can now
return null values. Adjust your language bindings accordingly.
0 commit comments