Simulates clicking on this element, returning the page in the window that has the focus after the element has been clicked. Note that the returned page may or may not be the same as the original page, depending on the type of element being clicked, the presence of JavaScript action listeners, etc.<b
()
| 938 | * @exception IOException if an IO error occurs |
| 939 | */ |
| 940 | public <P extends Page> P click() throws IOException { |
| 941 | return click(false, false, false); |
| 942 | } |
| 943 | |
| 944 | /** |
| 945 | * Simulates clicking on this element, returning the page in the window that has the focus |