-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screenshot_and_save_page only creating the html file in cucumber #178
Comments
You're not using a JavaScript driver so no image screenshot. Tag your scenario with |
Any solution here? I'm using rspec and capybara-screenshot and not doing anything particularly special and only getting the html output. |
For me, the issue was how I was registering drivers. This eventually put me on the right path: #211 (comment)
|
Sorry for the delay @alexbannon. Does this issue only happen with headless chrome then? If you are able to provide me with a reproducible bit of code (i.e. ideally a simple app), then I can drop in this gem and work on a more permanent fix. |
If so, this is the same issue as #211 right? |
Yep looks like it's the same. Feel free to close as a duplicate. |
My screenshot_and_save_page is only creating the html file. Doing nothing special in the cucumber test just calling that method.
maybe somebody has a solution.
The text was updated successfully, but these errors were encountered: