@qawolf/types
Advanced tools
Comparing version 0.7.0 to 0.7.2
@@ -19,3 +19,3 @@ import { Action } from "./common"; | ||
} | ||
export interface FindOptions { | ||
export interface FindElementOptions { | ||
dataAttribute?: string; | ||
@@ -26,2 +26,7 @@ sleepMs?: number; | ||
} | ||
export interface FindPageOptions { | ||
page?: number; | ||
timeoutMs?: number; | ||
waitForRequests?: boolean; | ||
} | ||
export declare type HtmlSelector = string | DocSelector | DocSelectorSerialized; | ||
@@ -28,0 +33,0 @@ export interface Selector { |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.7.0", | ||
"version": "0.7.2", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "704a41f9965711470844c0ac733b23e494b1f541" | ||
"gitHead": "2fa632a9eea4ac15fbbdac5889a3040ad53b79c5" | ||
} |
@@ -25,3 +25,3 @@ import { Action } from "./common"; | ||
export interface FindOptions { | ||
export interface FindElementOptions { | ||
dataAttribute?: string; | ||
@@ -35,2 +35,8 @@ // how long to sleep after finding the element | ||
export interface FindPageOptions { | ||
page?: number; | ||
timeoutMs?: number; | ||
waitForRequests?: boolean; | ||
} | ||
export type HtmlSelector = string | DocSelector | DocSelectorSerialized; | ||
@@ -37,0 +43,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8086
212
0