testdriverai 7.9.32-test → 7.9.33-test

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.
@@ -53,7 +53,7 @@ describe("Chrome Extension Test", () => {
53
53
  // When clicked, it shows a popup with "Hello Extensions"
54
54
 
55
55
  // Click on the extensions button (puzzle piece icon) in Chrome toolbar
56
- const extensionsButton = await testdriver.find("The extensions button in the Chrome toolbar", {zoom: true});
56
+ const extensionsButton = await testdriver.find("The extensions button in the Chrome toolbar", {zoom: true, verify: true});
57
57
  await extensionsButton.click();
58
58
 
59
59
  // Look for the hello world extension in the extensions menu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.9.32-test",
3
+ "version": "7.9.33-test",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",