stagehand
stagehand copied to clipboard
Action with variables occasionally input variable name instead of variable values
Model:Gemini-2.0-flash Issue:Below script is to use password from environment variables. It occasionally input "password" in the field instead of the value from password variable
await this.page.act({
action: "Type %password% into the password field on popup",
variables: { password },
});