mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 08:31:51 +09:00
Browser Use 최신버전 업데이트 및 프로필 기능 유지
This commit is contained in:
parent
e1ae2dc94f
commit
2ee917408f
3 changed files with 56 additions and 100 deletions
2
login.py
2
login.py
|
|
@ -11,7 +11,7 @@ def launch_browser_with_profile():
|
|||
|
||||
if __name__ == "__main__":
|
||||
browser, page, playwright = launch_browser_with_profile()
|
||||
page.goto("https://example.com")
|
||||
page.goto("https://google.com")
|
||||
print("Browser launched with user data profile.")
|
||||
|
||||
# 브라우저가 열린 상태를 유지
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue