We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to Playwright documentation https://playwright.dev/docs/api/class-tracing it should be possible when using "tracing" use additional optional arguments like :
screenshots [boolean] Whether to capture screenshots during tracing. Screenshots are used to build a timeline preview.
snapshots [boolean] If this option is true tracing will capture DOM snapshot on every action record network activity
sources [boolean] Whether to include source files for trace actions.
It would be great to implement also to Browser Library.
The text was updated successfully, but these errors were encountered:
I think now library uses those as defaults, but your idea is nice enhancement.
@allcontributors please add @keef78 for ideas
Sorry, something went wrong.
@aaltat
I've put up a pull request to add @keef78! 🎉
No branches or pull requests
According to Playwright documentation https://playwright.dev/docs/api/class-tracing it should be possible when using "tracing" use additional optional arguments like :
screenshots [boolean]
Whether to capture screenshots during tracing. Screenshots are used to build a timeline preview.
snapshots [boolean]
If this option is true tracing will
capture DOM snapshot on every action
record network activity
sources [boolean]
Whether to include source files for trace actions.
It would be great to implement also to Browser Library.
The text was updated successfully, but these errors were encountered: