Skip to content

Commit 82a236a

Browse files
Update docs.md
1 parent a724d5d commit 82a236a

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/docs.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ driver.rotate :landscape
4141
driver.rotate :portrait
4242
```
4343

44-
--
45-
46-
Tag Name | UIA
47-
--:|:--
48-
button | UIAButton
49-
textfield | UIATextField
50-
secure | UIASecureTextField
51-
text | UIAStaticText
52-
53-
--
5444

5545
- `status["value"]["build"]["revision"]` Discover the Appium rev running on the server.
5646
- `driver.keyboard.send_keys "msg"` Sends keys to currently active element
@@ -141,11 +131,11 @@ alert.dismiss
141131
# Secure textfield example.
142132
#
143133
# Find using default value
144-
s = secure 'Password'
134+
s = textfield 'Password'
145135
# Enter password
146136
s.send_keys 'hello'
147137
# Check value
148-
s.value == password('hello'.length)
138+
s.value == ios_password('hello'.length)
149139
```
150140

151141
[routing.js](https://github.com/appium/appium/blob/master/app/routing.js#L69) lists not yet implemented end points.

0 commit comments

Comments
 (0)