-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Implement full page screenshot for Chrome #8705
Comments
ghost
added
the
needs-triaging
label
Sep 16, 2020
The linked issue is not about implementing BiDi, is about defining an API, that initially works with CDP (which is the work being done for Selenium 4). |
Agh, gotcha. Thanks for the clarification! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🚀 Feature Proposal
ChromeDriver implemented full page screenshot end point similar to geckodriver in ChromeDriver 86.0.4240.22 CL (https://chromium-review.googlesource.com/c/chromium/src/+/2300980).
Selenium can utilize the endpoint to implement full page screenshot feature.
There is a proposal at w3c/webdriver#1536 for adding it to WebDriver standards.
Since gecko already supports it, I think we can add it for Chrome as well.
Motivation
Highly sought after in https://bugs.chromium.org/p/chromedriver/issues/detail?id=294#c161.
Example
The ChromeDriver endpoint is Get request at /session/:sessionId/screenshot/full
The text was updated successfully, but these errors were encountered: