support svg element (#508)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Identify actions to help user progress towards the user goal using the DOM elements given in the list and the screenshot of the website.
|
||||
Include only the elements that are relevant to the user goal, without altering or imagining new elements.
|
||||
Accurately interpret and understand the functional significance of SVG elements based on their shapes and context within the webpage.
|
||||
Use the details from the user details to fill in necessary values. Always satisfy required fields if the field isn't already filled in. Don't return any action for the same field, if this field is already filled in and the value is the same as the one you would have filled in.
|
||||
MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc.
|
||||
Each interactable element is tagged with an ID.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Identify actions to help user progress towards the user goal using the DOM elements given in the list and the screenshot of the website.
|
||||
Include only the elements that are relevant to the user goal, without altering or imagining new elements.
|
||||
Accurately interpret and understand the functional significance of SVG elements based on their shapes and context within the webpage.
|
||||
Use the details from the user details to fill in necessary values. Always satisfy required fields if the field isn't already filled in. Don't return any action for the same field, if this field is already filled in and the value is the same as the one you would have filled in.
|
||||
MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc.
|
||||
Each interactable element is tagged with an ID.
|
||||
|
||||
Reference in New Issue
Block a user