[Add] browser-use and main.py
This commit is contained in:
parent
08e64bdf45
commit
96914d44ac
221 changed files with 30952 additions and 1 deletions
10
browser-use/conftest.py
Normal file
10
browser-use/conftest.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
from browser_use.logging_config import setup_logging
|
||||
|
||||
# Get the absolute path to the project root
|
||||
project_root = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.insert(0, project_root)
|
||||
|
||||
setup_logging()
|
||||
Loading…
Add table
Add a link
Reference in a new issue