-
-
Notifications
You must be signed in to change notification settings - Fork 739
Playwright: Added possibility of creating of a context with a page #3398
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
Conversation
Thanks, seems useful It would be also nice to have a more detailed example where you actually use This will help others to start using these custom methods |
Added docs example
Added an example into Playwright's docs, it's my use case for |
@mirao what do you think of adding restartBrowser into the Playwright helper? Looks like it should belong there |
@DavertMik Yes, I can add the method |
restartBrowser() So user could call it natively from their tests, please update documentation accordingly to show simplified approach |
@DavertMik Done |
Thank you! |
Motivation/Description of the PR
Applicable helpers:
Applicable plugins:
Type of change
Checklist:
npm run docs
)npm run lint
)npm test
)