mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:31:51 +09:00
Update docs and remove unused prompt files
The commit updates documentation with a guide image and removes unused prompt files for Google and Meta logins.
This commit is contained in:
parent
5535515dbd
commit
3d55b6275e
5 changed files with 8 additions and 223 deletions
|
|
@ -12,7 +12,7 @@
|
|||
> 그렇지 않으면 실행되지 않습니다.
|
||||
>
|
||||
> 윈도우 환경에서는 `sudo certutil -addstore root mitmproxy-ca-cert.cer`로 인증합니다.
|
||||
>
|
||||
>
|
||||
> Sudo가 활성화되어있지 않은 환경에서는 관리자로 상향된 쉘에서 실행합니다.
|
||||
>
|
||||
> MacOS 환경에서는 `sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain ~/.mitmproxy/mitmproxy-ca-cert.pem`으로 인증합니다.
|
||||
|
|
@ -48,7 +48,7 @@ venv와 패키지가 설치가 됩니다.
|
|||
|
||||
스텔스 기능 때문에 Google Chrome이 필요합니다.
|
||||
|
||||
만약 설치가 되어 있지 않다면
|
||||
만약 설치가 되어 있지 않다면
|
||||
```
|
||||
playwright install chrome
|
||||
```
|
||||
|
|
@ -76,7 +76,7 @@ uv run playwright open https://google.com/ --save-storage=./data/storage_state.j
|
|||
`.sensitive.example.json`을 `.sensitive.json`으로 복사해서
|
||||
|
||||
안에 있는 예시 내용을 참고해서 작성해주시면 됩니다.
|
||||
더 자세한 내용은
|
||||
더 자세한 내용은
|
||||
[Sensitive Data - Browser Use](https://docs.browser-use.com/customize/sensitive-data)를 참고하시면 좋을 것 같습니다.
|
||||
|
||||
[Sensitive Data - Browser Use](https://docs.browser-use.com/customize/sensitive-data)에서도 권장하지 않는 방법인만큼 애매하긴 하지만 쿠키와 로컬 스토리지를 저장하기 어려운 경우나 일부 flow에서 접근이 어려운 경우 사용해주세요.
|
||||
|
|
@ -114,6 +114,9 @@ fallback.py를 복사하여
|
|||
|
||||
## 2. __init__.py 수정
|
||||
|
||||

|
||||
|
||||
Prompt에서 추가한 파일을 __init__.py에서 import합니다.
|
||||
|
||||
## 3. 파일 수정
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue