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

Selenide could take a full-screen screenshot using CDP #1799

Closed
asolntsev opened this issue May 10, 2022 · 0 comments · Fixed by #1800 or #1858
Closed

Selenide could take a full-screen screenshot using CDP #1799

asolntsev opened this issue May 10, 2022 · 0 comments · Fixed by #1800 or #1858
Assignees
Milestone

Comments

@asolntsev
Copy link
Member

see https://github.com/diemol/selenium-4-demo/blob/master/src/test/java/com/saucelabs/demo/BiDiTest.java#L107

@asolntsev asolntsev added this to the 6.6.0 milestone Jun 1, 2022
@asolntsev asolntsev linked a pull request Jun 1, 2022 that will close this issue
asolntsev added a commit that referenced this issue Jun 1, 2022
asolntsev added a commit that referenced this issue Jun 1, 2022
there is more browsers supporting CDP: Chromium, Brave, Opera...
asolntsev added a commit that referenced this issue Jun 2, 2022
asolntsev added a commit that referenced this issue Jun 2, 2022
asolntsev added a commit that referenced this issue Jun 7, 2022
it's much faster than CDP, and doesn't generate tons of JS warnings.
asolntsev added a commit that referenced this issue Jun 8, 2022
* when user adds a listener to webdriver, it gets wrapped to a proxy object which is not instance of ChromiumDriver anymore
* but which still implemented HasCdp interface.
@asolntsev asolntsev modified the milestones: 6.6.0, 6.7.0 Jun 8, 2022
asolntsev added a commit that referenced this issue Jun 16, 2022
asolntsev added a commit that referenced this issue Jun 25, 2022
asolntsev added a commit that referenced this issue Jun 25, 2022
take a "default" screenshot if CDP screenshot has failed.
asolntsev added a commit that referenced this issue Jun 25, 2022
asolntsev added a commit that referenced this issue Jun 25, 2022
take a "default" screenshot if CDP screenshot has failed.
asolntsev added a commit that referenced this issue Aug 3, 2022
asolntsev added a commit that referenced this issue Aug 3, 2022
take a "default" screenshot if CDP screenshot has failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment