cuprite icon indicating copy to clipboard operation
cuprite copied to clipboard

Headless Chrome/Chromium driver for Capybara

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

The JS for filling in a field does not focus the element before filling it in, only triggers the focus event. This causes failures when checking the `document.activeElement` as the...

The [pointer](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer), [any-pointer](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/any-pointer), [hover](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/hover) and [any-hover](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/any-hover) media queries allow you to style a page based on the available input devices. Currently there is no way I can see to change...

Hi, I ran into an issue, when trying to insert a lazy loaded iframe into the page out of the viewport, i get a Ferrum::TimeoutError. Below is a boiled down...