Skip to content

Commit c5ff466

Browse files
committed
chore: Remove Poltergeist mentions completely
1 parent 9e18f73 commit c5ff466

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Cuprite is a pure Ruby driver (read as _no_ Selenium/WebDriver/ChromeDriver
44
dependency) for [Capybara](https://github.com/teamcapybara/capybara). It allows
55
you to run Capybara tests on a headless Chrome or Chromium. Under the hood it
66
uses [Ferrum](https://github.com/rubycdp/ferrum#index) which is high-level API
7-
to the browser by CDP protocol. The design of the driver is as close to
8-
[Poltergeist](https://github.com/teampoltergeist/poltergeist) as possible though
9-
it's not a goal.
7+
to the browser by CDP protocol.
108

119

1210
## Install
@@ -43,8 +41,7 @@ browser = page.driver.browser
4341
browser.mouse.move(x: 123, y: 456).down.up
4442
```
4543

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

5047

0 commit comments

Comments
 (0)