wtberry

Results 4 issues of wtberry

## Background * I am currently using pytest_httpx to mock only part of an external API, such as “https://sample_api/mocked”, while avoiding mocking “https://sample_api/not_mocked”. ## Problem Statement * From my understanding,...

enhancement

### Bug Description The `isInteractiveElement` function in `buildDomTree.js` fails to recognize a dropdown element as interactive. The function checks interactivity based on attributes such as role, tabindex, and event listeners,...

bug

Hello Stagehand team, I’m exploring the use of Stagehand as a “universal browser workflow engine.” Currently, it appears that each workflow requires a dedicated TypeScript script. I’m interested in knowing...