mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 12:01:51 +09:00
feat: OAuth 제공자 추출 및 로그인 테스트 개선
This commit is contained in:
parent
20601cec76
commit
353e98e28c
4 changed files with 27 additions and 24 deletions
|
|
@ -31,6 +31,7 @@ Your task is to navigate to the login page of the given URL. Follow the steps be
|
|||
- Username/password fields
|
||||
- Email-based login
|
||||
- Non-OAuth methods such as certificate or phone verification
|
||||
- ✅ If you are unsure whether a button is OAuth-based or not, you MUST click the button and check the redirect behavior yourself.
|
||||
|
||||
3. RETURN FORMAT
|
||||
- If the login page is successfully found, return:
|
||||
|
|
@ -58,4 +59,5 @@ Your task is to navigate to the login page of the given URL. Follow the steps be
|
|||
}
|
||||
```
|
||||
- Return ONLY the JSON object. Do NOT include any explanation, logging, or extra output.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue