Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ name
Function
name
javascript/selenium-webdriver/lib/by.js:204–206 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
202
* @
return
{!By} The
new
locator.
203
*/
204
static name(name) {
205
return
By.css(
'*[name="'
+ escapeCss(name) +
'"]'
)
206
}
207
208
/**
209
* Locates link elements whose
Callers
nothing calls this directly
Calls
2
escapeCss
Function · 0.85
css
Method · 0.45
Tested by
no test coverage detected