MCPcopy Index your code
hub / github.com/appium/java-client / findElement

Method findElement

src/main/java/io/appium/java_client/AppiumBy.java:53–56  ·  view source on GitHub ↗
(SearchContext context)

Source from the content-addressed store, hash-verified

51 }
52
53 @Override
54 public WebElement findElement(SearchContext context) {
55 return context.findElement(this);
56 }
57
58 @Override
59 public String toString() {

Calls

no outgoing calls