Simulates right 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 af
()
| 1428 | * @return the page which this element's window contains after the mouse click |
| 1429 | */ |
| 1430 | public Page rightClick() { |
| 1431 | return rightClick(false, false, false); |
| 1432 | } |
| 1433 | |
| 1434 | /** |
| 1435 | * Simulates right clicking the mouse on this element, returning the page which this element's window |
nothing calls this directly
no test coverage detected