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 25570ba commit e493b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ In particular, Selenium comes with the following pain points:
arcane "window handles" to switch between windows.

Helium solves all of the above problems. It gives you a high-level API that
internally issues low-level calls to Selenium. This architecture makes it
possible for you to freely mix Helium with Selenium. For example:
internally translates to low-level calls to Selenium. Because it is set up in
this way, you can freely mix Helium with Selenium. For example:

```python
# A Helium function:
Expand All @@ -44,7 +44,7 @@ driver = start_chrome()
driver.execute_script("alert('Hi!');")
```

So in other words, you don't lose anything by using Helium over Selenium alone.
In other words, you don't lose anything by using Helium over Selenium alone.

## Installation

Expand Down

0 comments on commit e493b9d

Please sign in to comment.