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