sauce_bindings icon indicating copy to clipboard operation
sauce_bindings copied to clipboard

Add Sauce performance enablement and disablement

Open nadvolod opened this issue 3 years ago • 0 comments

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 avatar Feb 26 '21 16:02 nadvolod