You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error executing browser tool: page.evaluate: ReferenceError: __name is not defined
at eval (eval at evaluate (:234:30), :1:781)
at UtilityScript.evaluate (:236:17)
at UtilityScript. (:1:44)
at BrowserTool.getNormalizedComponentStringByCoords (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/browser/core/browser-tool.ts:801:33)
at (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/ai/client.ts:168:43)
at AIClient.makeRequest (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/ai/client.ts:144:31)
at AIClient.processAction (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/ai/client.ts:49:16)
at TestRunner.executeTest (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/core/runner/index.ts:279:20)
at TestRunner.executeTestFile (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/core/runner/index.ts:364:26)
at TestRunner.runTests (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/core/runner/index.ts:410:7)
at main (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/cli/bin.ts:152:5)
Why
Why are we shipping it? (Intention behind behavior change)
The less words the better, but "save others time" – provide all of the necessary context in order to grok the issue and contribute.
How
What's the right approach, atomically, to ship this?
The text was updated successfully, but these errors were encountered:
What
Getting this error:
Error executing browser tool: page.evaluate: ReferenceError: __name is not defined
at eval (eval at evaluate (:234:30), :1:781)
at UtilityScript.evaluate (:236:17)
at UtilityScript. (:1:44)
at BrowserTool.getNormalizedComponentStringByCoords (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/browser/core/browser-tool.ts:801:33)
at (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/ai/client.ts:168:43)
at AIClient.makeRequest (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/ai/client.ts:144:31)
at AIClient.processAction (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/ai/client.ts:49:16)
at TestRunner.executeTest (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/core/runner/index.ts:279:20)
at TestRunner.executeTestFile (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/core/runner/index.ts:364:26)
at TestRunner.runTests (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/core/runner/index.ts:410:7)
at main (/Users/admin/Downloads/shortest-file-upload/shortest/packages/shortest/src/cli/bin.ts:152:5)
Why
Why are we shipping it? (Intention behind behavior change)
The less words the better, but "save others time" – provide all of the necessary context in order to grok the issue and contribute.
How
What's the right approach, atomically, to ship this?
The text was updated successfully, but these errors were encountered: