stagehand icon indicating copy to clipboard operation
stagehand copied to clipboard

Action with variables occasionally input variable name instead of variable values

Open alexsiu398 opened this issue 7 months ago • 0 comments

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 },
});

alexsiu398 avatar Jun 16 '25 08:06 alexsiu398