mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:31:51 +09:00
[Refactor] 환경 설정 및 API 재시도 로직 개선, 불필요한 파일 삭제
This commit is contained in:
parent
00558603a7
commit
8df6811cd0
5 changed files with 75 additions and 429 deletions
|
|
@ -47,6 +47,12 @@ Environment는 .env.example에 따라 설정되어야합니다.
|
|||
|
||||
.env.example을 .env로 복사하여서 사용해주세요.
|
||||
|
||||
# 쿠키와 로컬 스토리지 설정 방법
|
||||
|
||||
```sh
|
||||
playwright open https://google.com/ --save-storage=./data/storage_state.json
|
||||
```
|
||||
|
||||
# 실행
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue