Skip to content

Instantly share code, notes, and snippets.

@cooljl31
Created December 20, 2022 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cooljl31/817757621f6116ee0fc18909c59ab48a to your computer and use it in GitHub Desktop.
Save cooljl31/817757621f6116ee0fc18909c59ab48a to your computer and use it in GitHub Desktop.
Create screenshot using Capybara and Selenium from debugging
page.driver.browser.manage.window.resize_to(1600, 1800)
page.save_and_open_screenshot('screen.png', full: true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment