Simulates clicking the mouse on this element, returning the page which this element's window contains after the mouse click. 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 th
()
| 1374 | * @return the page which this element's window contains after the mouse click |
| 1375 | */ |
| 1376 | public Page mouseDown() { |
| 1377 | return mouseDown(false, false, false, MouseEvent.BUTTON_LEFT); |
| 1378 | } |
| 1379 | |
| 1380 | /** |
| 1381 | * Simulates clicking the mouse on this element, returning the page which this element's window contains |
no test coverage detected