Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann authored Feb 27, 2020
1 parent adc23e1 commit 145ed4a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

Helium is a Python library for automating web browsers. For example:

```python
from helium import *
start_chrome('github.com') # or start_firefox()
click('Sign in')
write('mherrmann', into='Username')
write('my password', into='Password')
click('Sign in')
go_to('github.com/mherrmann/helium')
click('Star')
kill_browser()
```

![Helium Demo](doc/helium-demo.gif)

Under the hood, Helium forwards each call to
Expand Down

0 comments on commit 145ed4a

Please sign in to comment.