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
44dependency) for [ Capybara] ( https://github.com/teamcapybara/capybara ) . It allows
55you to run Capybara tests on a headless Chrome or Chromium. Under the hood it
66uses [ 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
4341browser.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
4845differently in Cuprite, see the documentation below.
4946
5047
You can’t perform that action at this time.
0 commit comments