testdriverai 4.0.24 → 4.0.25

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -747,7 +747,6 @@ const promptUser = () => {
747
747
  const setTerminalApp = async () => {
748
748
 
749
749
  let win = await system.activeWin();
750
- console.log(win)
751
750
  if (process.platform === 'win32') {
752
751
  terminalApp = win?.title || "";
753
752
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.24",
3
+ "version": "4.0.25",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {