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

Method search

javascript/selenium-webdriver/bidi/urlPattern.js:80–83  ·  view source on GitHub ↗

* Sets the search parameter in the URL pattern. * * @param {string} search - The search parameter to be set. * @returns {UrlPattern} - Returns the updated instance of the URL pattern for chaining.

(search)

Source from the content-addressed store, hash-verified

78 * @returns {UrlPattern} - Returns the updated instance of the URL pattern for chaining.
79 */
80 search(search) {
81 this.#map.set('search', search)
82 return this
83 }
84
85 asMap() {
86 this.#map.set('type', 'pattern')

Callers 15

runFunction · 0.45
flatten_browser_pdlFunction · 0.45
generate_codeMethod · 0.45
_extract_event_namesMethod · 0.45
_extract_enum_valuesMethod · 0.45
_extract_eventsMethod · 0.45
_get_cdp_detailsMethod · 0.45
_read_existing_userjsMethod · 0.45
_predicateFunction · 0.45
do_POSTMethod · 0.45

Calls 1

setMethod · 0.65

Tested by

no test coverage detected