Skip to content
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

#1799 implement full-size screenshots as a separate Selenide plugin #1858

Merged
merged 3 commits into from Aug 3, 2022

Conversation

asolntsev
Copy link
Member

@asolntsev asolntsev commented Jun 16, 2022

this is a re-worked PR #1800 and PR #1831

To enable full-size screenshots, you just need to add yet another dependency to your project:

testImplementation "com.codeborne:selenide-full-screenshot:6.7.0"

That's it. Selenide will automatically take full-size screenshots for all browsers that support CDP (aka DevTools).
In other browsers, Selenide will take standard screenshots as before.

@asolntsev asolntsev force-pushed the feature/#1799-full-screen-screenshots-plugin branch from d729624 to 251349f Compare June 25, 2022 09:34
@asolntsev asolntsev force-pushed the feature/#1799-full-screen-screenshots-plugin branch from 9fe3816 to 92a3399 Compare June 25, 2022 21:24
@sonarcloud
Copy link

sonarcloud bot commented Jun 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@asolntsev asolntsev merged commit 516fbc2 into master Aug 3, 2022
@asolntsev asolntsev deleted the feature/#1799-full-screen-screenshots-plugin branch August 3, 2022 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selenide could take a full-screen screenshot using CDP
2 participants