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

Method execute_

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

* Schedules a command that targets this element with the parent WebDriver * instance. Will ensure this element's ID is included in the command * parameters under the "id" key. * * @param {!command.Command} command The command to schedule. * @return {!Promise } A promise that will be

(command)

Source from the content-addressed store, hash-verified

2615 * @private
2616 */
2617 execute_(command) {
2618 command.setParameter('id', this)
2619 return this.driver_.execute(command)
2620 }
2621
2622 /**
2623 * Schedule a command to find a descendant of this element. If the element

Callers 15

findElementMethod · 0.95
findElementsMethod · 0.95
clickMethod · 0.95
sendKeysMethod · 0.95
getTagNameMethod · 0.95
getCssValueMethod · 0.95
getAttributeMethod · 0.95
getDomAttributeMethod · 0.95
getPropertyMethod · 0.95
getShadowRootMethod · 0.95
getTextMethod · 0.95
getAriaRoleMethod · 0.95

Calls 2

setParameterMethod · 0.80
executeMethod · 0.65

Tested by

no test coverage detected