Sean McGuire

Results 24 comments of Sean McGuire

@Szetty this was closed because it wasn't the approach we wanted to take for solving the iframe problem. As noted in the PR desc, it'll still be blocked by the...

addressed with #954

token usage can be accessed via `stagehand.metrics`

@cyberpwnn either set `useAPI: false` or `env: "LOCAL"` in your stagehand constructor and you should see them if you run something like: ```typescript const metrics = stagehand.metrics; console.log(JSON.stringify(metrics, null, 2));...

completed in PR #778

Hey @ccpacillos do you have a URL that I can try to reproduce on? trying to confirm if this will be fixed by #819

> Is this working for cases where it's not topmost? I.e does force fill work different than force click @miguelg719 good question. yeah force fill will just directly set the...

Incremental scrolling can now be done with `page.act("scroll down one chunk")`

hey @marian2js! we need to update the docs on this, but you should be able to use whatever gemini model you want if you do this: `modelName: 'google/gemini-2.5-flash-preview-05-20'`. This will...

Hey @jds2501-cs! Thanks for trying out the latest version. If you are looking to get the text value of the link here, I would try a prompt like `"extract the...