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
If a div is the very first element in the body of a page, then mouseout events won't be generated if the mouse moves to the body.
If event handlers are registered on the topmost div for mouseout and mouseover events, moving the mouse results in a mouseover event firing, but no mouseout. In ChromeDriver, moving the mouse to the body generates the mouseout event anyway.
The text was updated successfully, but these errors were encountered:
If a div is the very first element in the body of a page, then mouseout events won't be generated if the mouse moves to the body.
If event handlers are registered on the topmost div for mouseout and mouseover events, moving the mouse results in a mouseover event firing, but no mouseout. In ChromeDriver, moving the mouse to the body generates the mouseout event anyway.
The text was updated successfully, but these errors were encountered: