MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / click

Method click

java/src/org/openqa/selenium/WebElement.java:50–50  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls