Replies: 1 comment 2 replies
-
|
Stagehand python is less mature than the TS implementation when passing These new ids are used for supporting shadow DOMs and iframes, which python local does not yet support. We're working towards improving the development process to minimize our time to feature parity between the SDKs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why do the simplified Accessibility trees(A11y tree) generated by Stagehand and stagehand-python have inconsistent ID formats? Stagehand uses the
[number-number]pattern, while stagehand-python uses[number]. This makes code reuse difficult and also poses challenges for future system extensibility. Thanks.Beta Was this translation helpful? Give feedback.
All reactions