mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 07:01:51 +09:00
HotFix #1
This commit is contained in:
parent
4f90285bdd
commit
46a169f1d0
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -44,7 +44,6 @@ def setup_storage():
|
||||||
print("======================================================")
|
print("======================================================")
|
||||||
print("👀 원하는 OAuth Providor를 직접 모두 로그인 한 후에 브라우저를 닫으면 설정이 완료됩니다.")
|
print("👀 원하는 OAuth Providor를 직접 모두 로그인 한 후에 브라우저를 닫으면 설정이 완료됩니다.")
|
||||||
os.system('uv run playwright open https://google.com/ --save-storage=./data/storage_state.json')
|
os.system('uv run playwright open https://google.com/ --save-storage=./data/storage_state.json')
|
||||||
os.startfile('./data/storage_state.json')
|
|
||||||
print("✅ 쿠키와 로컬 스토리지 설정 완료.")
|
print("✅ 쿠키와 로컬 스토리지 설정 완료.")
|
||||||
print("💾 ./data/storage_state.json 파일이 생성되었습니다.")
|
print("💾 ./data/storage_state.json 파일이 생성되었습니다.")
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue