File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ Cuprite is a pure Ruby driver (read as _no_ Selenium/WebDriver/ChromeDriver
4
4
dependency) for [ Capybara] ( https://github.com/teamcapybara/capybara ) . It allows
5
5
you to run Capybara tests on a headless Chrome or Chromium. Under the hood it
6
6
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.
10
8
11
9
12
10
## Install
@@ -43,8 +41,7 @@ browser = page.driver.browser
43
41
browser.mouse.move(x: 123 , y: 456 ).down.up
44
42
```
45
43
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
48
45
differently in Cuprite, see the documentation below.
49
46
50
47
You can’t perform that action at this time.
0 commit comments