Simulates releasing the mouse click on this element, returning the page which this element's window contains after the mouse click release. 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 co
()
| 1401 | * @return the page which this element's window contains after the mouse click release |
| 1402 | */ |
| 1403 | public Page mouseUp() { |
| 1404 | return mouseUp(false, false, false, MouseEvent.BUTTON_LEFT); |
| 1405 | } |
| 1406 | |
| 1407 | /** |
| 1408 | * Simulates releasing the mouse click on this element, returning the page which this element's window contains |
no test coverage detected