fix dropdown menu detect bug (#874)

This commit is contained in:
LawyZheng
2024-09-24 12:44:06 +08:00
committed by GitHub
parent e59eb2b2bc
commit c27c2a55f9
2 changed files with 25 additions and 69 deletions

View File

@@ -3,6 +3,7 @@ There is a screenshot from a part of a web HTML page. Help me confirm if it is a
An open dropdown menu can be defined as:
- At least one option is visible in the screenshot.
- Do not consider it an open dropdown menu if the only visible option displays a message like "No results" or "No match".
- Do not consider it an open dropdown menu if the only visible element displays a placeholder like "Please select", "-", or "Select...".
MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc.