Joscha Götzer
Joscha Götzer
Here's a somewhat minimal repro: ```ts const stagehand = new Stagehand({ apiKey: key, env: "LOCAL", modelName: "gpt-4o-mini", // also tried 4o }) await stagehand.init() await stagehand.page.goto("https://github.com/browserbase/stagehand/issues/651") const Schema = z.object({...
Did the "and their corresponding permalink URL" make a big difference for you?
I believe it has an issue with relative URLs. When the link is ``, it's unable to construct a full url even when given the domain name in the describe...
I feel like this feature could be a great improvement for the use of stagehand by QA engineers and devs who would like to express website requirements in natural language...
I don't think this should be limited to extract, also the act calls could benefit from a certain level of cached locators
Still a thing
Hmm, so you'd observe in a loop while the suggested XPath doesn't match? If you have no way of suggesting where to look, how will first observing before acting help?
You're right, I can tell it explicitly to use a specific timeout 👍 Something to know, or maybe document
@strk Haven't tried, but intuitively I'd expect this to work: "Whenever running terminal commands, use a timeout of 10 minutes. /init"
@rekram1-node I noticed that the LLMs don't really get the idea that they can increase their command timeout parameter when it does time out. Could we add a note to...