Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Jul 5, 2023
1 parent 1a4f424 commit 68fadb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ So in other words, you don't lose anything by using Helium over pure Selenium.
In addition to its more high-level API, Helium simplifies further tasks that are
traditionally painful in Selenium:

- **Web driver management:** Helium ships with its own copies of ChromeDriver
and geckodriver so you don't need to download and put them on your PATH.
- **Web driver management:** Helium ships with its own copies of geckodriver and
automatically downloads a matching ChromeDriver for your system, so you don't
need to manually download and put them on your PATH.
- **iFrames:** Unlike Selenium, Helium lets you interact with elements inside
nested iFrames, without having to first "switch to" the iFrame.
- **Window management.** Helium notices when popups open or close and focuses /
Expand Down

0 comments on commit 68fadb3

Please sign in to comment.