mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
10 lines
319 B
Python
10 lines
319 B
Python
from browser_use.browser.profile import BrowserProfile
|
|
from browser_use.browser.session import BrowserSession
|
|
|
|
Browser = BrowserSession
|
|
BrowserConfig = BrowserProfile
|
|
BrowserContext = BrowserSession
|
|
BrowserContextConfig = BrowserProfile
|
|
|
|
__all__ = ['Browser', 'BrowserConfig', 'BrowserContext', 'BrowserContextConfig']
|