mirror of
https://github.com/browser-use/browser-use
synced 2026-05-13 17:56:35 +02:00
fix attr doesnt exist
This commit is contained in:
@@ -770,7 +770,7 @@ class BrowserSession(BaseModel):
|
||||
except Exception as e:
|
||||
logger.warning(f'⚠️ Failed to update browser geolocation {self.browser_profile.geolocation}: {type(e).__name__}: {e}')
|
||||
|
||||
if self.storage_state:
|
||||
if self.browser_profile.storage_state:
|
||||
await self.load_storage_state()
|
||||
|
||||
page = None
|
||||
|
||||
Reference in New Issue
Block a user