@qawolf/types
Advanced tools
Comparing version 0.4.1 to 0.4.3
export declare type Action = "click" | "input" | "scroll"; | ||
export declare type AssertOptions = { | ||
timeoutMs?: number; | ||
}; | ||
export declare type AssertParams = { | ||
timeoutMs: number; | ||
}; | ||
export declare type Callback<S = void, T = void> = (data?: S) => T; | ||
@@ -16,3 +22,3 @@ export declare type ElementDescriptor = { | ||
tagName?: string | null; | ||
textContent?: string | null; | ||
innerText?: string | null; | ||
title?: string | null; | ||
@@ -19,0 +25,0 @@ xpath?: string | null; |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.4.1", | ||
"version": "0.4.3", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "01d4fb6943e8dc6f9eeea4e34ef14b0ad702275a" | ||
"gitHead": "0b18bbd752ba38f10abe9f8b4230856df70cc1de" | ||
} |
export type Action = "click" | "input" | "scroll"; | ||
export type AssertOptions = { | ||
timeoutMs?: number; | ||
}; | ||
export type AssertParams = { | ||
timeoutMs: number; | ||
}; | ||
export type Callback<S = void, T = void> = (data?: S) => T; | ||
@@ -18,3 +25,3 @@ | ||
tagName?: string | null; | ||
textContent?: string | null; | ||
innerText?: string | null; | ||
title?: string | null; | ||
@@ -21,0 +28,0 @@ xpath?: string | null; |
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
5670
137