Skip to content

Commit 94657b4

Browse files
Update api_19_webview.md
1 parent 3b93375 commit 94657b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/api_19_webview.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ webview.client.remote_eval js
3838

3939
#### uiautomator accessibility
4040

41+
1. Load a webview. Exit the webview. From now on all webviews will have accessibility enabled.
4142

4243
```ruby
43-
44-
# todo: rewrite above using accessibility names
45-
44+
first_textfield.type '[email protected]'
45+
last_textfield.type '[email protected]'
46+
name('sign in').click
4647
```

0 commit comments

Comments
 (0)