mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:31:51 +09:00
[Enhancement] README 및 코드에서 Playwright 의존성 및 SSO 로그인 흐름 개선
This commit is contained in:
parent
9b797a8d21
commit
f6368d12a3
5 changed files with 23 additions and 14 deletions
|
|
@ -31,11 +31,10 @@ uv sync
|
|||
|
||||
venv와 패키지가 설치가 됩니다.
|
||||
|
||||
browser_use가 Playwright에 대한 의존성이 있어 브라우저 설치가 필요합니다
|
||||
~~browser_use가 Playwright에 대한 의존성이 있어 브라우저 설치가 필요합니다~~
|
||||
|
||||
스텔스 기능 때문에 Chrome이 필요합니다.
|
||||
|
||||
```sh
|
||||
uv run playwright install
|
||||
```
|
||||
|
||||
다음과 같은 명령어로 실행합니다.
|
||||
|
||||
|
|
@ -50,7 +49,7 @@ Environment는 .env.example에 따라 설정되어야합니다.
|
|||
# 쿠키와 로컬 스토리지 설정 방법
|
||||
|
||||
```sh
|
||||
playwright open https://google.com/ --save-storage=./data/storage_state.json
|
||||
uv run playwright open https://google.com/ --save-storage=./data/storage_state.json
|
||||
```
|
||||
|
||||
# 실행
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue