mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:41:53 +09:00
Update README.md
This commit is contained in:
parent
f5ee676468
commit
b45daebc81
1 changed files with 4 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ Environment는 .env.example에 따라 설정되어야합니다.
|
||||||
|
|
||||||
### 쿠키와 로컬 스토리지 설정 방법 (추천)
|
### 쿠키와 로컬 스토리지 설정 방법 (추천)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
uv run playwright open https://google.com/ --save-storage=./data/storage_state.json
|
uv run playwright open https://google.com/ --save-storage=./data/storage_state.json
|
||||||
|
|
@ -94,7 +94,8 @@ uv run playwright open https://google.com/ --save-storage=./data/storage_state.j
|
||||||
이거 해결 방법
|
이거 해결 방법
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
이것도 setup.py 사용하면 반자동으로 할 수 있습니다.
|
이것도 setup.py 사용하면 반자동으로 할 수 있습니다.
|
||||||
|
|
||||||
못찾겠으면 intl.cpl 열어주세요.
|
못찾겠으면 intl.cpl 열어주세요.
|
||||||
|
|
@ -132,7 +133,7 @@ Prompt에서 추가한 파일을 prompt.py에서 수정합니다.
|
||||||
응답할 때 원하는 리턴 값을 `dict`로 받습니다.
|
응답할 때 원하는 리턴 값을 `dict`로 받습니다.
|
||||||
|
|
||||||
## 4. \_\_init\_\_.py 수정
|
## 4. \_\_init\_\_.py 수정
|
||||||

|

|
||||||
|
|
||||||
추가한 prompt에 따라 import합니다.
|
추가한 prompt에 따라 import합니다.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue