@flood/chrome
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -54,2 +54,9 @@ // Type definitions for @flood/browser-test 0.1.0 | ||
/** | ||
* Specifies whether Brwoser cache should be cleared after each loop. | ||
* | ||
* @default false | ||
*/ | ||
clearCache?: boolean | ||
/** | ||
* Speicifies the name of the test specified in the comments section | ||
@@ -125,7 +132,12 @@ */ | ||
/** | ||
* Force | ||
* Configure Browser to emulate a given device | ||
*/ | ||
public emulateDevice(deviceName: string): Promise<void> | ||
public emulateDevice(deviceName: Device): Promise<void> | ||
/** | ||
* Set Browser to send a custom User Agent (UA) string | ||
*/ | ||
public setUserAgent(userAgent: string): Promise<void> | ||
/** | ||
* Instructs the browser to navigate to a specific page. This is typically used as the | ||
@@ -132,0 +144,0 @@ * entrypoint to your test, as the first instruction it is also responsible for creating |
{ | ||
"name": "@flood/chrome", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Flood Chrome provides an API for scripting Browser Level Load Tests", |
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
34742
619