File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,6 @@ driver.rotate :landscape
41
41
driver.rotate :portrait
42
42
```
43
43
44
- --
45
-
46
- Tag Name | UIA
47
- --:|:--
48
- button | UIAButton
49
- textfield | UIATextField
50
- secure | UIASecureTextField
51
- text | UIAStaticText
52
-
53
- --
54
44
55
45
- ` status["value"]["build"]["revision"] ` Discover the Appium rev running on the server.
56
46
- ` driver.keyboard.send_keys "msg" ` Sends keys to currently active element
@@ -141,11 +131,11 @@ alert.dismiss
141
131
# Secure textfield example.
142
132
#
143
133
# Find using default value
144
- s = secure ' Password'
134
+ s = textfield ' Password'
145
135
# Enter password
146
136
s.send_keys ' hello'
147
137
# Check value
148
- s.value == password (' hello' .length)
138
+ s.value == ios_password (' hello' .length)
149
139
```
150
140
151
141
[ routing.js] ( https://github.com/appium/appium/blob/master/app/routing.js#L69 ) lists not yet implemented end points.
You can’t perform that action at this time.
0 commit comments