MCPcopy
hub / github.com/SeleniumHQ/selenium / PreW3CLocator

Method PreW3CLocator

java/src/org/openqa/selenium/By.java:425–428  ·  view source on GitHub ↗
(String using, String value, String formatString)

Source from the content-addressed store, hash-verified

423 private final ByCssSelector fallback;
424
425 private PreW3CLocator(String using, String value, String formatString) {
426 this.remoteParams = new Remotable.Parameters(using, value);
427 this.fallback = new ByCssSelector(String.format(formatString, cssEscape(value)));
428 }
429
430 @Override
431 public WebElement findElement(SearchContext context) {

Callers

nothing calls this directly

Calls 2

cssEscapeMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected