Skip to content

Commit 7331af9

Browse files
committed
Update README.md
Added list of new methods
1 parent c18ef7a commit 7331af9

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

README.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,40 @@ Java language binding for writing Appium Tests, conforms to [Mobile JSON Wire Pr
55

66
Depends 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()

0 commit comments

Comments
 (0)