Skip to content

Commit

Permalink
chore: Remove Poltergeist mentions completely
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Dec 31, 2023
1 parent 9e18f73 commit c5ff466
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Cuprite is a pure Ruby driver (read as _no_ Selenium/WebDriver/ChromeDriver
dependency) for [Capybara](https://github.com/teamcapybara/capybara). It allows
you to run Capybara tests on a headless Chrome or Chromium. Under the hood it
uses [Ferrum](https://github.com/rubycdp/ferrum#index) which is high-level API
to the browser by CDP protocol. The design of the driver is as close to
[Poltergeist](https://github.com/teampoltergeist/poltergeist) as possible though
it's not a goal.
to the browser by CDP protocol.


## Install
Expand Down Expand Up @@ -43,8 +41,7 @@ browser = page.driver.browser
browser.mouse.move(x: 123, y: 456).down.up
```

If you already have tests on Poltergeist then it should simply work, for
Selenium you better check your code for `manage` calls because it works
For Selenium you better check your code for `manage` calls because it works
differently in Cuprite, see the documentation below.


Expand Down

0 comments on commit c5ff466

Please sign in to comment.