Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ buildBy
Method
buildBy
java/src/org/openqa/selenium/support/How.java:24–27 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
22
public
enum How {
23
CLASS_NAME {
24
@Override
25
public
By buildBy(String value) {
26
return
By.className(value);
27
}
28
},
29
CSS {
30
@Override
Callers
1
buildByFromLongFindBy
Method · 0.45
Calls
8
className
Method · 0.95
cssSelector
Method · 0.95
id
Method · 0.95
linkText
Method · 0.95
name
Method · 0.95
partialLinkText
Method · 0.95
tagName
Method · 0.95
xpath
Method · 0.95
Tested by
no test coverage detected