stagehand
stagehand copied to clipboard
Support iframes
Currently we don't process iframes, tarsier might have an approach that works for us here https://github.com/reworkd/tarsier/blob/ab12ad5fc303527b3247bded3b2ab5033a55133b/tarsier/tag_utils.ts#L178
Tried to use Stagehand for form automations and immediately hit problems with iframes.
In many cases iFrames are used to embed various form fields, most importantly, credit card forms.
While I can work around it with playwright directly, it seems to me that this feature is quite important.
I'm working on automating forms on legacy insurer websites and immediately hit this issue!
@neoromantic would you be able to share your workaround? Thanks!
Is there any progress on this issue?
I believe there is a fall back to computer use model now if an iframe is encountered
I believe there is a fall back to computer use model now if an iframe is encountered
At least for me it's prohibitively expensive.
completed in PR #778