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
Separating out detection of focusable elements for sendKeys in IE
Allows separate error messages for attempting to send keys to a
non-focusable element. Also fixes sending keystrokes to <option> elements
by forwarding the detections to the parent <select> element.
0 commit comments