Skip to content

Commit

Permalink
Fixed jsonl
Browse files Browse the repository at this point in the history
:
  • Loading branch information
dhruvahuja19 committed Dec 16, 2024
1 parent cdf662c commit fb8876b
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions data/dom_tasks.jsonl
Original file line number Diff line number Diff line change
@@ -1,27 +1 @@
{
"web_name": "Cambridge Dictionary",
"id": "cambridge_lookup_1",
"task": "Click the search box and type 'hello'",
"web": "https://dictionary.cambridge.org/",
"element_type": "input",
"interaction": "type",
"target_element": {
"type": "id",
"value": "searchword"
},
"input_text": "hello",
"ground_truth": {
"screenshot": "cambridge_lookup_1_gt.png",
"description": "The word 'hello' has been entered in the search box",
"visual_changes": [
"Text 'hello' appears in search box",
"Text cursor visible at end of input",
"Search suggestions may appear"
],
"success_criteria": [
"Input text matches 'hello' exactly",
"Text is visible in search box",
"Search box maintains focus"
]
}
}
{"web_name": "Cambridge Dictionary", "id": "cambridge_lookup_1", "task": "Click the search box and type 'hello'", "web": "https://dictionary.cambridge.org/", "element_type": "input", "interaction": "type", "target_element": {"type": "id", "value": "searchword"}, "input_text": "hello", "ground_truth": {"screenshot": "cambridge_lookup_1_gt.png", "description": "The word 'hello' has been entered in the search box", "visual_changes": ["Text 'hello' appears in search box", "Text cursor visible at end of input", "Search suggestions may appear"], "success_criteria": ["Input text matches 'hello' exactly", "Text is visible in search box", "Search box maintains focus"]}}

0 comments on commit fb8876b

Please sign in to comment.