Click this element. If this causes a new page to load, you should discard all references to this element and any further operations performed on this element will throw a StaleElementReferenceException. Note that if click() is done by sending a native event (which is the default on most browsers
()
| 48 | * @throws StaleElementReferenceException If the element no longer exists as initially defined |
| 49 | */ |
| 50 | void click(); |
| 51 | |
| 52 | /** |
| 53 | * If this current element is a form, or an element within a form, then this will be submitted to |
no outgoing calls