MCPcopy 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

22public 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

buildByFromLongFindByMethod · 0.45

Calls 8

classNameMethod · 0.95
cssSelectorMethod · 0.95
idMethod · 0.95
linkTextMethod · 0.95
nameMethod · 0.95
partialLinkTextMethod · 0.95
tagNameMethod · 0.95
xpathMethod · 0.95

Tested by

no test coverage detected