Skip to content

Commit

Permalink
Update api_19_webview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Jan 22, 2014
1 parent 94657b4 commit f0bc0b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/api_19_webview.md
Expand Up @@ -41,7 +41,9 @@ webview.client.remote_eval js
1. Load a webview. Exit the webview. From now on all webviews will have accessibility enabled.

```ruby
first_textfield.type 'example@example.com'
last_textfield.type 'example@example.com'
textfield(1).type 'example@example.com'
textfield(2).type 'password'
name('sign in').click

name("ok, i'll authorize it").click
```

0 comments on commit f0bc0b5

Please sign in to comment.