File tree Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,40 @@ Java language binding for writing Appium Tests, conforms to [Mobile JSON Wire Pr
55
66Depends upon the Selenium Java client library, available [ here] ( http://docs.seleniumhq.org/download/ )
77
8- ##Project Status ##
9- Appium 1.0 features/functions implemented so far:
8+ ###Added functions# ##
9+ More can be found in the docs, but here's a quick list of features which this project has added to the usual selenium binding.
1010
11- -Context Switching (.context(), .getContextHandles(), getContext())
11+
12+ - resetApp()
13+ - getAppString()
14+ - sendKeyEvent()
15+ - currentActivity()
16+ - pullFile()
17+ - pushFile()
18+ - hideKeyboard()
19+ - runAppInBackground()
20+ - performTouchAction()
21+ - performMultiTouchAction()
22+ - tap()
23+ - swipe()
24+ - pinch()
25+ - zoom()
26+ - getNamedTextField()
27+ - isAppInstalled()
28+ - installApp()
29+ - removeApp()
30+ - launchApp()
31+ - closeApp()
32+ - endTestCoverage()
33+ - lockScreen()
34+ - shake()
35+ - complexFind()
36+ - Context Switching: .context(), .getContextHandles(), getContext())
37+
38+ Locators:
39+ - findElementByAccessibilityId()
40+ - findElementsByAccessibilityId()
41+ - findElementByIosUIAutomation()
42+ - findElementsByIosUIAutomation()
43+ - findElementByAndroidUIAutomator()
44+ - findElementsByAndroidUIAutomator()
You can’t perform that action at this time.
0 commit comments