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

Add Sauce performance enablement and disablement #247

Open
nadvolod opened this issue Feb 26, 2021 · 0 comments · May be fixed by #270
Open

Add Sauce performance enablement and disablement #247

nadvolod opened this issue Feb 26, 2021 · 0 comments · May be fixed by #270
Labels
enhancement New feature or request

Comments

@nadvolod
Copy link
Collaborator

New feature released from Sauce https://wiki.saucelabs.com/display/DOCSDEV/Measure+Page+Load+Performance+Using+Test+Automation
It's relatively easy to implement and allows a user to pause performance until a certain page.

browser.execute('sauce:performanceDisable')
browser.url('https://www.json.org/json-en.html')
browser.execute('sauce:performanceEnable')
browser.url('https://example.com')
@nadvolod nadvolod added the enhancement New feature or request label Feb 26, 2021
@nadvolod nadvolod linked a pull request Jul 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant