-
Notifications
You must be signed in to change notification settings - Fork 107
IRIS-849-csharp-fullpage #2718
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
IRIS-849-csharp-fullpage #2718
Conversation
Deploy preview ready for 2718! |
Deploy preview ready for 2718! |
c0bd329
to
3896ceb
Compare
Deploy preview ready for 2718! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please wait for Felix approval to land it?
@@ -333,6 +334,46 @@ VisualClient = VisualClient.Create(Driver, Region.UsWest1, sauceUsername, sauceA | |||
VisualClient.CaptureDom = true; | |||
``` | |||
|
|||
### Full page screenshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no way to enable this option for every VisualCheck via Client options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no but we have task to do it
https://saucedev.atlassian.net/browse/IRIS-892
Deploy preview ready for 2718! |
Additionally, you have the option to configure full page settings using the `FullPageConfig` option. | ||
|
||
:::note | ||
It's recommended to use the `HideAfterFirstScroll` option for fixed or sticky position elements such as sticky headers or consent banners. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct for java ? Isn't it expected to use Builder ?
Casing looks off too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
- `DelayAfterScrollMs`: Delay in ms after scrolling and before taking screenshots. The default value is 0. We recommend using this option for lazy loading content. | ||
- `HideAfterFirstScroll`: Hide elements on the page after first scroll (uses css selectors) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as previous comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a need for changes to that file ? Seems like FullPageDescription
was doing exactly this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to provide specific description for java then yes we need to change it
Deploy preview ready for 2718! |
bfd5ab3
to
510e6e0
Compare
Deploy preview ready for 2718! |
Description
Add c# fullpage screenshot docs
Types of Changes