Method
PreW3CLocator
(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
Tested by
no test coverage detected