Upload test_dataset.csv
Browse files- test_dataset.csv +101 -0
test_dataset.csv
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input_text,dsl_json
|
| 2 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": ""#submit"", ""description"": ""Verify element""}}"
|
| 3 |
+
Navigate to https://openai.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://example.com"", ""description"": ""Test action""}}"
|
| 4 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_2.png"", ""fullPage"": true, ""description"": ""Navigate page""}}"
|
| 5 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#submit"", ""timeout"": 10000, ""description"": ""Perform click""}}"
|
| 6 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": ""#checkout"", ""description"": ""Perform click""}}"
|
| 7 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Perform click""}}"
|
| 8 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": ""#submit"", ""waitAfter"": 1000, ""description"": ""Human input required""}}"
|
| 9 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": "".button"", ""description"": ""Human input required""}}"
|
| 10 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": "".content"", ""waitAfter"": 1000, ""description"": ""Wait for element""}}"
|
| 11 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": ""#login"", ""waitFor"": true, ""description"": ""Human input required""}}"
|
| 12 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": "".modal"", ""waitFor"": true, ""description"": ""Test action""}}"
|
| 13 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Wait for element""}}"
|
| 14 |
+
Extract data from https://github.com,"{""type"": ""extract_data"", ""properties"": {""selectors"": ""{\""data\"":\""div.item\""}"", ""description"": ""Wait for element""}}"
|
| 15 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": "".content"", ""timeout"": 10000, ""description"": ""Verify element""}}"
|
| 16 |
+
Wait for human input,"{""type"": ""wait_for_human"", ""properties"": {""prompt"": ""{\""message\"":\""Confirm step\""}"", ""description"": ""Human input required""}}"
|
| 17 |
+
Extract data from https://huggingface.co,"{""type"": ""extract_data"", ""properties"": {""selectors"": ""{\""data\"":\""div.item\""}"", ""description"": ""Perform click""}}"
|
| 18 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": ""#main"", ""description"": ""Wait for element""}}"
|
| 19 |
+
Scroll the page,"{""type"": ""scroll"", ""properties"": {""direction"": ""down"", ""pixels"": 500, ""description"": ""Wait for element""}}"
|
| 20 |
+
Navigate to https://github.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://stripe.com"", ""description"": ""Test action""}}"
|
| 21 |
+
Navigate to https://stripe.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://stripe.com"", ""description"": ""Wait for element""}}"
|
| 22 |
+
Scroll the page,"{""type"": ""scroll"", ""properties"": {""direction"": ""down"", ""pixels"": 500, ""description"": ""Human input required""}}"
|
| 23 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Navigate page""}}"
|
| 24 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_22.png"", ""fullPage"": true, ""description"": ""Perform click""}}"
|
| 25 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#login"", ""timeout"": 10000, ""description"": ""Human input required""}}"
|
| 26 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": "".modal"", ""waitAfter"": 1000, ""description"": ""Test action""}}"
|
| 27 |
+
Extract data from https://stripe.com,"{""type"": ""extract_data"", ""properties"": {""selectors"": ""{\""data\"":\""div.item\""}"", ""description"": ""Test action""}}"
|
| 28 |
+
Extract data from https://stripe.com,"{""type"": ""extract_data"", ""properties"": {""selectors"": ""{\""data\"":\""div.item\""}"", ""description"": ""Wait for element""}}"
|
| 29 |
+
Scroll the page,"{""type"": ""scroll"", ""properties"": {""direction"": ""down"", ""pixels"": 500, ""description"": ""Perform click""}}"
|
| 30 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": ""#submit"", ""waitAfter"": 1000, ""description"": ""Perform click""}}"
|
| 31 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_29.png"", ""fullPage"": true, ""description"": ""Navigate page""}}"
|
| 32 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Perform click""}}"
|
| 33 |
+
Extract data from https://github.com,"{""type"": ""extract_data"", ""properties"": {""selectors"": ""{\""data\"":\""div.item\""}"", ""description"": ""Perform click""}}"
|
| 34 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#checkout"", ""timeout"": 10000, ""description"": ""Perform click""}}"
|
| 35 |
+
Extract data from https://github.com,"{""type"": ""extract_data"", ""properties"": {""selectors"": ""{\""data\"":\""div.item\""}"", ""description"": ""Navigate page""}}"
|
| 36 |
+
Wait for human input,"{""type"": ""wait_for_human"", ""properties"": {""prompt"": ""{\""message\"":\""Confirm step\""}"", ""description"": ""Navigate page""}}"
|
| 37 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": "".modal"", ""waitAfter"": 1000, ""description"": ""Test action""}}"
|
| 38 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": ""#cart"", ""description"": ""Verify element""}}"
|
| 39 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": "".button"", ""description"": ""Navigate page""}}"
|
| 40 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": ""#login"", ""waitFor"": true, ""description"": ""Test action""}}"
|
| 41 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#login"", ""timeout"": 10000, ""description"": ""Perform click""}}"
|
| 42 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": ""#submit"", ""description"": ""Test action""}}"
|
| 43 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": ""#main"", ""waitFor"": true, ""description"": ""Wait for element""}}"
|
| 44 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": ""#checkout"", ""waitAfter"": 1000, ""description"": ""Test action""}}"
|
| 45 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Verify element""}}"
|
| 46 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": ""#submit"", ""waitFor"": true, ""description"": ""Wait for element""}}"
|
| 47 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Test action""}}"
|
| 48 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Navigate page""}}"
|
| 49 |
+
Navigate to https://openai.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://example.com"", ""description"": ""Human input required""}}"
|
| 50 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Verify element""}}"
|
| 51 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Verify element""}}"
|
| 52 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Wait for element""}}"
|
| 53 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Human input required""}}"
|
| 54 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": "".content"", ""timeout"": 10000, ""description"": ""Verify element""}}"
|
| 55 |
+
Scroll the page,"{""type"": ""scroll"", ""properties"": {""direction"": ""down"", ""pixels"": 500, ""description"": ""Verify element""}}"
|
| 56 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": ""#login"", ""waitFor"": true, ""description"": ""Human input required""}}"
|
| 57 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": ""#submit"", ""description"": ""Perform click""}}"
|
| 58 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": "".button"", ""description"": ""Navigate page""}}"
|
| 59 |
+
Wait for human input,"{""type"": ""wait_for_human"", ""properties"": {""prompt"": ""{\""message\"":\""Confirm step\""}"", ""description"": ""Human input required""}}"
|
| 60 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Human input required""}}"
|
| 61 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#login"", ""timeout"": 10000, ""description"": ""Verify element""}}"
|
| 62 |
+
Navigate to https://github.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://huggingface.co"", ""description"": ""Navigate page""}}"
|
| 63 |
+
Scroll the page,"{""type"": ""scroll"", ""properties"": {""direction"": ""down"", ""pixels"": 500, ""description"": ""Test action""}}"
|
| 64 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Wait for element""}}"
|
| 65 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": ""#cart"", ""description"": ""Perform click""}}"
|
| 66 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Perform click""}}"
|
| 67 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_65.png"", ""fullPage"": true, ""description"": ""Perform click""}}"
|
| 68 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Wait for element""}}"
|
| 69 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Navigate page""}}"
|
| 70 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": ""#cart"", ""description"": ""Wait for element""}}"
|
| 71 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Human input required""}}"
|
| 72 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#submit"", ""timeout"": 10000, ""description"": ""Perform click""}}"
|
| 73 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Verify element""}}"
|
| 74 |
+
Navigate to https://example.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://openai.com"", ""description"": ""Verify element""}}"
|
| 75 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": ""#main"", ""description"": ""Human input required""}}"
|
| 76 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_74.png"", ""fullPage"": true, ""description"": ""Wait for element""}}"
|
| 77 |
+
Click an element,"{""type"": ""click"", ""properties"": {""selector"": ""#submit"", ""waitAfter"": 1000, ""description"": ""Verify element""}}"
|
| 78 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Verify element""}}"
|
| 79 |
+
Wait for human input,"{""type"": ""wait_for_human"", ""properties"": {""prompt"": ""{\""message\"":\""Confirm step\""}"", ""description"": ""Perform click""}}"
|
| 80 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Test action""}}"
|
| 81 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_79.png"", ""fullPage"": true, ""description"": ""Test action""}}"
|
| 82 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": "".modal"", ""waitFor"": true, ""description"": ""Test action""}}"
|
| 83 |
+
Navigate to https://github.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://stripe.com"", ""description"": ""Wait for element""}}"
|
| 84 |
+
Fill out a form,"{""type"": ""fill_form"", ""properties"": {""fields"": ""{\""name\"":\""Chris\""}"", ""submit"": ""#submit"", ""description"": ""Perform click""}}"
|
| 85 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": ""#submit"", ""description"": ""Navigate page""}}"
|
| 86 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Navigate page""}}"
|
| 87 |
+
Wait for a few seconds,"{""type"": ""wait"", ""properties"": {""seconds"": 3, ""description"": ""Wait for element""}}"
|
| 88 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": "".button"", ""description"": ""Human input required""}}"
|
| 89 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#login"", ""timeout"": 10000, ""description"": ""Human input required""}}"
|
| 90 |
+
Take screenshot,"{""type"": ""screenshot"", ""properties"": {""filename"": ""shot_88.png"", ""fullPage"": true, ""description"": ""Test action""}}"
|
| 91 |
+
Wait for human input,"{""type"": ""wait_for_human"", ""properties"": {""prompt"": ""{\""message\"":\""Confirm step\""}"", ""description"": ""Navigate page""}}"
|
| 92 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": ""#login"", ""description"": ""Navigate page""}}"
|
| 93 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": "".modal"", ""description"": ""Human input required""}}"
|
| 94 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#main"", ""timeout"": 10000, ""description"": ""Perform click""}}"
|
| 95 |
+
Navigate to https://stripe.com,"{""type"": ""navigate"", ""properties"": {""url"": ""https://openai.com"", ""description"": ""Test action""}}"
|
| 96 |
+
Check if element exists,"{""type"": ""check_element"", ""properties"": {""selector"": "".button"", ""waitFor"": true, ""description"": ""Human input required""}}"
|
| 97 |
+
Conditional check,"{""type"": ""conditional"", ""properties"": {""condition"": ""loggedIn==true"", ""selector"": "".content"", ""description"": ""Human input required""}}"
|
| 98 |
+
Wait for load,"{""type"": ""wait_for_load"", ""properties"": {""selector"": ""#main"", ""timeout"": 10000, ""description"": ""Verify element""}}"
|
| 99 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": "".modal"", ""description"": ""Perform click""}}"
|
| 100 |
+
Scroll the page,"{""type"": ""scroll"", ""properties"": {""direction"": ""down"", ""pixels"": 500, ""description"": ""Navigate page""}}"
|
| 101 |
+
Hover over element,"{""type"": ""hover"", ""properties"": {""selector"": "".button"", ""description"": ""Verify element""}}"
|