testdriverai 4.0.3 → 4.0.4

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/index.js CHANGED
@@ -827,7 +827,7 @@ const embed = async (file, depth) => {
827
827
  // await sdk.auth();
828
828
 
829
829
  let win = await system.activeWin();
830
- terminalApp = win.owner.name;
830
+ terminalApp = win?.owner?.name || "";
831
831
 
832
832
  // should be start of new session
833
833
  sessionRes = await sdk.req('session/start', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
package/subimage/index.js CHANGED
File without changes