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

Function toString

javascript/selenium-webdriver/lib/by.js:246–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244
245 /** @override */
246 toString() {
247 // The static By.name() overrides this.constructor.name. Shame...
248 return `By(${this.using}, ${this.value})`
249 }
250
251 toObject() {
252 const tmp = {}

Callers 1

by.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected