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

Method click

javascript/selenium-webdriver/lib/webdriver.js:2698–2700  ·  view source on GitHub ↗

* Clicks on this element. * * @return {!Promise } A promise that will be resolved when the click * command has completed.

()

Source from the content-addressed store, hash-verified

2696 * command has completed.
2697 */
2698 click() {
2699 return this.execute_(new command.Command(command.Name.CLICK_ELEMENT))
2700 }
2701
2702 /**
2703 * Types a key sequence on the DOM element represented by this instance.

Callers

nothing calls this directly

Calls 1

execute_Method · 0.95

Tested by

no test coverage detected