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

[Feature] mask certain elements while making screenshots #11913

Closed
aslushnikov opened this issue Feb 7, 2022 · 5 comments
Closed

[Feature] mask certain elements while making screenshots #11913

aslushnikov opened this issue Feb 7, 2022 · 5 comments

Comments

@aslushnikov
Copy link
Collaborator

No description provided.

@unlikelyzero
Copy link
Contributor

@aslushnikov this functionality is available in the applitool's api to some extent. On a previous project of mine, we went with Applitools over other visual tools specifically for this functionality.

https://applitools.com/docs/api/eyes-sdk/classes-gen/class_checksettings/method-checksettings-ignoreregions-playwright-javascript.html?Highlight=ignoreregion

@aslushnikov
Copy link
Collaborator Author

@unlikelyzero Sweet, thank you for the pointer!

@aslushnikov
Copy link
Collaborator Author

aslushnikov commented Feb 9, 2022

@unlikelyzero do you find it most convenient to hide elements using element handles, selectors, or plain screenshot rectangles?

@aslushnikov
Copy link
Collaborator Author

(Merging this into #7820)

@unlikelyzero
Copy link
Contributor

unlikelyzero commented Feb 9, 2022

@aslushnikov it was most convenient to use plain screenshot rectangles, but we went with element handles. I think the majority of users want a way to intercept ad elements, however, we needed a way to block Time Series plots since they sourced realtime data. Eventually that data's API became stable enough to intercept and replace with static content.

@aslushnikov aslushnikov changed the title [Feature] blackout certain elements while making screenshots [Feature] mask certain elements while making screenshots Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants