Simulates moving the mouse out of this element, returning the page which this element's window contains after the mouse move. The returned page may or may not be the same as the original page, depending on JavaScript event handlers, etc. @return the page which this element's window contains after t
()
| 1347 | * @return the page which this element's window contains after the mouse move |
| 1348 | */ |
| 1349 | public Page mouseOut() { |
| 1350 | return mouseOut(false, false, false, MouseEvent.BUTTON_LEFT); |
| 1351 | } |
| 1352 | |
| 1353 | /** |
| 1354 | * Simulates moving the mouse out of this element, returning the page which this element's window contains |
nothing calls this directly
no test coverage detected