We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51f8d0 commit d96a372Copy full SHA for d96a372
stagehand/context.py
@@ -41,8 +41,6 @@ async def get_stagehand_page(self, pw_page: Page) -> StagehandPage:
41
if pw_page not in self.page_map:
42
return await self.create_stagehand_page(pw_page)
43
stagehand_page = self.page_map[pw_page]
44
- # Update active page when getting a page
45
- # self.set_active_page(stagehand_page)
46
return stagehand_page
47
48
async def get_stagehand_pages(self) -> list:
0 commit comments