You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are given a screenshot of a webpage. Determine if a captcha or login form with input fields is present in the screenshot. If a captcha is present, call the tool with the argument "captcha". If a login form is present, call the tool with the argument "login". If neither is present, call the tool with the argument "none".
355
361
356
362
NOTE:
357
363
- Popups like cookie consent banners should not be considered as login forms.
358
364
- The login action can be ignored if the main content is visible in the screenshot.
359
365
- Login button that triggers a login form should not be considered as login forms. Only visible login forms with input fields should be considered.
0 commit comments