Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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() {
Callers
15
testFlutterByKey
Method · 0.45
testFlutterByType
Method · 0.45
testFlutterText
Method · 0.45
testFlutterTextContaining
Method · 0.45
testFlutterSemanticsLabel
Method · 0.45
testFlutterDescendant
Method · 0.45
testFlutterAncestor
Method · 0.45
testWaitCommand
Method · 0.45
testScrollTillVisibleCommand
Method · 0.45
testScrollTillVisibleWithScrollParametersCommand
Method · 0.45
testDoubleClickCommand
Method · 0.45
testLongPressCommand
Method · 0.45
Calls
no outgoing calls
Tested by
15
testFlutterByKey
Method · 0.36
testFlutterByType
Method · 0.36
testFlutterText
Method · 0.36
testFlutterTextContaining
Method · 0.36
testFlutterSemanticsLabel
Method · 0.36
testFlutterDescendant
Method · 0.36
testFlutterAncestor
Method · 0.36
testWaitCommand
Method · 0.36
testScrollTillVisibleCommand
Method · 0.36
testScrollTillVisibleWithScrollParametersCommand
Method · 0.36
testDoubleClickCommand
Method · 0.36
testLongPressCommand
Method · 0.36