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

Method css

javascript/selenium-webdriver/bidi/browsingContext.js:56–58  ·  view source on GitHub ↗

* Creates a new Locator object with CSS selector type. * * @param {string} value - The CSS selector value. * @returns {Locator} A new Locator object with CSS selector type.

(value)

Source from the content-addressed store, hash-verified

54 * @returns {Locator} A new Locator object with CSS selector type.
55 */
56 static css(value) {
57 return new Locator(Locator.Type.CSS, value)
58 }
59
60 /**
61 * Creates a new Locator object with the given XPath value.

Callers 15

cvFunction · 0.45
bCFunction · 0.45
jquery.min.jsFile · 0.45
gFunction · 0.45
by.jsFile · 0.45
idFunction · 0.45
nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected