apparition icon indicating copy to clipboard operation
apparition copied to clipboard

Capybara driver for Chrome using CDP

Results 27 apparition issues
Sort by recently updated
recently updated
newest added

Add support for brave as it uses chromium web core.

First, thank you for Apparition! The fix in PR #79 worked like a champ for us to get rid of the error in issue #80. Until a new release is...

Hello there ! While trying to run test I am getting following error ` bad URI(is not URI?): nil (URI::InvalidURIError)` It seems the issue is present while instantiating new `TCP...

When I tried this Gem with the example spec below, Apprition driver passes only 8/10 where capybara selenium driver passes 10/10. ```ruby RSpec.describe 'github search' do around do |example| prev_host...

I noticed that the bottom of my screenshots were getting cut off...it wasn't expanding quite far enough. When I switched to `cuprite`, however, it would work and capture the entire...

When using `session.visit()`, if the page includes indefinitely running Javascript, apparition hangs and never timeouts. To reproduce the issue, create an HTML page having the following code and `session.visit` it:...

Hi! I'm trying to run rspecs via Docker and not able to connect by name as expected. docker-compose: ``` services: -- snip -- chrome: image: alpeware/chrome-headless-stable ports: - "9222:9222" ```...

Hi, I've been using Poltergeist for a long time in a monitoring project and now I noticed it's time to upgrade it. I was trying apparition, but after installing Chrome...

We use [Braintree's Drop-in U](https://developers.braintreepayments.com/guides/drop-in/setup-and-integration/javascript/v3)I to handle credit card payments. They use [hosted fields](https://developers.braintreepayments.com/start/hosted-fields) to render some of the sensitive inputs in an iframe. Our feature tests run successfully when...

After quitting a local Chrome session, two threads (one running `cleanup_async_responses`, and one running `process_messages`) continue executing forever. This uses up memory and CPU time. If many sessions are started...