cuprite icon indicating copy to clipboard operation
cuprite copied to clipboard

Headless Chrome/Chromium driver for Capybara

Results 82 cuprite issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying several Capybara drivers. When we evaluate with the following RSpec script (simple GitHub searching), Cuprite doesn't work as expected. * Selenium: 10/10 * twalpole/apparition: 8/10 (https://github.com/twalpole/apparition/issues/76) *...

Hi, thank you for building this great gem, it's so nice not to have to go through selenium and chromedriver 🙏🏻 When switching to Cuprite, I noticed that calling `Node#set`...

Hello, I was not sure if this should be posted here or on the ferrum-repo, please move it if that is better (or I can post it there). I have...

Not really an issue but more of a question. What is the difference between the 3 options? Inspector looks very similar to a non-headless browser session that I'm used to...

As discussed here: https://github.com/machinio/cuprite/issues/110#issuecomment-584557319

So in general we've been really enjoying using this project. The biggest outstanding items are lack of drag/drop support for system tests around drag/drop in our app and then flapping...

I've been working recently on adopting cuprite in a big rails app. One thing that triggered many test failures was that the tab char is still present in the page...

### Actual output ``` Failure/Error: expect(page).to have_css 'a', text: 'Link Name', visible: :all Ferrum::NodeNotFoundError: Could not find node with given id ``` My investigation shows that this code sometimes only...

For one of our rails projects I was interested to see if cuprite is faster than our current selenium chrome specs. Selenium still seemed a bit faster for the feature...

in my test i want to verify that when a specific page loads it redirects to another resource. - when I check `page.driver. status_code` it responds with 200 (meaning the...