mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 15:30:48 +00:00
Merge branch 'main' into fix/browser_cdp
This commit is contained in:
commit
5ff8745797
22 changed files with 433 additions and 93 deletions
|
|
@ -83,7 +83,7 @@ class BrowserSession(BaseHybridBrowserSession):
|
|||
await self.get_new_tab()
|
||||
logger.debug(json.dumps([item.url for item in self._context.pages]))
|
||||
if not self._page:
|
||||
raise ProgramException("Electron does't has page")
|
||||
raise ProgramException("Maximum Window Limit Reached.")
|
||||
|
||||
# Apply stealth modifications if enabled
|
||||
if self._stealth and self._stealth_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue