testdriverai 7.2.16 → 7.2.17

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "sandboxId": "i-081d1f2924e90502a",
3
+ "os": "windows",
4
+ "ami": null,
5
+ "instanceType": null,
6
+ "timestamp": "2026-01-06T23:55:58.081Z"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.2.16",
3
+ "version": "7.2.17",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "exports": {
@@ -35,7 +35,7 @@ describe("Chrome Extension Test", () => {
35
35
  // When clicked, it shows a popup with "Hello Extensions"
36
36
 
37
37
  // First, let's verify Chrome loaded and we can see the page
38
- const pageResult = await testdriver.assert("the google.com website is visible");
38
+ const pageResult = await testdriver.assert("chrome is running");
39
39
  expect(pageResult).toBeTruthy();
40
40
 
41
41
  // Click on the extensions button (puzzle piece icon) in Chrome toolbar