mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:21:52 +09:00
[Prompt] 로그인 후, 가입페이지가 나왔을때, 무한 반복되는 오류 해결
This commit is contained in:
parent
bbd2d6d636
commit
65150b3514
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ Constraints:
|
|||
- CAPTCHA or MFA appears
|
||||
- ID/password input is required
|
||||
- If the user is already logged in to Google and redirected back automatically, stop there and report success.
|
||||
- If the login page cannot be found, return "login_page_not_found".
|
||||
- If the Google login button is not found, return "sso_not_found".
|
||||
- If a page such as a sign-up page appears after entering the ID and password, consider it a successful login and terminate immediately.
|
||||
|
||||
Final Output:
|
||||
Return the result in the following format only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue