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
@@ -2,7 +2,7 @@
2
2
  "name": "testcafe",
3
3
  "description": "Automated browser testing for the modern web development stack.",
4
4
  "license": "MIT",
5
- "version": "3.2.0-rc.1",
5
+ "version": "3.2.0",
6
6
  "author": {
7
7
  "name": "Developer Express Inc.",
8
8
  "url": "https://www.devexpress.com/"
@@ -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;
@@ -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;