Simulates moving the mouse over 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 the
()
| 1320 | * @return the page which this element's window contains after the mouse move |
| 1321 | */ |
| 1322 | public Page mouseMove() { |
| 1323 | return mouseMove(false, false, false, MouseEvent.BUTTON_LEFT); |
| 1324 | } |
| 1325 | |
| 1326 | /** |
| 1327 | * Simulates moving the mouse over this element, returning the page which this element's window contains |
nothing calls this directly
no test coverage detected