[Add] browser-use and main.py

This commit is contained in:
tv0924@icloud.com 2025-05-18 21:57:54 +09:00
commit 96914d44ac
221 changed files with 30952 additions and 1 deletions

10
browser-use/conftest.py Normal file
View 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()