@wdio/protocols
Advanced tools
Comparing version 5.16.4 to 5.16.7
{ | ||
"name": "@wdio/protocols", | ||
"version": "5.16.4", | ||
"version": "5.16.7", | ||
"description": "Utility package providing information about automation protocols", | ||
@@ -30,3 +30,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "79d4df021ff141232e90bbb51021d330f5561c77" | ||
"gitHead": "f85d0659670a517e119fb1987f533a07422f8c15" | ||
} |
@@ -9,28 +9,2 @@ { | ||
[ | ||
"// Get Application Metrics Logs", | ||
"console.log(browser.getPageLogs('sauce:metrics'));", | ||
"/**", | ||
" * outputs:", | ||
" * {", | ||
" * \"firstMeaningfulPaint\": 35036.03356,", | ||
" * \"domContentLoaded\": 35036.122972,", | ||
" * \"navigationStart\": 35035.833805,", | ||
" * ...", | ||
" * }", | ||
" */" | ||
], | ||
[ | ||
"// Get Network Timing Logs", | ||
"console.log(browser.getPageLogs('sauce:timing'));", | ||
"/**", | ||
" * outputs:", | ||
" * {", | ||
" * \"loadEventStart\": 622,", | ||
" * \"loadEventEnd\": 622,", | ||
" * \"domInteractive\": 359,", | ||
" * ...", | ||
" * }", | ||
" */" | ||
], | ||
[ | ||
"// Get Network Logs", | ||
@@ -59,3 +33,3 @@ "console.log(browser.getPageLogs('sauce:network'));", | ||
[ | ||
"// Get Performance Logs (coming soon)", | ||
"// Get Performance Logs (needs capturePerformance capability see: https://wiki.saucelabs.com/display/DOCS/Measure+Page+Load+Performance+Using+Test+Automation#MeasurePageLoadPerformanceUsingTestAutomation-EnableYourScript)", | ||
"console.log(browser.getPageLogs('sauce:performance'));", | ||
@@ -76,3 +50,3 @@ "/**", | ||
"type": "string", | ||
"description": "log type (e.g. 'sauce:timing', 'sauce:metrics', 'sauce:network', 'sauce:performance')", | ||
"description": "log type (e.g. sauce:network', 'sauce:performance')", | ||
"required": true | ||
@@ -79,0 +53,0 @@ }], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
168413
4462