testcafe 3.2.0-rc.1 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/ts-defs/index.d.ts
CHANGED
|
@@ -1755,6 +1755,10 @@ declare module 'testcafe' {
|
|
|
1755
1755
|
* Formatted string with the browser's and operating system's name and version.
|
|
1756
1756
|
*/
|
|
1757
1757
|
prettyUserAgent: string;
|
|
1758
|
+
/**
|
|
1759
|
+
* Indicates whether TestCafe uses native automation.
|
|
1760
|
+
*/
|
|
1761
|
+
nativeAutomation: boolean;
|
|
1758
1762
|
}
|
|
1759
1763
|
|
|
1760
1764
|
type WindowDescriptor = unknown;
|
package/ts-defs/selectors.d.ts
CHANGED
|
@@ -1753,6 +1753,10 @@ declare module 'testcafe' {
|
|
|
1753
1753
|
* Formatted string with the browser's and operating system's name and version.
|
|
1754
1754
|
*/
|
|
1755
1755
|
prettyUserAgent: string;
|
|
1756
|
+
/**
|
|
1757
|
+
* Indicates whether TestCafe uses native automation.
|
|
1758
|
+
*/
|
|
1759
|
+
nativeAutomation: boolean;
|
|
1756
1760
|
}
|
|
1757
1761
|
|
|
1758
1762
|
type WindowDescriptor = unknown;
|
|
@@ -1753,6 +1753,10 @@ declare module 'testcafe' {
|
|
|
1753
1753
|
* Formatted string with the browser's and operating system's name and version.
|
|
1754
1754
|
*/
|
|
1755
1755
|
prettyUserAgent: string;
|
|
1756
|
+
/**
|
|
1757
|
+
* Indicates whether TestCafe uses native automation.
|
|
1758
|
+
*/
|
|
1759
|
+
nativeAutomation: boolean;
|
|
1756
1760
|
}
|
|
1757
1761
|
|
|
1758
1762
|
type WindowDescriptor = unknown;
|