-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Act: Click action does not perform the action #466
Comments
I have the same error on act. I use local. TypeError: Cannot read properties of undefined (reading 'typeName')
|
Also getting the same error with Vercel AI SDK and Azure OpenAI provider set up. Here is the full log if useful
Just trying a basic act command like this:
|
Hey! Sorry you guys are dealing with this -- can you provide a script that we can repro? @andrewlu0 I was able to repro your error, and I believe it should be fixed in our v1.11 release! Try running this
|
Currently I am trying to use stagehand to see if it can be used to write automation test. The eventual goal is to have a descriptive step by step test plan converted to actual test's that are ran by some form of agentic setup, essentially replicating QA specialist.
But I have run into issue's using act, observe and extract seem to work fine. For example something as simple as:
It's a pretty simple action which for one reason or another does not work. On the documentation it is suggested to use stagehand as back up when playwright fails which I get. But still does not explain why such a simple action would not work. Am I missing something here. Would be nice if there was a way to provide an expected result of an action and have stagehand retry the action couple of times.
More info:
I am running stagehand with AiSdk example along side vercel sdk and azue open ai and gpt4o. I am seeing an error that says
https://github.com/browserbase/stagehand/blob/main/examples/external_clients/aisdk.ts#L100
The text was updated successfully, but these errors were encountered: