Created
March 22, 2023 22:40
-
-
Save drnic/284bc36a99ca879136e6e503fe79cc9d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "playwright" | |
uri = "wss://chrome.browserless.io/playwright?token=#{browserless_api_key}" | |
Playwright.connect_to_playwright_server(uri) do |playwright| | |
playwright.chromium.launch do |browser| | |
page = browser.new_page | |
page.goto("https://github.com/YusukeIwaki") | |
page.screenshot(path: "./YusukeIwaki.png") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The playwright version could be the issue, make sure you install a supported playwright version, since playwright is tightly version coupled -> https://www.browserless.io/docs/versions