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

Method isMultiple

javascript/selenium-webdriver/lib/select.js:317–319  ·  view source on GitHub ↗

* Returns a boolean value if the select tag is multiple * @returns {Promise }

()

Source from the content-addressed store, hash-verified

315 * @returns {Promise<boolean>}
316 */
317 async isMultiple() {
318 return this.multiple
319 }
320
321 /**
322 * Returns a list of all selected options belonging to this select tag

Callers 6

selectByValueMethod · 0.95
selectByVisibleTextMethod · 0.95
deselectAllMethod · 0.95
deselectByVisibleTextMethod · 0.95
deselectByIndexMethod · 0.95
deselectByValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected