diff --git a/120/eval_descriptor.json b/120/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..5eeccd5015a55aa67e2ed3383d5e4af52a2a5bd1
--- /dev/null
+++ b/120/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "It is comfortable"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "It is comfortable"
+}
\ No newline at end of file
diff --git a/120/instruction.md b/120/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..ecbe44c687ff4ba8a8ee07fc2a165ee6992c9f9a
--- /dev/null
+++ b/120/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 120
+
+Tell me the reasons why customers like Ana Running Short
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/120/task.toml b/120/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..41649ba3e611aa4c7c62a7f25761f825c3a7ef8a
--- /dev/null
+++ b/120/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/120"
+name = "WebArena — 120"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/120/verifier/run.sh b/120/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/120/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/127/eval_descriptor.json b/127/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..d200bfd0ea39d59b5770d5598f7468d0a7aa45ea
--- /dev/null
+++ b/127/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Hollister",
+ "Joust",
+ "Antonia"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Hollister, Joust, Antonia"
+}
\ No newline at end of file
diff --git a/127/instruction.md b/127/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..0da1d40329322bbee036a0edc4fcf2afa758bc24
--- /dev/null
+++ b/127/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 127
+
+What brands appear most frequently among the top search terms?
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/127/task.toml b/127/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1f657bc746a65ed37365229f1de0932d852fda86
--- /dev/null
+++ b/127/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/127"
+name = "WebArena — 127"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/127/verifier/run.sh b/127/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/127/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/131/eval_descriptor.json b/131/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..2b9057d03f2406c7c9e533291c239c666dc536c3
--- /dev/null
+++ b/131/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "25"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "25"
+}
\ No newline at end of file
diff --git a/131/instruction.md b/131/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..f41cc34aaa6291fdc0cf8c99503b6234d7a8521b
--- /dev/null
+++ b/131/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 131
+
+What's the total number of items sold in the most recent 7 orders?
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/131/task.toml b/131/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0fbf1ef7abb953eca91671dfe189d569f967982a
--- /dev/null
+++ b/131/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/131"
+name = "WebArena — 131"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/131/verifier/run.sh b/131/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/131/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/132/eval_descriptor.json b/132/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..b6369077f83acce03043ff5cac05d45985dc0456
--- /dev/null
+++ b/132/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "1"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "1"
+}
\ No newline at end of file
diff --git a/132/instruction.md b/132/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..50e0f16bba2a6bc4f253996623c9f3a425da4f71
--- /dev/null
+++ b/132/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 132
+
+How many commits did kilian make to a11yproject on 3/5/2023?
+
+Start URL: __GITLAB__
diff --git a/132/task.toml b/132/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..725185ccdc52fc530f23c0879964ad1f73d20b95
--- /dev/null
+++ b/132/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/132"
+name = "WebArena — 132"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/132/verifier/run.sh b/132/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/132/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/147/eval_descriptor.json b/147/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..edec98fb1e97d032594e2aa46531e058b7edef0d
--- /dev/null
+++ b/147/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "16x24"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "16x24"
+}
\ No newline at end of file
diff --git a/147/instruction.md b/147/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..16b1acd3a9f6b6b92a1e54dca1bfe29cc6abbcb6
--- /dev/null
+++ b/147/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 147
+
+What is the size configuration of the picture frame I bought 2022
+
+Start URL: __SHOPPING__
diff --git a/147/task.toml b/147/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4dc1927222af0f752437da0434abbc00a86dbe6f
--- /dev/null
+++ b/147/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/147"
+name = "WebArena — 147"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/147/verifier/run.sh b/147/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/147/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/151/eval_descriptor.json b/151/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8683d7d6ca1833aab72afa00c7ef36f41dcc4ab3
--- /dev/null
+++ b/151/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "4min"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "4min"
+}
\ No newline at end of file
diff --git a/151/instruction.md b/151/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..3af0d584c807019de983815a924254d04644c79b
--- /dev/null
+++ b/151/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 151
+
+What is the minimum travel time by car from CMU to University of Pittsburgh?
+
+Start URL: __MAP__
diff --git a/151/task.toml b/151/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ab4c8fc967844d074c0b9e32b69471ab1d70fa31
--- /dev/null
+++ b/151/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/151"
+name = "WebArena — 151"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/151/verifier/run.sh b/151/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/151/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/167/eval_descriptor.json b/167/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..c997ec39054a33d9cf32225e3daa21f31384350e
--- /dev/null
+++ b/167/eval_descriptor.json
@@ -0,0 +1,19 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "The wireless connection works on a whim (about 40% of the time I've owned it)",
+ "It seems to constantly run out of ink",
+ "Cartridge prices are less than some printers I've had",
+ "This printer seems to have more reasons NOT to work (none that are findable or correctable) Ex: error boxes saying that it's out of paper when it automatically switches to photo printing for some reason",
+ "Scanner is as slow as my first scanner I ever owned in the mid-90's",
+ "For the $176 I paid, there isn't even a fax component on it. I guess the \"PLUS\" part of it's name is in reference to the migraines it causes when you can't figure out the new reason why it's not working for the 10th time in the past 2 months."
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "The wireless connection works on a whim (about 40% of the time I've owned it). It seems to constantly run out of ink. Cartridge prices are less than some printers I've had, but now I understand why. This printer seems to have more reasons NOT to work (none that are findable or correctable) Ex: error boxes saying that it's out of paper when it automatically switches to photo printing for some reason. Scanner is as slow as my first scanner I ever owned in the mid-90's. For the $176 I paid, there isn't even a fax component on it. I guess the \"PLUS\" part of it's name is in reference to the migraines it causes when you can't figure out the new reason why it's not working for the 10th time in the past 2 months."
+}
\ No newline at end of file
diff --git a/167/instruction.md b/167/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..4d0037c85866ba6eb902965a7c82030601db2f02
--- /dev/null
+++ b/167/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 167
+
+What are the main criticisms of this product? Please extract the relevant sentences.
+
+Start URL: __SHOPPING__/photosmart-plus-b209-clr-inkjetfb-p-s-c-usb-wrls-1.html
diff --git a/167/task.toml b/167/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5bc23aeff53e8a79aef6a7f580511c2c52927b2d
--- /dev/null
+++ b/167/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/167"
+name = "WebArena — 167"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/167/verifier/run.sh b/167/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/167/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/168/instruction.md b/168/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..6884d460e6bc87fd3128da928e6f519b85d29c0d
--- /dev/null
+++ b/168/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 168
+
+Tell me the full names of the repositories where I made contributions and they got more than 100 stars?
+
+Start URL: __GITLAB__
diff --git a/168/task.toml b/168/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..741b30420cf8811574d140dc11f835bab8e3f57b
--- /dev/null
+++ b/168/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/168"
+name = "WebArena — 168"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/168/verifier/run.sh b/168/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/168/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/174/eval_descriptor.json b/174/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..087a8b95cd6f87dc22cb8b0fa1bcfafbe15401d1
--- /dev/null
+++ b/174/eval_descriptor.json
@@ -0,0 +1,15 @@
+{
+ "eval_types": [
+ "string_match",
+ "url_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "No, it is open"
+ ]
+ },
+ "reference_url": "__GITLAB__/byteblaze/a11y-webring.club/-/issues/71",
+ "program_html": [],
+ "reference_answer_raw_annotation": "Not closed",
+ "string_note": ""
+}
\ No newline at end of file
diff --git a/174/instruction.md b/174/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..03b38455b26c9d72b2e847227ecbdd84991e2902
--- /dev/null
+++ b/174/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 174
+
+Open my latest updated issue that has keyword "feature" in its title to check if it is closed
+
+Start URL: __GITLAB__
diff --git a/174/task.toml b/174/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..319803a902e373d68298a8c9a5db1d09ee9e4726
--- /dev/null
+++ b/174/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/174"
+name = "WebArena — 174"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/174/verifier/run.sh b/174/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/174/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/18/task.toml b/18/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a42ce364c46c423c7a3dbc0b9b0ddc868d79ab87
--- /dev/null
+++ b/18/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/18"
+name = "WebArena — 18"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/18/verifier/run.sh b/18/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/18/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/192/eval_descriptor.json b/192/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..4e9f2aef320faf000145bdc000e36a71bb1349c5
--- /dev/null
+++ b/192/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "754.99"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "754.99"
+}
\ No newline at end of file
diff --git a/192/verifier/run.sh b/192/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/192/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/193/eval_descriptor.json b/193/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..cbaec2fbbe182eb3251d9b9e03b0c7f9d5daa9e6
--- /dev/null
+++ b/193/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "182.4"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "182.4"
+}
\ No newline at end of file
diff --git a/193/instruction.md b/193/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..27720375314a80c3d1cbb95680a80a4f2e1defdf
--- /dev/null
+++ b/193/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 193
+
+Get the total payment amount of the last 2 completed orders
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/193/task.toml b/193/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..69513ba8f3907aff08e0b3b3728355782a4d8ed0
--- /dev/null
+++ b/193/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/193"
+name = "WebArena — 193"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/193/verifier/run.sh b/193/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/193/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/205/eval_descriptor.json b/205/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..b6369077f83acce03043ff5cac05d45985dc0456
--- /dev/null
+++ b/205/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "1"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "1"
+}
\ No newline at end of file
diff --git a/205/instruction.md b/205/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..cb10a637d950d98d24f5aaa620a39bc97ca456af
--- /dev/null
+++ b/205/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 205
+
+How many commits did kilian make on 3/5/2023?
+
+Start URL: __GITLAB__/a11yproject/a11yproject.com
diff --git a/205/task.toml b/205/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..182c5bfe7f144fa251ab60652966fee28acd415d
--- /dev/null
+++ b/205/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/205"
+name = "WebArena — 205"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/205/verifier/run.sh b/205/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/205/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/206/eval_descriptor.json b/206/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..7d46e6c234fc9d4cb6c903085582f32caeb9a1e3
--- /dev/null
+++ b/206/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "2"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "2"
+}
\ No newline at end of file
diff --git a/206/instruction.md b/206/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..eb7a7b21d1ee1b317103cbfa9193f90edc8630f1
--- /dev/null
+++ b/206/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 206
+
+How many commits did Eric make on 3/2?
+
+Start URL: __GITLAB__/a11yproject/a11yproject.com
diff --git a/206/task.toml b/206/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c425ebe7fc20f9d866cb3b744993ddbf557f6bab
--- /dev/null
+++ b/206/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/206"
+name = "WebArena — 206"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/206/verifier/run.sh b/206/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/206/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/210/eval_descriptor.json b/210/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..bd58aa13f868be39b2c7670b65d5adb163f94e1c
--- /dev/null
+++ b/210/eval_descriptor.json
@@ -0,0 +1,15 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Adam Garcia",
+ "gamingpro456@gmail.com"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Adam Garcia, gamingpro456@gmail.com"
+}
\ No newline at end of file
diff --git a/210/instruction.md b/210/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..edaebf48e314ffc13280b6deb8d3a911b9b8f6b5
--- /dev/null
+++ b/210/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 210
+
+Find the customer name and email with phone number 2065555555
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/210/task.toml b/210/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2a9293df50159d108e1e3879c2ab2770ded47ea4
--- /dev/null
+++ b/210/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/210"
+name = "WebArena — 210"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/210/verifier/run.sh b/210/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/210/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/211/eval_descriptor.json b/211/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..f7cc6ad5510cdef3f9bca18ccb3d58a117aa4ea7
--- /dev/null
+++ b/211/eval_descriptor.json
@@ -0,0 +1,15 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Sean Miller",
+ "sean.miller@gmail.com"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Sean Miller, sean.miller@gmail.com"
+}
\ No newline at end of file
diff --git a/211/instruction.md b/211/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..2d4ad812346f3aed956ba2e1f597305e5238c1d0
--- /dev/null
+++ b/211/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 211
+
+Find the customer name and email with phone number 8015551212
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/211/task.toml b/211/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..88a1fa70b98ef13407353d86687ac1eeec9a0dbd
--- /dev/null
+++ b/211/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/211"
+name = "WebArena — 211"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/211/verifier/run.sh b/211/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/211/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/214/eval_descriptor.json b/214/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..b44199c959996516cf487b92f3c59ab1931409c9
--- /dev/null
+++ b/214/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "It is hard to find the right size. Won't last long"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "It is hard to find the right size. Won't last long"
+}
\ No newline at end of file
diff --git a/214/instruction.md b/214/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..71b3327c0208a6fc1842a0ada3c51a7b70b8ddb3
--- /dev/null
+++ b/214/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 214
+
+What are the key aspects that the customers don't like about Zing Jump Rope
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/214/task.toml b/214/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ea92a79fe373e7ec35396fe2262638fd5e845f8d
--- /dev/null
+++ b/214/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/214"
+name = "WebArena — 214"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/214/verifier/run.sh b/214/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/214/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/220/instruction.md b/220/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..2bb4480fa37edae1b6b23e4d197e088ea94cda98
--- /dev/null
+++ b/220/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 220
+
+Show me the walking distance from nearby hotels to Gardner Steel Conference Center, that take at most 5 minutes?
+
+Start URL: __MAP__
diff --git a/228/eval_descriptor.json b/228/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..da0a6d776f8eeb35d76fe2c6d219d03ec43a145f
--- /dev/null
+++ b/228/eval_descriptor.json
@@ -0,0 +1,15 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "18.18",
+ "94.99"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "$18.18 - $94.99"
+}
\ No newline at end of file
diff --git a/228/instruction.md b/228/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..f9c993b486cee2b99f2331c98d620018b55b8488
--- /dev/null
+++ b/228/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 228
+
+What is the price range for products from sephora?
+
+Start URL: __SHOPPING__
diff --git a/228/task.toml b/228/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..48a5cdbab74f302c2669f5e49ccd509fbe1d7c06
--- /dev/null
+++ b/228/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/228"
+name = "WebArena — 228"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/228/verifier/run.sh b/228/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/228/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/232/eval_descriptor.json b/232/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..3f12491c1192d57cfbbfaea5063be3ce69a2bf3a
--- /dev/null
+++ b/232/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "189"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "000000189"
+}
\ No newline at end of file
diff --git a/232/instruction.md b/232/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..960a8e10d5a145ad4146972b481fd6f131ee2452
--- /dev/null
+++ b/232/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 232
+
+Get the order number of my most recent pending order
+
+Start URL: __SHOPPING__
diff --git a/232/task.toml b/232/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..fd9b51bb85ef004dbeda78ae907378b89b67fe9f
--- /dev/null
+++ b/232/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/232"
+name = "WebArena — 232"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/232/verifier/run.sh b/232/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/232/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/245/eval_descriptor.json b/245/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..47f770ef5b5b814f823473bfc2847a9be9af4530
--- /dev/null
+++ b/245/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "exact_match": "Shaunte"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Shaunte"
+}
\ No newline at end of file
diff --git a/245/instruction.md b/245/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..249df0f44805e59424b28f6166d1a77f14f8dc80
--- /dev/null
+++ b/245/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 245
+
+Show me the name of the customer who is the most unhappy with Antonia racer tank
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/245/task.toml b/245/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0389fa1726fcd5b369fa0d3975bdad686c0f152d
--- /dev/null
+++ b/245/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/245"
+name = "WebArena — 245"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/245/verifier/run.sh b/245/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/245/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/255/eval_descriptor.json b/255/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..ca0a0b0afe732d20f2295ad30e749cfce7b778c1
--- /dev/null
+++ b/255/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "exact_match": "Allegheny County Airport Authority"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Allegheny County Airport Authority"
+}
\ No newline at end of file
diff --git a/255/instruction.md b/255/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..1c2ce94e6008b372a938e87f215c892c0d7e4bd5
--- /dev/null
+++ b/255/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 255
+
+Who is the operator of PIT airport
+
+Start URL: __MAP__
diff --git a/255/task.toml b/255/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d00714dd2e83fa0902064c3fc0de5c3a6e14d26b
--- /dev/null
+++ b/255/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/255"
+name = "WebArena — 255"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/255/verifier/run.sh b/255/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/255/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/259/eval_descriptor.json b/259/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..534fa484131f19c39c2a95c5ebc8f8d2f0df09b2
--- /dev/null
+++ b/259/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "exact_match": "TMN_bBn9Z48qVbUFZV45"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "TMN_bBn9Z48qVbUFZV45"
+}
\ No newline at end of file
diff --git a/259/instruction.md b/259/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..ff35c8fb75e2830d03db899e56471b4f8ed6d979
--- /dev/null
+++ b/259/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 259
+
+Get me my RSS feed token
+
+Start URL: __GITLAB__
diff --git a/259/task.toml b/259/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5ced6d2f560fd3bcbfc3d0667f40cc92b8d34589
--- /dev/null
+++ b/259/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/259"
+name = "WebArena — 259"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/259/verifier/run.sh b/259/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/259/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/262/eval_descriptor.json b/262/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..bc793981d668764f64e0cd76347640d98e542053
--- /dev/null
+++ b/262/eval_descriptor.json
@@ -0,0 +1,9 @@
+{
+ "eval_types": [
+ "url_match"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING__/clothing-shoes-jewelry/men/shoes.html",
+ "program_html": [],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/262/instruction.md b/262/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..21d0135c52ab87a831ea1d86b1c397cabb5c3392
--- /dev/null
+++ b/262/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 262
+
+I want to browse the products in the Men shoes category
+
+Start URL: __SHOPPING__
diff --git a/262/task.toml b/262/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..40851014f7074b2667524d7ce1dd19bd6a88ed68
--- /dev/null
+++ b/262/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/262"
+name = "WebArena — 262"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/262/verifier/run.sh b/262/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/262/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/264/eval_descriptor.json b/264/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..0b4b13addd08d335f0b44a20f5af41842beb1fb0
--- /dev/null
+++ b/264/eval_descriptor.json
@@ -0,0 +1,9 @@
+{
+ "eval_types": [
+ "url_match"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING__/office-products/office-furniture-lighting/cabinets-racks-shelves.html",
+ "program_html": [],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/264/instruction.md b/264/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..8756718a84889e2b3fc42cb40471c956408899ab
--- /dev/null
+++ b/264/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 264
+
+I want to browse the products in the Cabinets, Racks & Shelves category
+
+Start URL: __SHOPPING__
diff --git a/264/task.toml b/264/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0e1b74d070f1a45dfa72f21277c364117ad493a3
--- /dev/null
+++ b/264/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/264"
+name = "WebArena — 264"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/264/verifier/run.sh b/264/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/264/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/27/eval_descriptor.json b/27/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66
--- /dev/null
+++ b/27/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "0"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "0"
+}
\ No newline at end of file
diff --git a/27/instruction.md b/27/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..72026e24cfbad1d18b4101251fe73dbc4e04a357
--- /dev/null
+++ b/27/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 27
+
+Tell me the count of comments that have received more downvotes than upvotes for the user who made the latest post on the Showerthoughts forum.
+
+Start URL: __REDDIT__
diff --git a/27/task.toml b/27/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9d42c296125a3bbcf95640ee492e7ca5a95fe808
--- /dev/null
+++ b/27/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/27"
+name = "WebArena — 27"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/27/verifier/run.sh b/27/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/27/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/280/eval_descriptor.json b/280/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..a852d2a61a573464c32dfa1bc06fca6e817dc384
--- /dev/null
+++ b/280/eval_descriptor.json
@@ -0,0 +1,27 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Anker USB C Charger 30W, 711 Charger, Compact Fast Charger (Not Foldable) for MacBook Air/iPhone 13/13 Mini/13 Pro/13 Pro Max/12, Galaxy S21, Note 20, iPad Pro, Pixel, and More",
+ "Anker USB C Charger 40W, 521 Charger (Nano Pro), PIQ 3.0 Durable Compact Fast Charger (Not Foldable) for iPhone 13/13 Mini/13 Pro/13 Pro Max/12, Galaxy, Pixel 4/3, iPad/iPad Mini (Cable Not Included)",
+ "Anker PowerCore Speed 20000, 20000mAh Qualcomm Quick Charge 3.0 & PowerIQ Portable Charger, with Quick Charge Recharging, Power Bank for Samsung, iPhone, iPad and More, Black (A1278)",
+ "5Ft Micro-USB Charger Cord Cable Fit for Anker-PowerCore 5000 10000 20100 13000 26800 Mini 3350 Fusion II 15000 Redux 20000 Slim 10000 Astro E1 AC Replacement Power Adapter Supply",
+ "Anker 10W Max Wireless Charger, 313 Wireless Charger (Pad), Qi-Certified Wireless Charging 7.5W for iPhone 12/12 Pro/12 mini/12 Pro Max, 10W for Galaxy S10 S9 S8, S9 Plus, Note 9 (No AC Adapter)",
+ "Anker Wireless Charger, 313 Wireless Charger (Stand), Qi-Certified for iPhone 12, 12 Pro Max, SE, 11, 11 Pro, 11 Pro Max, XR, XS Max, 10W Fast-Charging Galaxy S20, S10 (No AC Adapter)",
+ "USB Charger, Anker Elite Dual Port 24W Wall Charger, PowerPort 2 with PowerIQ and Foldable Plug, for iPhone 11/Xs/XS Max/XR/X/8/7/6/Plus, iPad Pro/Air 2/Mini 3/Mini 4, Samsung S4/S5, and More",
+ "iPhone 12 Charger [GaN Tech], Anker 30W Compact USB-C Wall Charger with Power Delivery, PowerPort Atom for iPhone 12 / Mini/Pro/Pro Max / 11 / X/XS/XR, iPad Pro, MacBook 12'', Pixel, Galaxy",
+ "USB C Charger, Anker 30W 2 Port Fast Charger with 18W USB C Power Adapter, Foldable PowerPort PD 2 Charger for iPad Pro, iPhone 11/11 Pro / 11 Pro Max/XS/Max/XR/X, Pixel, Galaxy, and More",
+ "Anker 40W 5-Port USB Wall Charger, PowerPort 5 for iPhone XS / XS Max / XR / X / 8 / 7 / 6 / Plus, iPad Pro / Air 2 / mini, Galaxy S9 / S8 / Edge / Plus, Note 8 / 7, LG, Nexus, HTC and More, Black (AK-A2124111)",
+ "Anker Quick Charge 3.0 39W Dual USB Wall Charger, PowerPort Speed 2 for Galaxy S10/S9/S8/Edge/Plus, Note 8/7 and PowerIQ for iPhone Xs/XS Max/XR/X/8/Plus, iPad Pro/Air 2/Mini, LG, Nexus, HTC and More",
+ "USB C Charger, Anker 20W PIQ 3.0 Fast Charger with Foldable Plug, PowerPort III Charger for iPhone 13/13 Mini/13 Pro/13 Pro Max/12/11, iPad/iPad Mini, MagSafe, and More (Cable Not Included)",
+ "8.99",
+ "59.99"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "These models are availiable: Anker USB C Charger 30W, 711 Charger, Compact Fast Charger (Not Foldable) for MacBook Air/iPhone 13/13 Mini/13 Pro/13 Pro Max/12, Galaxy S21, Note 20, iPad Pro, Pixel, and More Anker USB C Charger 40W, 521 Charger (Nano Pro), PIQ 3.0 Durable Compact Fast Charger (Not Foldable) for iPhone 13/13 Mini/13 Pro/13 Pro Max/12, Galaxy, Pixel 4/3, iPad/iPad Mini (Cable Not Included) Anker PowerCore Speed 20000, 20000mAh Qualcomm Quick Charge 3.0 & PowerIQ Portable Charger, with Quick Charge Recharging, Power Bank for Samsung, iPhone, iPad and More, Black (A1278) 5Ft Micro-USB Charger Cord Cable Fit for Anker-PowerCore 5000 10000 20100 13000 26800 Mini 3350 Fusion II 15000 Redux 20000 Slim 10000 Astro E1 AC Replacement Power Adapter Supply Anker 10W Max Wireless Charger, 313 Wireless Charger (Pad), Qi-Certified Wireless Charging 7.5W for iPhone 12/12 Pro/12 mini/12 Pro Max, 10W for Galaxy S10 S9 S8, S9 Plus, Note 9 (No AC Adapter) Anker Wireless Charger, 313 Wireless Charger (Stand), Qi-Certified for iPhone 12, 12 Pro Max, SE, 11, 11 Pro, 11 Pro Max, XR, XS Max, 10W Fast-Charging Galaxy S20, S10 (No AC Adapter) USB Charger, Anker Elite Dual Port 24W Wall Charger, PowerPort 2 with PowerIQ and Foldable Plug, for iPhone 11/Xs/XS Max/XR/X/8/7/6/Plus, iPad Pro/Air 2/Mini 3/Mini 4, Samsung S4/S5, and More iPhone 12 Charger [GaN Tech], Anker 30W Compact USB-C Wall Charger with Power Delivery, PowerPort Atom for iPhone 12 / Mini/Pro/Pro Max / 11 / X/XS/XR, iPad Pro, MacBook 12'', Pixel, Galaxy USB C Charger, Anker 30W 2 Port Fast Charger with 18W USB C Power Adapter, Foldable PowerPort PD 2 Charger for iPad Pro, iPhone 11/11 Pro / 11 Pro Max/XS/Max/XR/X, Pixel, Galaxy, and More Anker 40W 5-Port USB Wall Charger, PowerPort 5 for iPhone XS / XS Max / XR / X / 8 / 7 / 6 / Plus, iPad Pro / Air 2 / mini, Galaxy S9 / S8 / Edge / Plus, Note 8 / 7, LG, Nexus, HTC and More, Black (AK-A2124111) Anker Quick Charge 3.0 39W Dual USB Wall Charger, PowerPort Speed 2 for Galaxy S10/S9/S8/Edge/Plus, Note 8/7 and PowerIQ for iPhone Xs/XS Max/XR/X/8/Plus, iPad Pro/Air 2/Mini, LG, Nexus, HTC and More USB C Charger, Anker 20W PIQ 3.0 Fast Charger with Foldable Plug, PowerPort III Charger for iPhone 13/13 Mini/13 Pro/13 Pro Max/12/11, iPad/iPad Mini, MagSafe, and More (Cable Not Included) Magnetic Wireless Charger, Anker Wireless Charger with 5ft Built-in USB-C Cable, PowerWave Magnetic Pad, 7.5W Charging for iPhone 13 / 13 Pro / 13 Pro Max / 13 mini / 12 / 12 Pro (No AC Adapter) USB C Super Fast Charger, Anker 25W PD Wall Charger Fast Charging for Samsung Galaxy S21/S21+/S21 Ultra/S20/Z Flip/Note20/20 Ultra/Note10/10+/S9/S8/S10e, iPad Pro 12.9, and More (Cable not Included) The price ranges from $8.99 to $59.99"
+}
\ No newline at end of file
diff --git a/280/instruction.md b/280/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..94b9047a927869adcd048ceea2d6851f287842cc
--- /dev/null
+++ b/280/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 280
+
+Provide me with the full names of chargers from Anker, and also share the price range for the available models
+
+Start URL: __SHOPPING__
diff --git a/280/task.toml b/280/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0d5ab4576faf0e8dc3d111f50d234125f6df34c1
--- /dev/null
+++ b/280/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/280"
+name = "WebArena — 280"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/280/verifier/run.sh b/280/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/280/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/284/eval_descriptor.json b/284/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..d89693029f9e4e113e7ea7c4f4f40f640faa3814
--- /dev/null
+++ b/284/eval_descriptor.json
@@ -0,0 +1,9 @@
+{
+ "eval_types": [
+ "url_match"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING__/onlyeasy-over-the-door-shoe-storage-organizer-hanging-shoe-rack-holder-with-24-large-fabric-pockets-22-1-x-61-4-herringbone-grey-mxrodsb1p.html",
+ "program_html": [],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/284/instruction.md b/284/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..96c967e886061554feb025b76efd6b1e0fb973d5
--- /dev/null
+++ b/284/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 284
+
+Show the least expensive shoe storage with a minimum storage capacity of 12 pairs.
+
+Start URL: __SHOPPING__
diff --git a/284/task.toml b/284/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9ddc47320c55e3d24f454b90cfa833f2cdaf703a
--- /dev/null
+++ b/284/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/284"
+name = "WebArena — 284"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/284/verifier/run.sh b/284/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/284/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/288/eval_descriptor.json b/288/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..61e9cea9e1698e38303588592674c60e6642b175
--- /dev/null
+++ b/288/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "exact_match": "Samantha Jones"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Samantha Jones"
+}
\ No newline at end of file
diff --git a/288/instruction.md b/288/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..5bb4299a8b0426ea069b3bb1721a278cca082dea
--- /dev/null
+++ b/288/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 288
+
+Tell me the name of the customer who has the most cancellations in the history
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/288/task.toml b/288/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..954cd1b4e0c3caccdfd2856f6ee3ea57d39fc6c1
--- /dev/null
+++ b/288/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/288"
+name = "WebArena — 288"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/288/verifier/run.sh b/288/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/288/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/30/eval_descriptor.json b/30/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66
--- /dev/null
+++ b/30/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "0"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "0"
+}
\ No newline at end of file
diff --git a/30/instruction.md b/30/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..45a2b66e3ed6f324e19328f67d7e76f07a03044a
--- /dev/null
+++ b/30/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 30
+
+Tell me the count of comments that have received more downvotes than upvotes for the user who made the latest post on the space forum.
+
+Start URL: __REDDIT__
diff --git a/30/task.toml b/30/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ed8ef2f502e484c1e0c83d20b93efd11401b65bb
--- /dev/null
+++ b/30/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/30"
+name = "WebArena — 30"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/30/verifier/run.sh b/30/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/30/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/301/eval_descriptor.json b/301/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..f5d2e7b4f1cd5eca35faacc69eb7c59d13d080cf
--- /dev/null
+++ b/301/eval_descriptor.json
@@ -0,0 +1,11 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": "N/A"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "there is no order in processing"
+}
\ No newline at end of file
diff --git a/301/instruction.md b/301/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..ce7a6890a370f4486ca1f1684f0f4e7d339d96ed
--- /dev/null
+++ b/301/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 301
+
+Show the most recent processing order
+
+Start URL: __SHOPPING__
diff --git a/301/task.toml b/301/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f4b0b00acd9e94f525858e74e620840cef351cc2
--- /dev/null
+++ b/301/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/301"
+name = "WebArena — 301"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/301/verifier/run.sh b/301/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/301/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/315/eval_descriptor.json b/315/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..d9c18ecaaae3cd47b19a7fa5a4e34320a614f4b3
--- /dev/null
+++ b/315/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "eriklindernoren@live.se",
+ "eriklindernoren@gmail.com",
+ "pinnacle.chen@qq.com"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "eriklindernoren@live.se, eriklindernoren@gmail.com, pinnacle.chen@qq.com"
+}
\ No newline at end of file
diff --git a/315/instruction.md b/315/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..7dacdee1be4662c0e9bc8507c93aabcf87e929a9
--- /dev/null
+++ b/315/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 315
+
+List the email address of the top 3 contributors to Pytorch GAN repo, ranked by the number of commits?
+
+Start URL: __GITLAB__
diff --git a/315/task.toml b/315/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b6c6e6d7fabd0f10046d2f54d3e616524fdcb521
--- /dev/null
+++ b/315/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/315"
+name = "WebArena — 315"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/315/verifier/run.sh b/315/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/315/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/319/eval_descriptor.json b/319/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66
--- /dev/null
+++ b/319/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "0"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "0"
+}
\ No newline at end of file
diff --git a/319/instruction.md b/319/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..0e0893d44212d763c172df013de4e898bd6c9a15
--- /dev/null
+++ b/319/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 319
+
+How much refund I should expect from my order canlled in April 2022, including shipping fee
+
+Start URL: __SHOPPING__
diff --git a/319/task.toml b/319/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..efae20ea25bb0f61b1670cd79aea755bb75a0258
--- /dev/null
+++ b/319/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/319"
+name = "WebArena — 319"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/319/verifier/run.sh b/319/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/319/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/326/eval_descriptor.json b/326/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..2724d3a57a7736accd3a903b1556cd0ce24ba8e6
--- /dev/null
+++ b/326/eval_descriptor.json
@@ -0,0 +1,9 @@
+{
+ "eval_types": [
+ "url_match"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING__/catalogsearch/result/?q=Canon+photo+printer",
+ "program_html": [],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/326/instruction.md b/326/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..65a7129bf6a1c63e4e9651b7737b30d69b0ddc7c
--- /dev/null
+++ b/326/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 326
+
+Show me the "Canon photo printer" listings by search relevance, from most to least.
+
+Start URL: __SHOPPING__
diff --git a/326/task.toml b/326/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6bc3f30edd68de441e0013c9d5407b05abdbd7dd
--- /dev/null
+++ b/326/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/326"
+name = "WebArena — 326"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/326/verifier/run.sh b/326/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/326/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/330/eval_descriptor.json b/330/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..817fa75d1cee0b33648dbadf5bfc67f49ab35030
--- /dev/null
+++ b/330/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "81.31"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "81.31"
+}
\ No newline at end of file
diff --git a/330/instruction.md b/330/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..7dc634d7acd9624548d6a2797170415339698da8
--- /dev/null
+++ b/330/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 330
+
+How much I spend in March 2023 on shopping at One Stop Market?
+
+Start URL: __SHOPPING__
diff --git a/330/task.toml b/330/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ce1bc78435ab7642f6b4faf304e3b0f467428875
--- /dev/null
+++ b/330/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/330"
+name = "WebArena — 330"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/330/verifier/run.sh b/330/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/330/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/334/eval_descriptor.json b/334/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..ddacd1d4c7fee30d058b94cdca79861cef43c3f5
--- /dev/null
+++ b/334/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "March 11th 2023"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "March 11th 2023"
+}
\ No newline at end of file
diff --git a/334/instruction.md b/334/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..6f17c8d94aae26b9ff76f5356deef99df2a4eb39
--- /dev/null
+++ b/334/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 334
+
+Tell me when I last ordered my muffin cornbread mix?
+
+Start URL: __SHOPPING__
diff --git a/334/task.toml b/334/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2e22cf717d4cff730c9991586740f556330abbcf
--- /dev/null
+++ b/334/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/334"
+name = "WebArena — 334"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/334/verifier/run.sh b/334/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/334/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/35/eval_descriptor.json b/35/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..47334308433ee5f7025d8308feeab7bfbbb3fa37
--- /dev/null
+++ b/35/eval_descriptor.json
@@ -0,0 +1,17 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Hyatt Regency Pittsburgh International Airport"
+ ],
+ "fuzzy_match": [
+ "Time: 15min"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Hyatt Regency Pittsburgh International Airport Time: 15min"
+}
\ No newline at end of file
diff --git a/35/instruction.md b/35/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..ca81ce47f9efc368dac852ed9f608b8815bd670e
--- /dev/null
+++ b/35/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 35
+
+I will arrive Pittsburgh Airport soon. Provide the name of a Hyatt hotel in the vicinity, if available. Then, tell me the the minimal driving time to a supermarket from the hotel.
+
+Start URL: __MAP__
diff --git a/35/task.toml b/35/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0ffdaf4d3445997e273347433fce672d3270286c
--- /dev/null
+++ b/35/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/35"
+name = "WebArena — 35"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/35/verifier/run.sh b/35/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/35/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/350/eval_descriptor.json b/350/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..685e37e71c3448ca169052b55e506a5755db3b8a
--- /dev/null
+++ b/350/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "abisubramanya27"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Abishek S, abisubramanya27"
+}
\ No newline at end of file
diff --git a/350/instruction.md b/350/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..23ca4c090bbbdabf2d93a92df738095c235b2826
--- /dev/null
+++ b/350/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 350
+
+Who else have access to my repo prism-theme, show me their usernames
+
+Start URL: __GITLAB__
diff --git a/350/task.toml b/350/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d699a50d6a10f4831e6cd04eb593b6aadeb6b965
--- /dev/null
+++ b/350/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/350"
+name = "WebArena — 350"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/350/verifier/run.sh b/350/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/350/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/358/eval_descriptor.json b/358/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..6a2951fcb7bf2daee40be97af13c147b2560e960
--- /dev/null
+++ b/358/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Flat Rate - Fixed"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Flat Rate - Fixed"
+}
\ No newline at end of file
diff --git a/358/instruction.md b/358/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..f22557d1ef314caf9e3c3dfb07ededd722fd5035
--- /dev/null
+++ b/358/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 358
+
+Show me the shipping method for order number 187.
+
+Start URL: __SHOPPING__
diff --git a/358/task.toml b/358/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f7c145a9aef11692b0011eb9bc5aa5a6ecc06976
--- /dev/null
+++ b/358/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/358"
+name = "WebArena — 358"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/358/verifier/run.sh b/358/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/358/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/359/eval_descriptor.json b/359/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..35ea5681f7250f9670e5576c5211842d5b7f9a5c
--- /dev/null
+++ b/359/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "1/29/2023"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "1/29/2023"
+}
\ No newline at end of file
diff --git a/359/instruction.md b/359/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..93e0dcba5149b229012c0550fc61db823439ec60
--- /dev/null
+++ b/359/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 359
+
+Show me the order date for order number 148.
+
+Start URL: __SHOPPING__
diff --git a/359/verifier/run.sh b/359/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/359/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/366/eval_descriptor.json b/366/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..f14cde13dfd44829dfcc6634046b448c24cddcc7
--- /dev/null
+++ b/366/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "exact_match": "1.2km"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "1.2km"
+}
\ No newline at end of file
diff --git a/366/instruction.md b/366/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..c1481fc6b91c15c0588dc0e80fe04f19a0cac1a5
--- /dev/null
+++ b/366/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 366
+
+Measure distance between CVS (closet one) and UPMC Shadyside by walking
+
+Start URL: __MAP__
diff --git a/366/task.toml b/366/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7c4a394e55f738f03a71015232c1c5e643a3e969
--- /dev/null
+++ b/366/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/366"
+name = "WebArena — 366"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/366/verifier/run.sh b/366/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/366/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/370/eval_descriptor.json b/370/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..bf16d821b712e5d55a2d62bcbab388985fc38c8c
--- /dev/null
+++ b/370/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": null,
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('[id=\"sidebar_content\"').outerText",
+ "required_contents": {
+ "must_include": [
+ "Carnegie Mellon University"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/370/instruction.md b/370/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..45d4f7d56cdcaaf3e889c12aa1c03accf57498c7
--- /dev/null
+++ b/370/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 370
+
+Pull up the description page of Carnegie Mellon University on Map
+
+Start URL: __MAP__
diff --git a/370/task.toml b/370/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c669b60b6534bfd85a7bba2789a3a3cb69c688b9
--- /dev/null
+++ b/370/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/370"
+name = "WebArena — 370"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/370/verifier/run.sh b/370/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/370/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/376/eval_descriptor.json b/376/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..90cd96b438131bfa569e46ae87bb08de010155e8
--- /dev/null
+++ b/376/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": "N/A"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "There is no review for this product",
+ "reference_answer_raw_annotation": "N/A"
+}
\ No newline at end of file
diff --git a/376/instruction.md b/376/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..831d1b11a294914927030425dd1e703fb468b3ae
--- /dev/null
+++ b/376/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 376
+
+Summarize customer reviews for Amazon Echo Dot 3rd generation.
+
+Start URL: __SHOPPING__
diff --git a/376/task.toml b/376/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4e144016eee9b4bbec11a1d090b4b1b226217b9c
--- /dev/null
+++ b/376/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/376"
+name = "WebArena — 376"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/376/verifier/run.sh b/376/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/376/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/378/eval_descriptor.json b/378/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..f62be9494b2b57ecdddcee10cd68d45c998c5c06
--- /dev/null
+++ b/378/eval_descriptor.json
@@ -0,0 +1,9 @@
+{
+ "eval_types": [
+ "url_match"
+ ],
+ "reference_answers": null,
+ "reference_url": "__MAP__/search?query=parking%20near%20carnegie%20mellon%20university",
+ "program_html": [],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/378/instruction.md b/378/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..2db57757ba23a4edbe0de167ab300c72da99c0e1
--- /dev/null
+++ b/378/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 378
+
+Find the parking around CMU main campus
+
+Start URL: __MAP__
diff --git a/378/task.toml b/378/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c2accae832ad7a535ecf32edc12b45a623c22c0a
--- /dev/null
+++ b/378/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/378"
+name = "WebArena — 378"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/388/eval_descriptor.json b/388/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8ec6e7371d114b6362ac730781f2a1020e253b07
--- /dev/null
+++ b/388/eval_descriptor.json
@@ -0,0 +1,15 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Evelyn Kurver",
+ "N Randall"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Evelyn Kurver, N Randall"
+}
\ No newline at end of file
diff --git a/388/instruction.md b/388/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..06118287f64675e68c67db14e43617e2f97b0c9e
--- /dev/null
+++ b/388/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 388
+
+Who gave 1 or 2 stars for phone cases from EYZUTAK
+
+Start URL: __SHOPPING__
diff --git a/388/task.toml b/388/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6507d98e48622ed5a6d592ebf98c1775b651eaa8
--- /dev/null
+++ b/388/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/388"
+name = "WebArena — 388"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/388/verifier/run.sh b/388/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/388/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/4/eval_descriptor.json b/4/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..07af2601c2035df11482cf9f37d97c8d254ebca2
--- /dev/null
+++ b/4/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Impulse Duffle",
+ "Overnight Duffle",
+ "Hawkeye Yoga Short-32-Blue"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Impulse Duffle, Overnight Duffle, Hawkeye Yoga Short-32-Blue"
+}
\ No newline at end of file
diff --git a/4/instruction.md b/4/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..b50165e1b1b3291329310b898324d19b4345bcef
--- /dev/null
+++ b/4/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 4
+
+What are the top-3 best-selling product in Jan 2023
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/4/task.toml b/4/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f9f0a2c62597416da527ac29ffeb7246b51fb203
--- /dev/null
+++ b/4/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/4"
+name = "WebArena — 4"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/4/verifier/run.sh b/4/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/4/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/411/eval_descriptor.json b/411/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..f0b654035d520216d7982801c9c9d5fd40b3610e
--- /dev/null
+++ b/411/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/cloud-to-butt/-/blob/master/LICENSE.txt",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "MIT license"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/411/instruction.md b/411/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..c942f43e1fba43a799049ffa98e5f69661e5357b
--- /dev/null
+++ b/411/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 411
+
+Make the LICENSE of byteblaze/cloud-to-butt to MIT license.
+
+Start URL: __GITLAB__
diff --git a/411/task.toml b/411/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..fe70272612b1b09ae78d9f0fc3b65b2ada3d25a2
--- /dev/null
+++ b/411/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/411"
+name = "WebArena — 411"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/411/verifier/run.sh b/411/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/411/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/422/eval_descriptor.json b/422/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..961901c73758702187ec10fe2b51be6333714fcf
--- /dev/null
+++ b/422/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze",
+ "locator": "document.querySelector('.cover-status').lastChild.textContent",
+ "required_contents": {
+ "exact_match": "Out of Office"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/422/instruction.md b/422/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..eae039cdb7b241f724564f4c4c74649174d45426
--- /dev/null
+++ b/422/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 422
+
+Set my gitlab status as Out of Office.
+
+Start URL: __GITLAB__
diff --git a/422/task.toml b/422/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..05515f222ae6b5cc3a628dc06c42b6e9d0652053
--- /dev/null
+++ b/422/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/422"
+name = "WebArena — 422"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/422/verifier/run.sh b/422/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/422/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/437/eval_descriptor.json b/437/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..94c0263f91261d034aa0dc4e315ad82f858e1cae
--- /dev/null
+++ b/437/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "func:shopping_get_latest_order_url()",
+ "locator": "document.querySelector(\".order-details-items.ordered\").outerText",
+ "required_contents": {
+ "must_include": [
+ "B072XS3F6W"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/437/instruction.md b/437/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..884ea8714db068f83b10cb060c2038626746ac99
--- /dev/null
+++ b/437/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 437
+
+I previously ordered some a table lamp in May 2023 and later cancelled. Can you reorder it for me?
+
+Start URL: __SHOPPING__
diff --git a/437/task.toml b/437/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1942b3d19f767e7d10602378afe2268aeb9efa75
--- /dev/null
+++ b/437/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/437"
+name = "WebArena — 437"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/437/verifier/run.sh b/437/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/437/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/443/eval_descriptor.json b/443/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..cd449ce37078c6d540eb0d315d72a0dfb5fe7918
--- /dev/null
+++ b/443/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/gimmiethat.space/-/raw/main/index.html",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "
Not an interesting site"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/443/instruction.md b/443/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..18e072dc0857d351b8201badd29507582061417a
--- /dev/null
+++ b/443/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 443
+
+Update the project site's title to "Not an interesting site"
+
+Start URL: __GITLAB__/byteblaze/gimmiethat.space
diff --git a/443/task.toml b/443/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..acd8c795232ba22db65d4f8530108d94467005e3
--- /dev/null
+++ b/443/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/443"
+name = "WebArena — 443"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/443/verifier/run.sh b/443/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/443/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/460/eval_descriptor.json b/460/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..a485b285cf3c8774ad04ce39659a4b98bb7b4d29
--- /dev/null
+++ b/460/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/418/",
+ "locator": "document.querySelector('[name=\"product[price]\"').value",
+ "required_contents": {
+ "exact_match": "38.25"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/460/instruction.md b/460/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..576c87ae87f7094a14214f4958d6692c72a6db8c
--- /dev/null
+++ b/460/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 460
+
+Reduce the price of this product by 15%
+
+Start URL: __SHOPPING_ADMIN__/catalog/product/edit/id/418/
diff --git a/460/task.toml b/460/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e27d24e9cf3519fcacdc75042b067cc69dfe3e46
--- /dev/null
+++ b/460/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/460"
+name = "WebArena — 460"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/460/verifier/run.sh b/460/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/460/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/465/eval_descriptor.json b/465/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..f467c6f24a47ecbf4bfedd627768583461132776
--- /dev/null
+++ b/465/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING__/wishlist/",
+ "locator": "document.querySelector('.products-grid.wishlist').outerText",
+ "required_contents": {
+ "must_include": [
+ "Tide PODS Spring Meadow Scent HE Turbo Laundry Detergent Pacs, 81 Count"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/465/instruction.md b/465/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..e53085a5a9b27e97999624be63bf33a78e942c99
--- /dev/null
+++ b/465/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 465
+
+Add Tide PODS Spring Meadow Scent HE Turbo Laundry Detergent Pacs, 81 Count to my wish list
+
+Start URL: __SHOPPING__
diff --git a/465/task.toml b/465/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..065d9078a2ce52037b14c3e36419fc6cef359a6e
--- /dev/null
+++ b/465/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/465"
+name = "WebArena — 465"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/465/verifier/run.sh b/465/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/465/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/466/eval_descriptor.json b/466/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..87c557b7ed86228e42ca59fc399c5ed0a6fc4e21
--- /dev/null
+++ b/466/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING__/wishlist/",
+ "locator": "document.querySelector('.products-grid.wishlist').outerText",
+ "required_contents": {
+ "must_include": [
+ "2 Hawaiian Bamboo Orchid Roots #zc50 - by Discount Hawaiian Gifts"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/466/instruction.md b/466/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..b734894d679bb26bb83906fec34d1b2629ddbb7b
--- /dev/null
+++ b/466/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 466
+
+Add 2 Hawaiian Bamboo Orchid Roots #zc50 - by Discount Hawaiian Gifts to my wish list
+
+Start URL: __SHOPPING__
diff --git a/466/task.toml b/466/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9b541dc52bc73893376b3e8776286bd5c22061c5
--- /dev/null
+++ b/466/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/466"
+name = "WebArena — 466"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/466/verifier/run.sh b/466/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/466/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/478/eval_descriptor.json b/478/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..33e3b982707596cc109320407f5e5f37673b13c0
--- /dev/null
+++ b/478/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/webagent",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "webagent"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/478/instruction.md b/478/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..7167a4e5c76404dda1270042388b3cb4acd34c7e
--- /dev/null
+++ b/478/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 478
+
+Set up a new, empty repository with the name webagent?
+
+Start URL: __GITLAB__
diff --git a/478/task.toml b/478/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9d33ce132ffaf0bb621b176fb4ab249d3940bfba
--- /dev/null
+++ b/478/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/478"
+name = "WebArena — 478"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/478/verifier/run.sh b/478/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/478/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/479/eval_descriptor.json b/479/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..26ee5f69d65edd0b8b67e5794eeb8b7bdd42aadc
--- /dev/null
+++ b/479/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/awesome_webagent",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "awesome_webagent"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/479/instruction.md b/479/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..e9a3dbaeb8042b1f3434b10f8a2e43533eb70154
--- /dev/null
+++ b/479/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 479
+
+Set up a new, empty repository with the name awesome_webagent?
+
+Start URL: __GITLAB__
diff --git a/479/task.toml b/479/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..078e91fe1b7f07b411af6f39866bb34a89319b12
--- /dev/null
+++ b/479/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/479"
+name = "WebArena — 479"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/479/verifier/run.sh b/479/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/479/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/483/eval_descriptor.json b/483/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..0efdad0a0d77e15b92517110ea7d95c326b698d2
--- /dev/null
+++ b/483/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/dotfiles/-/project_members",
+ "locator": "func:gitlab_get_project_memeber_role(__page__, 'koush')",
+ "required_contents": {
+ "must_include": [
+ "Guest"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/483/instruction.md b/483/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..b8911f2743088a541827b39bc1d6ad7fe5773127
--- /dev/null
+++ b/483/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 483
+
+Koushik wants to check my dotfile configurations. Please invite him to the repo as a guest.
+
+Start URL: __GITLAB__
diff --git a/483/task.toml b/483/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1570da38c6c0b99f8cd8533a4bf3f9f69a5da82d
--- /dev/null
+++ b/483/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/483"
+name = "WebArena — 483"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/483/verifier/run.sh b/483/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/483/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/492/eval_descriptor.json b/492/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..6fb405c2f187c4fb954f0db05c2e4105ab96496f
--- /dev/null
+++ b/492/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/302/",
+ "locator": "document.querySelector(\"#order_history_block\").querySelector(\".note-list\").firstElementChild.querySelector(\".note-list-comment\").outerText",
+ "required_contents": {
+ "exact_match": "sorry we are out of stock, please reorder"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/492/instruction.md b/492/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..452fa32060bbfcfaef726f16688d6715530e3609
--- /dev/null
+++ b/492/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 492
+
+Notify Jane Doe in their most recent pending order with message "sorry we are out of stock, please reorder"
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/492/task.toml b/492/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7df9dc710faffe9d7ffeede574418b4de52c345a
--- /dev/null
+++ b/492/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/492"
+name = "WebArena — 492"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/492/verifier/run.sh b/492/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/492/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/495/eval_descriptor.json b/495/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..93ab7817ceff4f2da3eb92d8764ca3c00714d303
--- /dev/null
+++ b/495/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/303/",
+ "locator": "document.querySelector(\"#order_history_block\").querySelector(\".note-list\").firstElementChild.querySelector(\".note-list-comment\").outerText",
+ "required_contents": {
+ "exact_match": "Thanks, your order is ready to be shipped!"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/495/instruction.md b/495/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..e527739ad6e176d69a1e64f3ff3acbdf2c48bb32
--- /dev/null
+++ b/495/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 495
+
+Notify Lily Potter in their most recent pending order with message "Thanks, your order is ready to be shipped!"
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/495/task.toml b/495/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5ab8fb6db3a2736509f676e63c87bc744aa4eece
--- /dev/null
+++ b/495/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/495"
+name = "WebArena — 495"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/495/verifier/run.sh b/495/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/495/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/499/eval_descriptor.json b/499/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..67a2f7e6d30845d63733c0fe627c7caaa0a1ac64
--- /dev/null
+++ b/499/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/sales/order/commentsHistory/order_id/304/active_tab/order_shipments/",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "Tracking number 13849373987 for United States Postal Service assigned"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/499/instruction.md b/499/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..478b5915be5e37c5c51a6b3cf605f8e0a1d965b9
--- /dev/null
+++ b/499/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 499
+
+Update order #304 with the USPS tracking number 13849373987
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/499/task.toml b/499/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9904f8a1beb61c6c818a631f090e2ba42238f43f
--- /dev/null
+++ b/499/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/499"
+name = "WebArena — 499"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/499/verifier/run.sh b/499/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/499/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/508/eval_descriptor.json b/508/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..3d6bc1072a4858c6139815c453f076dc7b3974ca
--- /dev/null
+++ b/508/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "func:shopping_get_latest_order_url()",
+ "locator": "document.querySelector(\".order-details-items.ordered\").outerText",
+ "required_contents": {
+ "must_include": [
+ "B07116LGP6"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/508/instruction.md b/508/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..31e7805781fbcc10bf685c139ff758e074c74243
--- /dev/null
+++ b/508/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 508
+
+Buy the highest rated product from the NS switch pouch category within a budget under 60.
+
+Start URL: __SHOPPING__
diff --git a/508/task.toml b/508/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..43b12db53791815bb1af6a54499fe8f674e8d746
--- /dev/null
+++ b/508/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/508"
+name = "WebArena — 508"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/508/verifier/run.sh b/508/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/508/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/513/eval_descriptor.json b/513/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..9df995990d0e9d64e8b5f72588079119ca01ed46
--- /dev/null
+++ b/513/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING__/wishlist/",
+ "locator": "document.querySelector('.products-grid.wishlist').outerText",
+ "required_contents": {
+ "must_include": [
+ "chair"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/513/instruction.md b/513/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..e42b46b896cd6edee44cf2684b6d4a2a3a51454d
--- /dev/null
+++ b/513/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 513
+
+Add a chair to my wish list.
+
+Start URL: __SHOPPING__
diff --git a/513/task.toml b/513/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4ab4b83b72e3018f3b56eca59d2adda5bf1c88cc
--- /dev/null
+++ b/513/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/513"
+name = "WebArena — 513"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/513/verifier/run.sh b/513/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/513/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/515/eval_descriptor.json b/515/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8aa62d557acfdf99c876e6ce10834e6d70cf8ebe
--- /dev/null
+++ b/515/eval_descriptor.json
@@ -0,0 +1,20 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING__/wishlist/",
+ "locator": "document.querySelector('.products-grid.wishlist').outerText",
+ "required_contents": {
+ "must_include": [
+ "white",
+ "computer",
+ "desk"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/515/instruction.md b/515/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..af6bce5b5704d167de3eb5c5fcd7d7cf8d0e0b5a
--- /dev/null
+++ b/515/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 515
+
+Add a white computer desk to my wish list.
+
+Start URL: __SHOPPING__
diff --git a/515/task.toml b/515/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b9ce94cfec3c8221151a6755778282b34f059435
--- /dev/null
+++ b/515/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/515"
+name = "WebArena — 515"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/515/verifier/run.sh b/515/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/515/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/530/eval_descriptor.json b/530/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..5033365493d08a767e901b0eb032550c60af8ad9
--- /dev/null
+++ b/530/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('[title=\"What\u2019s on your mind?\"').value",
+ "required_contents": {
+ "must_include": [
+ "refund",
+ "it broke after three days of use",
+ "000000161",
+ "68.88"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/530/instruction.md b/530/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..02434aebe5a56700ed998c42b06b2c8a7139b5d4
--- /dev/null
+++ b/530/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 530
+
+Draft a refund message via their "contact us" form for the kitchen organizer I bought around Feb 2023. It broke after three days of use. The shop requires the order id, the reason and the amount to refund in the message. Don't submit yet
+
+Start URL: __SHOPPING__
diff --git a/530/task.toml b/530/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..3ad7a879f28323ae97650d0ee5ff559dcaf92685
--- /dev/null
+++ b/530/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/530"
+name = "WebArena — 530"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/530/verifier/run.sh b/530/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/530/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/534/eval_descriptor.json b/534/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..fb33f1239d8c5d091cd7ff2f3498c633bbcf14a6
--- /dev/null
+++ b/534/eval_descriptor.json
@@ -0,0 +1,20 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/users/byteblaze/following",
+ "locator": "document.querySelector('.user-profile').outerText",
+ "required_contents": {
+ "must_include": [
+ "@lahwaacz",
+ "@koush",
+ "@vinta"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/534/instruction.md b/534/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..a0d7332719a297c71f731dffc9af2f3ca4614bc8
--- /dev/null
+++ b/534/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 534
+
+Follow ['Jakub Klinkovský', 'Koushik', 'Vinta Chen'] on Gitlab
+
+Start URL: __GITLAB__
diff --git a/534/task.toml b/534/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9572f79c49b25f874dfbd508bb6b1e3c61c93519
--- /dev/null
+++ b/534/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/534"
+name = "WebArena — 534"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/534/verifier/run.sh b/534/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/534/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/536/eval_descriptor.json b/536/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..ed8c139724c59088b5dd9bc256b60230388f5426
--- /dev/null
+++ b/536/eval_descriptor.json
@@ -0,0 +1,20 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/users/byteblaze/following",
+ "locator": "document.querySelector('.user-profile').outerText",
+ "required_contents": {
+ "must_include": [
+ "@lahwaacz",
+ "@R1kk3r",
+ "@abisubramanya27"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/536/instruction.md b/536/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..97bcdebb735da46ac767bfb11947e0b1488b5d4b
--- /dev/null
+++ b/536/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 536
+
+Follow ['ghost', 'R1kk3r', 'Abishek'] on Gitlab
+
+Start URL: __GITLAB__
diff --git a/536/task.toml b/536/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..71136d5bbca8ef481c2775a7c3a4803b7404d54d
--- /dev/null
+++ b/536/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/536"
+name = "WebArena — 536"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/536/verifier/run.sh b/536/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/536/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/540/eval_descriptor.json b/540/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..6d778a05caa88bbae9347c84e5ea61e7854aee81
--- /dev/null
+++ b/540/eval_descriptor.json
@@ -0,0 +1,22 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/301",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "321 Birch Boulevard",
+ "Suite 200",
+ "Dallas",
+ "Texas",
+ "75201"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/540/instruction.md b/540/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..82dc0f38773cf2039eb43fa4e28750937d3ddf7d
--- /dev/null
+++ b/540/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 540
+
+Modify the address of order #301 to 321 Birch Boulevard, Suite 200, Dallas, TX, 75201
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/540/task.toml b/540/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e6fbaf0be29a4b0bda0d723ac88a0e7cf9a46537
--- /dev/null
+++ b/540/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/540"
+name = "WebArena — 540"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/540/verifier/run.sh b/540/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/540/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/542/eval_descriptor.json b/542/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..bd204c2ec04026cf7a18db8edf4a5039d9b98c25
--- /dev/null
+++ b/542/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/300",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "987 Cedar Court",
+ "Los Angeles",
+ "California",
+ "90012"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/542/instruction.md b/542/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..301e10741939fb0def02bb70f99109e198a9d608
--- /dev/null
+++ b/542/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 542
+
+Modify the address of order #300 to 987 Cedar Court, Los Angeles, CA, 90012
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/542/task.toml b/542/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..cef38e1759e7ae87d199ca89208d8b370db180bd
--- /dev/null
+++ b/542/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/542"
+name = "WebArena — 542"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/542/verifier/run.sh b/542/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/542/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/546/eval_descriptor.json b/546/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..b2a058b2c56179950065a9954843669fd74b0b5a
--- /dev/null
+++ b/546/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/../affirm-water-bottle.html",
+ "locator": "document.querySelector('.data.item.content').outerText + (document.querySelector('.product.attribute.overview [itemprop=\"description\"]')?.outerText || '')",
+ "required_contents": {
+ "must_include": [
+ "Wide mouth opening makes it easy to clean"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/546/instruction.md b/546/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..d5db8e6ce6ef075e382b6dd79ab5633b51ad5643
--- /dev/null
+++ b/546/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 546
+
+Update the description of Lucia Cross-Fit Bra to highlight the real user positive reviews by quoting the comments
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/546/task.toml b/546/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..12b14baacf0f0c7610e94873385d84aa979be55f
--- /dev/null
+++ b/546/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/546"
+name = "WebArena — 546"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/546/verifier/run.sh b/546/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/546/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/554/eval_descriptor.json b/554/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..e31cab725acc84de748dc349d2bc18775129b21d
--- /dev/null
+++ b/554/eval_descriptor.json
@@ -0,0 +1,22 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/gimmiethat.space/-/raw/main/moive_space/urls.txt",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "__REDDIT__/f/movies/128825/scenes-in-film-that-feel-off-or-wrong-in-some-way-and-make",
+ "__REDDIT__/f/movies/128824/disney-s-live-action-lilo-amp-stitch-movie-finds-its-lilo-in",
+ "__REDDIT__/f/movies/128823/fantastic-four-movie-gets-new-writer-with-avatar-the-way-of",
+ "__REDDIT__/f/movies/128822/can-someone-explain-what-made-steven-seagal-so-appealing-for",
+ "__REDDIT__/f/movies/128821/ban-on-fetish-sex-depictions-in-film-should-end-australia"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/554/instruction.md b/554/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..edf1a33cf23d897554bfef20af80604ee6a2dc7a
--- /dev/null
+++ b/554/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 554
+
+Create a folder named moive_space in gimmiethat.space repo. Within it, create a file named urls.txt that contains the URLs of the 5 most recent posts from the movies?
+
+Start URL: __GITLAB__
diff --git a/554/task.toml b/554/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9189fc6a7213834a3c502866a271fc4567eb848d
--- /dev/null
+++ b/554/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/554"
+name = "WebArena — 554"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/554/verifier/run.sh b/554/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/554/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/556/eval_descriptor.json b/556/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..26ae2288d4487bad65caabea88788edc53b1da4b
--- /dev/null
+++ b/556/eval_descriptor.json
@@ -0,0 +1,29 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/nolan_honest_fans/-/raw/main/README.md",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "Following",
+ "Memento",
+ "Insomnia",
+ "Batman Begins",
+ "The Prestige",
+ "The Dark Knight",
+ "Inception",
+ "The Dark Knight Rises",
+ "Interstellar",
+ "Dunkirk",
+ "Tenet",
+ "Oppenheimer"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/556/instruction.md b/556/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..a95cbecefd8b911ee3e085cc679e06c93d8a58f3
--- /dev/null
+++ b/556/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 556
+
+Create a repo named nolan_honest_fans with movies directed by Christopher Nolan in a README file
+
+Start URL: __GITLAB__
diff --git a/556/task.toml b/556/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0786e8d01ce4c9afa13bf2bb57f5b79b72c4e2d4
--- /dev/null
+++ b/556/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/556"
+name = "WebArena — 556"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/566/eval_descriptor.json b/566/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..0387249f9b9fcd46f9e19fb4034da0dc86f2e3c9
--- /dev/null
+++ b/566/eval_descriptor.json
@@ -0,0 +1,25 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/Do-it-myself/-/raw/main/README.md",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "__REDDIT__/f/DIY/118903/separate-glued-plastic-parts",
+ "__REDDIT__/f/DIY/118923/how-would-you-fix-this-dryer-vent-mess",
+ "__REDDIT__/f/DIY/118935/basement-bulkhead-soffit-wall-framing",
+ "__REDDIT__/f/DIY/118904/ge-water-heater-pilot-light-won-t-stay-lit",
+ "__REDDIT__/f/DIY/118960/attempting-to-move-a-wall-outlet-in-my-basement-a-few-inches",
+ "__REDDIT__/f/DIY/118931/afci-outlet-question",
+ "__REDDIT__/f/DIY/118824/teflon-tape-to-attach-washing-machine-drain-hose-to-pipe",
+ "__REDDIT__/f/DIY/118866/paver-base-for-shed"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/566/instruction.md b/566/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..6b70ddb1a37486f89a924f78c932e9869210a0d4
--- /dev/null
+++ b/566/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 566
+
+create a repository named Do it myself that includes a README file with the links to the most active 8 DIY ideas on DIY subreddit?
+
+Start URL: __GITLAB__
diff --git a/566/task.toml b/566/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e3db3357e43196cdfcef07e61070355b25c9a3c9
--- /dev/null
+++ b/566/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/566"
+name = "WebArena — 566"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/566/verifier/run.sh b/566/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/566/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/570/eval_descriptor.json b/570/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..34d3006eb283cdcd858cde520351aca37397bfa8
--- /dev/null
+++ b/570/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/timeit/-/project_members",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "@lahwaacz",
+ "@V13Axel",
+ "@alexhutnik",
+ "@bblanchon"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/570/instruction.md b/570/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..eb5b63b7e5c14e0c7d6c6febcd50fbc6313658df
--- /dev/null
+++ b/570/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 570
+
+Invite Jakub K, Alex Dills, Alex Hutnik and Benoît Blanchon as collaborator to my time tracking tool project repo
+
+Start URL: __GITLAB__
diff --git a/570/task.toml b/570/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e0a2f06086845e8ca7d0641424778c9aaa8e69f4
--- /dev/null
+++ b/570/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/570"
+name = "WebArena — 570"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/570/verifier/run.sh b/570/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/570/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/572/eval_descriptor.json b/572/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..a50716bee230f55b5bb00bfd0b94fad9eb07d40a
--- /dev/null
+++ b/572/eval_descriptor.json
@@ -0,0 +1,31 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING__/customer/address",
+ "locator": "document.querySelector(\".box.box-address-billing > .box-content\").outerText",
+ "required_contents": {
+ "must_include": [
+ "654 Aspen Road",
+ "House #3",
+ "Boston, Massachusetts, 02110"
+ ]
+ }
+ },
+ {
+ "url": "__SHOPPING__/customer/address",
+ "locator": "document.querySelector(\".box.box-address-shipping > .box-content\").outerText",
+ "required_contents": {
+ "must_include": [
+ "654 Aspen Road",
+ "House #3",
+ "Boston, Massachusetts, 02110"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/572/instruction.md b/572/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..3e4ef9b2415b775fc5369c2a2925e0d0db91fc74
--- /dev/null
+++ b/572/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 572
+
+I recently moved, my address is 654 Aspen Road, House #3, Boston, MA, 02110, update my information on OneStopShopping accordingly
+
+Start URL: __SHOPPING__
diff --git a/572/task.toml b/572/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..538cac4e55cd10d787fe0c0d8ba7bbd537135923
--- /dev/null
+++ b/572/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/572"
+name = "WebArena — 572"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/572/verifier/run.sh b/572/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/572/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/587/eval_descriptor.json b/587/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..cd8623d9caad2b6d42585f6087265a6c0acac6b7
--- /dev/null
+++ b/587/eval_descriptor.json
@@ -0,0 +1,27 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "func:shopping_get_sku_latest_review_rating('B0041MSF2S')",
+ "required_contents": {
+ "must_include": [
+ "60"
+ ]
+ }
+ },
+ {
+ "url": "last",
+ "locator": "func:shopping_get_sku_latest_review_author('B0041MSF2S')",
+ "required_contents": {
+ "must_include": [
+ "GamingEmma"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/587/instruction.md b/587/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..e179e1d1c8504f22a0c1cf6d666a5b5db56601c1
--- /dev/null
+++ b/587/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 587
+
+Rate my recent purchase of PS3 Remote Controllers with 3 stars, using my nickname GamingEmma?
+
+Start URL: __SHOPPING__
diff --git a/587/task.toml b/587/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..97e4db4c49bdf1d8f269a067bdc487b0528d2492
--- /dev/null
+++ b/587/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/587"
+name = "WebArena — 587"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/587/verifier/run.sh b/587/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/587/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/60/eval_descriptor.json b/60/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..7119f277c0f0da37c575c0a9b74e4e8876800010
--- /dev/null
+++ b/60/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "The exchange"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "The exchange"
+}
\ No newline at end of file
diff --git a/60/instruction.md b/60/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..3df64ff8cfb45a9e433119bf559d3d9b644604ee
--- /dev/null
+++ b/60/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 60
+
+Tell me the closest restaurant(s) to CMU Posner Hall
+
+Start URL: __MAP__
diff --git a/60/task.toml b/60/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..3d787dd08f56c33baf8466e66c1472f8adf01337
--- /dev/null
+++ b/60/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/60"
+name = "WebArena — 60"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/60/verifier/run.sh b/60/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/60/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/602/instruction.md b/602/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..f4d7190f1c4c659090f6d54075d248289dfa9d34
--- /dev/null
+++ b/602/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 602
+
+Post my question, "places for new drivers to learn driving in pittsburgh", in a subreddit where I'm likely to get an answer
+
+Start URL: __REDDIT__
diff --git a/602/task.toml b/602/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..adaa758c5a384555fe269c7c213715d7e4de88b8
--- /dev/null
+++ b/602/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/602"
+name = "WebArena — 602"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/609/eval_descriptor.json b/609/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..69d78bfb1d4b5e14f227519d3b6af45c8893ad9f
--- /dev/null
+++ b/609/eval_descriptor.json
@@ -0,0 +1,20 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__REDDIT__/f/deeplearning |OR| __REDDIT__/f/MachineLearning |OR| __REDDIT__/f/singularity",
+ "program_html": [
+ {
+ "url": "func:reddit_get_post_url('__last_url__')",
+ "locator": "document.querySelector('.submission__inner').outerText",
+ "required_contents": {
+ "must_include": [
+ "what is the SOTA web navigation agent repo"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/609/instruction.md b/609/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..26c53b37c1744a641b05977d5560cdc7b8e17bb8
--- /dev/null
+++ b/609/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 609
+
+Find a subreddit focused on topics related to ML, DL, NLP, and post my question, "what is the SOTA web navigation agent repo" there
+
+Start URL: __REDDIT__
diff --git a/609/task.toml b/609/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c51b3a87e2bcd465ce78f67a0fb844f9187d3f66
--- /dev/null
+++ b/609/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/609"
+name = "WebArena — 609"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/609/verifier/run.sh b/609/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/609/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/622/eval_descriptor.json b/622/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..a7189a7afb5ce274a13462ea51527de13d4278e7
--- /dev/null
+++ b/622/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__REDDIT__/f/relationship_advice",
+ "program_html": [
+ {
+ "url": "func:reddit_get_post_url('__last_url__')",
+ "locator": "document.querySelector('.submission__inner').outerText",
+ "required_contents": {
+ "must_include": [
+ "sexual",
+ "harassment"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/622/instruction.md b/622/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..168c3a98fe57151ca63e11420169da1c8fd98796
--- /dev/null
+++ b/622/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 622
+
+Ask for advice about sexual harassment in a subreddit for relations
+
+Start URL: __REDDIT__
diff --git a/622/task.toml b/622/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..11a7b591e9c28bd924200d7a6a142daac61a33be
--- /dev/null
+++ b/622/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/622"
+name = "WebArena — 622"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/622/verifier/run.sh b/622/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/622/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/627/eval_descriptor.json b/627/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..cbaa7fcfa5413ae215f01fc570957c8d5f92daec
--- /dev/null
+++ b/627/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__REDDIT__/f/movies",
+ "program_html": [
+ {
+ "url": "func:reddit_get_post_url('__last_url__')",
+ "locator": "document.querySelector('.submission__inner').outerText",
+ "required_contents": {
+ "must_include": [
+ "your opinion",
+ "Harry Potter movie series"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/627/instruction.md b/627/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..272c7856aa50c1108d2c75394ef5c2a32df95be2
--- /dev/null
+++ b/627/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 627
+
+Create a discussion post about "Harry Potter movie series" in a relevant subreddit and ask users for their opinions with the simple prompt, "your opinion"
+
+Start URL: __REDDIT__
diff --git a/627/task.toml b/627/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c9ec0d3350c24cbe73dd92c50025a09903dddf03
--- /dev/null
+++ b/627/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/627"
+name = "WebArena — 627"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/627/verifier/run.sh b/627/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/627/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/633/eval_descriptor.json b/633/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..a0d0f6dde5f31797bc8e7491a40871d36bdf06ec
--- /dev/null
+++ b/633/eval_descriptor.json
@@ -0,0 +1,22 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__REDDIT__/f/sports",
+ "program_html": [
+ {
+ "url": "func:reddit_get_post_url('__last_url__')",
+ "locator": "document.querySelector('.submission__inner').outerText",
+ "required_contents": {
+ "must_include": [
+ "500",
+ "running",
+ "pants"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/633/instruction.md b/633/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..4697c893b3a0fd2513d6690dc6e66b52c5101db7
--- /dev/null
+++ b/633/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 633
+
+Ask for product recommendations for running pants within a budget of $500 in r/sports
+
+Start URL: __REDDIT__
diff --git a/633/task.toml b/633/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..722884ada031fb411862f8be6d243265897d3bb3
--- /dev/null
+++ b/633/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/633"
+name = "WebArena — 633"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/633/verifier/run.sh b/633/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/633/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/675/eval_descriptor.json b/675/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..d35051ad30fb72a85e9fd4041ff682ddbc89fccd
--- /dev/null
+++ b/675/eval_descriptor.json
@@ -0,0 +1,29 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__REDDIT__/f/gaming",
+ "program_html": [
+ {
+ "url": "func:reddit_get_post_url('__last_url__')",
+ "locator": "document.querySelector('.submission__title').outerText",
+ "required_contents": {
+ "exact_match": "real user feedback on HORI 3D Surround Gaming Neckset"
+ }
+ },
+ {
+ "url": "func:reddit_get_post_url('__last_url__')",
+ "locator": "document.querySelector('.submission__body').outerText",
+ "required_contents": {
+ "must_include": [
+ "Not worth it for PC users",
+ "I really wanted to like this.",
+ "I wish this was better..."
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/675/instruction.md b/675/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..84e084d3c03e51ea994592fc143abe17e56934b3
--- /dev/null
+++ b/675/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 675
+
+Gather the titles of HORI 3D Surround Gaming Neckset reviews with 2 stars and less rating from OneStopShop, and post them in the games subreddit under the title "real user feedback on HORI 3D Surround Gaming Neckset"
+
+Start URL: __SHOPPING__
diff --git a/675/task.toml b/675/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5ddf8b90083e3e8d05d51168ab6bca4a7d8c6bb4
--- /dev/null
+++ b/675/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/675"
+name = "WebArena — 675"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/675/verifier/run.sh b/675/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/675/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/680/eval_descriptor.json b/680/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..ad60697a85f644494f9b3095fff29ae4ecc00564
--- /dev/null
+++ b/680/eval_descriptor.json
@@ -0,0 +1,20 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING_ADMIN__/sales/order/",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector(\"div.admin__data-grid-filters-current\").outerText",
+ "required_contents": {
+ "must_include": [
+ "On Hold"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/680/instruction.md b/680/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..2ca6531fc18648b7c8a3c0f03da0744078684e0b
--- /dev/null
+++ b/680/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 680
+
+Lookup orders that are on hold
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/680/task.toml b/680/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d58d392eeb3ee852392000181f743a54e885aecc
--- /dev/null
+++ b/680/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/680"
+name = "WebArena — 680"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/680/verifier/run.sh b/680/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/680/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/686/eval_descriptor.json b/686/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..e4bfaad387e9df63291ecf767f7cbc9cc12dd30a
--- /dev/null
+++ b/686/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__REDDIT__/f/technology",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('.submission__inner').outerText + [...document.querySelector('.submission__inner').querySelectorAll('[href],[src]')].map(elem => elem.getAttribute('href') || elem.getAttribute('src')).join(' ')",
+ "required_contents": {
+ "must_include": [
+ "A storage library for AngularJS done right",
+ "__GITLAB__/auth0/angular-storage"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/686/instruction.md b/686/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..14dd2d7a9ed7fb574270abe0382d59b90a7cbff8
--- /dev/null
+++ b/686/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 686
+
+Promote auth0/angular-storage to subreddit technology with the description from the repo itself.
+
+Start URL: __REDDIT__
diff --git a/686/task.toml b/686/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..26ff08722e227fb242d4943f832cc39f5af0fd73
--- /dev/null
+++ b/686/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/686"
+name = "WebArena — 686"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/686/verifier/run.sh b/686/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/686/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/69/eval_descriptor.json b/69/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..4feb8997d3a928b9d24c213cd6cca963f75f5436
--- /dev/null
+++ b/69/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "bookshop.org"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "bookshop.org"
+}
\ No newline at end of file
diff --git a/69/instruction.md b/69/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..87eeb0f5d9b6454de501b2c5f3d568492652587b
--- /dev/null
+++ b/69/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 69
+
+Among the top 10 post in "books" forum, is there any post talks about supporting local book stores? If so, tell me the organizations involved
+
+Start URL: __REDDIT__
diff --git a/69/task.toml b/69/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..593dce5a0535d2c68dbe87dff169865758066480
--- /dev/null
+++ b/69/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/69"
+name = "WebArena — 69"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/69/verifier/run.sh b/69/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/69/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/694/eval_descriptor.json b/694/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..b2e6afab0f5b7f0ec25844fe3a5c5a8750de6d81
--- /dev/null
+++ b/694/eval_descriptor.json
@@ -0,0 +1,66 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING_ADMIN__/catalog/product",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"product[price]\"').value",
+ "required_contents": {
+ "exact_match": "60.00"
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"product[name]\"').value",
+ "required_contents": {
+ "must_include": [
+ "Energy-Bulk Women Shirt"
+ ]
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value",
+ "required_contents": {
+ "exact_match": "50"
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[data-role=\"selected-option\"').outerText",
+ "required_contents": {
+ "must_include": [
+ "top"
+ ]
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"product[size]\"').value",
+ "required_contents": {
+ "exact_match": "167"
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"product[color]\"').value",
+ "required_contents": {
+ "exact_match": "50"
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[data-index=\"category_ids\"').outerText",
+ "required_contents": {
+ "must_include": [
+ "tops"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/694/instruction.md b/694/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..f0d49326cb3fbcb087f4dd12460af750ac9279ab
--- /dev/null
+++ b/694/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 694
+
+Add a simple product named Energy-Bulk Women Shirt with 50 in stock, available in size S and color blue, priced at $60
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/694/task.toml b/694/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1b97586a8d32fe14f742bd575da428d97f2c3d51
--- /dev/null
+++ b/694/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/694"
+name = "WebArena — 694"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/694/verifier/run.sh b/694/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/694/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/709/eval_descriptor.json b/709/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..894ef3f7738a73cbbe1499bcb755721a992ee7c4
--- /dev/null
+++ b/709/eval_descriptor.json
@@ -0,0 +1,25 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/sales",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('[id=\"sales_report_from\"').value",
+ "required_contents": {
+ "exact_match": "5/1/2021"
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[id=\"sales_report_to\"').value",
+ "required_contents": {
+ "exact_match": "3/31/2022"
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/709/instruction.md b/709/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..5c9e8727abf27fe65c04da3a9915e8a15567ac5f
--- /dev/null
+++ b/709/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 709
+
+Create an orders report from beginning of May 2021 to end of March 2022
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/709/task.toml b/709/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0dd01518583427e0d18763041cbb2690ce679d36
--- /dev/null
+++ b/709/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/709"
+name = "WebArena — 709"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/709/verifier/run.sh b/709/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/709/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/716/eval_descriptor.json b/716/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8df4b496f4f0197a607e37498da1106d8e6f8045
--- /dev/null
+++ b/716/eval_descriptor.json
@@ -0,0 +1,36 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__REDDIT__/f/books/81371/the-letters-of-t-s-eliot-to-emily-hale-that-were-kept-sealed",
+ "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
+ "required_contents": {
+ "must_include": [
+ "vote vote--user-downvoted"
+ ]
+ }
+ },
+ {
+ "url": "__REDDIT__/f/books/59421/friendly-reminder-bookshop-org-exists",
+ "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
+ "required_contents": {
+ "must_include": [
+ "vote vote--user-downvoted"
+ ]
+ }
+ },
+ {
+ "url": "__REDDIT__/f/books/59447/appalachian-prison-book-project-seeks-notebook-donations-the",
+ "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
+ "required_contents": {
+ "must_include": [
+ "vote vote--user-downvoted"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/716/instruction.md b/716/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..5afebfba2955dd2f26b14b46348e375954fe1fe0
--- /dev/null
+++ b/716/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 716
+
+Thumbs down the top 3 post ever in books.
+
+Start URL: __REDDIT__
diff --git a/716/task.toml b/716/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c2119e72ba7d9462b5d2ac4d87daf439108b6b79
--- /dev/null
+++ b/716/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/716"
+name = "WebArena — 716"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/716/verifier/run.sh b/716/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/716/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/720/eval_descriptor.json b/720/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..7db113b947f28ba542cc0defafe09c9a904e83c5
--- /dev/null
+++ b/720/eval_descriptor.json
@@ -0,0 +1,36 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__REDDIT__/f/EarthPorn/98332/my-favorite-place-on-the-planet-henry-s-fork-of-the-snake",
+ "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
+ "required_contents": {
+ "must_include": [
+ "vote vote--user-upvoted"
+ ]
+ }
+ },
+ {
+ "url": "__REDDIT__/f/EarthPorn/98297/2-years-later-this-is-still-one-of-the-most-incredible",
+ "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
+ "required_contents": {
+ "must_include": [
+ "vote vote--user-upvoted"
+ ]
+ }
+ },
+ {
+ "url": "__REDDIT__/f/EarthPorn/98256/i-can-t-wait-for-all-this-green-to-start-coming-back-little",
+ "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
+ "required_contents": {
+ "must_include": [
+ "vote vote--user-upvoted"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/720/instruction.md b/720/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..6d3a112d272cf94802c7f86b09e171ea60df174c
--- /dev/null
+++ b/720/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 720
+
+Like all submissions created by CameronKelsey in subreddit earthporn
+
+Start URL: __REDDIT__
diff --git a/720/task.toml b/720/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..63092a607f59057d990b84e3b4d384439d2939e1
--- /dev/null
+++ b/720/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/720"
+name = "WebArena — 720"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/720/verifier/run.sh b/720/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/720/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/739/eval_descriptor.json b/739/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8bd3b160ed6a0eb65fdfc87213fd6eb99477132f
--- /dev/null
+++ b/739/eval_descriptor.json
@@ -0,0 +1,36 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"route_from\"').value",
+ "required_contents": {
+ "must_include": [
+ "Carnegie Mellon University",
+ "Pittsburgh"
+ ]
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[name=\"route_to\"').value",
+ "required_contents": {
+ "must_include": [
+ "Yankee Stadium",
+ "East 161st Street"
+ ]
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex",
+ "required_contents": {
+ "exact_match": "1"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/739/instruction.md b/739/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..0b0313b3d1a7931b31dcf9596021a5eb54a4ae1d
--- /dev/null
+++ b/739/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 739
+
+Show me the way from Carnegie Mellon University to the home stadium of Yankees in the 80th
+
+Start URL: __MAP__
diff --git a/739/task.toml b/739/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..557313f85aa20a4e2d9c48bfeb61172c09e82d00
--- /dev/null
+++ b/739/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/739"
+name = "WebArena — 739"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/739/verifier/run.sh b/739/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/739/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/742/eval_descriptor.json b/742/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..bb00f5d3ebd28baa59751cd3cf049ca08d148ee6
--- /dev/null
+++ b/742/eval_descriptor.json
@@ -0,0 +1,28 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/planner",
+ "locator": "document.querySelector('.visibility-icon').getAttribute('title')",
+ "required_contents": {
+ "must_include": [
+ "private"
+ ]
+ }
+ },
+ {
+ "url": "__GITLAB__/byteblaze/planner/-/project_members",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "@abisubramanya27",
+ "@vinta"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/742/instruction.md b/742/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..99f6a75e636fb4058e0b1df71d24aaae78a1f8cf
--- /dev/null
+++ b/742/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 742
+
+Create a new private project "planner" and add Abishek, Vinta as members
+
+Start URL: __GITLAB__
diff --git a/742/task.toml b/742/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ade12fe0f76e5462e9c303868edd4ad7561f1ccf
--- /dev/null
+++ b/742/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/742"
+name = "WebArena — 742"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/742/verifier/run.sh b/742/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/742/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/747/eval_descriptor.json b/747/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..690ea605859a15ca07963191ba63f07cd03a5114
--- /dev/null
+++ b/747/eval_descriptor.json
@@ -0,0 +1,37 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/byteblaze/awesome_web_agents",
+ "locator": "document.querySelector('.visibility-icon').getAttribute('title')",
+ "required_contents": {
+ "must_include": [
+ "Private"
+ ]
+ }
+ },
+ {
+ "url": "__GITLAB__/byteblaze/awesome_web_agents/-/commits",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "Initial commit"
+ ]
+ }
+ },
+ {
+ "url": "__GITLAB__/byteblaze/awesome_web_agents/-/project_members",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "@abisubramanya27",
+ "@vinta"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/747/instruction.md b/747/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..6fa654b5da012d603230930a8bfd889fe1b1bf73
--- /dev/null
+++ b/747/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 747
+
+Start a private project awesome_web_agents with blank template and add Abishek, Vinta as members
+
+Start URL: __GITLAB__
diff --git a/747/task.toml b/747/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2de9ef659b4a1fd75ac34f09323a96779201d030
--- /dev/null
+++ b/747/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/747"
+name = "WebArena — 747"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/747/verifier/run.sh b/747/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/747/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/768/verifier/run.sh b/768/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/768/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/769/eval_descriptor.json b/769/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..45ad464f6433797a6e87f5c8273b87bb782ecf30
--- /dev/null
+++ b/769/eval_descriptor.json
@@ -0,0 +1,44 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/544/",
+ "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value",
+ "required_contents": {
+ "exact_match": "478"
+ }
+ },
+ {
+ "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/547/",
+ "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value",
+ "required_contents": {
+ "exact_match": "478"
+ }
+ },
+ {
+ "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/550/",
+ "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value",
+ "required_contents": {
+ "exact_match": "478"
+ }
+ },
+ {
+ "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/553/",
+ "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value",
+ "required_contents": {
+ "exact_match": "478"
+ }
+ },
+ {
+ "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/556/",
+ "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value",
+ "required_contents": {
+ "exact_match": "478"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/769/instruction.md b/769/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..0908be9ceaa15553da7578b1bd24befb216e6c7d
--- /dev/null
+++ b/769/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 769
+
+We've received 378 brown Aero daily fitness tee in every size, please update the inventory.
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/769/task.toml b/769/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..bcc35c9f69435946d3cafaa065233bd1bf9496c8
--- /dev/null
+++ b/769/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/769"
+name = "WebArena — 769"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/769/verifier/run.sh b/769/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/769/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/776/eval_descriptor.json b/776/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..dfbb1d0cf85abc45cc3e6fb0a3f6ad5be3300da0
--- /dev/null
+++ b/776/eval_descriptor.json
@@ -0,0 +1,27 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__SHOPPING_ADMIN__/review/product/edit/id/93",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "Rating isn't Available"
+ ]
+ }
+ },
+ {
+ "url": "__SHOPPING_ADMIN__/review/product/edit/id/109",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "Rating isn't Available"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/776/instruction.md b/776/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..17f04a50cccffe8294c4659ec85657bfd773b24b
--- /dev/null
+++ b/776/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 776
+
+Delete all reviews from the scammer Carlo
+
+Start URL: __SHOPPING_ADMIN__
diff --git a/776/task.toml b/776/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..481f8175c6ea4f6d60f7c0a7913447a539a097dd
--- /dev/null
+++ b/776/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/776"
+name = "WebArena — 776"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/776/verifier/run.sh b/776/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/776/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/792/eval_descriptor.json b/792/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..830ea903e439cc4dfe6e09aae3f66ee8d7ae35d9
--- /dev/null
+++ b/792/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": "N/A"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "The website does not support sorting by rating and there are too many products in this category",
+ "reference_answer_raw_annotation": "N/A"
+}
\ No newline at end of file
diff --git a/792/instruction.md b/792/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..0b690a7d5baaa84e6ca5f421aee109674e54317a
--- /dev/null
+++ b/792/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 792
+
+Buy the highest rated product from the Beauty & Personal Care category within a budget under 20.
+
+Start URL: __SHOPPING__
diff --git a/792/task.toml b/792/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..77275d1acf895e3baebeed178680fe6fca62ebb6
--- /dev/null
+++ b/792/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/792"
+name = "WebArena — 792"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/792/verifier/run.sh b/792/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/792/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/793/eval_descriptor.json b/793/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..830ea903e439cc4dfe6e09aae3f66ee8d7ae35d9
--- /dev/null
+++ b/793/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": "N/A"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "The website does not support sorting by rating and there are too many products in this category",
+ "reference_answer_raw_annotation": "N/A"
+}
\ No newline at end of file
diff --git a/793/instruction.md b/793/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..0d50feec6f7ac228a42ce42cef863da7d32a6c84
--- /dev/null
+++ b/793/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 793
+
+Buy the highest rated product from the Men clothing category within a budget above 50 but under 129.99.
+
+Start URL: __SHOPPING__
diff --git a/793/task.toml b/793/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5d5c638c0d83dfaf8970986f9f092916325c397b
--- /dev/null
+++ b/793/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/793"
+name = "WebArena — 793"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/793/verifier/run.sh b/793/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/793/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/795/eval_descriptor.json b/795/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..3a987e95c6dbe3034c0a8089808c9bb6a14d373f
--- /dev/null
+++ b/795/eval_descriptor.json
@@ -0,0 +1,12 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": "N/A"
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "The shipping address cannot be changed after an order is placed in the website.",
+ "reference_answer_raw_annotation": "N/A"
+}
\ No newline at end of file
diff --git a/795/instruction.md b/795/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..c2aa60efea792fc3ae5925e697f2e4ad66c10190
--- /dev/null
+++ b/795/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 795
+
+Change the delivery address for my most recent order to 6726 McPherson Blvd, Pittsburgh, PA.
+
+Start URL: __SHOPPING__
diff --git a/795/task.toml b/795/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..daccaacaaa5aa3a1c4e6d095bb4d498628eac804
--- /dev/null
+++ b/795/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/795"
+name = "WebArena — 795"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/795/verifier/run.sh b/795/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/795/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/799/eval_descriptor.json b/799/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..3c16c6ec08662bab4417c84b4b93dbd167c73ac3
--- /dev/null
+++ b/799/eval_descriptor.json
@@ -0,0 +1,21 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/groups/n-lab/-/group_members",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "@patou",
+ "@egpast",
+ "@westurner",
+ "@jontutcher"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/799/instruction.md b/799/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..58c1dee8eb63694c0791859ae0d79ee38148eba0
--- /dev/null
+++ b/799/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 799
+
+create a new group "n-lab" with members patou, egpast, westurner, jontutcher
+
+Start URL: __GITLAB__
diff --git a/799/task.toml b/799/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5b570ea4459ae53e5d53a636fe859252bfbc3afc
--- /dev/null
+++ b/799/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/799"
+name = "WebArena — 799"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/799/verifier/run.sh b/799/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/799/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/80/eval_descriptor.json b/80/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..73f2b23cd3d9f6724a56ca8d5028a06c97dd37ee
--- /dev/null
+++ b/80/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "38 min"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "38 min"
+}
\ No newline at end of file
diff --git a/80/instruction.md b/80/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..12d5283172b033d836d715c04d18ac1dc05c2ea0
--- /dev/null
+++ b/80/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 80
+
+What is the duration required to first walk from Carnegie Mellon University to Starbucks on Craig Street, and then drive to Pittsburgh International Airport?
+
+Start URL: __MAP__
diff --git a/80/task.toml b/80/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..18d429c2ff33faffc24e3ac4ca9f067071a8a9be
--- /dev/null
+++ b/80/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/80"
+name = "WebArena — 80"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/80/verifier/run.sh b/80/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/80/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/809/eval_descriptor.json b/809/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8204bdc11ba84a1bce99d8435ad3647361b91ba5
--- /dev/null
+++ b/809/eval_descriptor.json
@@ -0,0 +1,36 @@
+{
+ "eval_types": [
+ "url_match",
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "__GITLAB__/a11yproject/a11yproject.com/-/issues",
+ "program_html": [
+ {
+ "url": "last",
+ "locator": "document.querySelector('[data-qa-selector=\"title_content\"]').outerText",
+ "required_contents": {
+ "exact_match": "404 for many URLs"
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('[data-testid=\"sidebar-due-date\"').outerText",
+ "required_contents": {
+ "must_include": [
+ "Jan 3, 2030"
+ ]
+ }
+ },
+ {
+ "url": "last",
+ "locator": "document.querySelector('.block.assignee').outerText",
+ "required_contents": {
+ "must_include": [
+ "Byte Blaze"
+ ]
+ }
+ }
+ ],
+ "url_note": "GOLD in PRED"
+}
\ No newline at end of file
diff --git a/809/instruction.md b/809/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..ebd9802d5b5fc1d0b03ce0bf92321f9fce3c3693
--- /dev/null
+++ b/809/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 809
+
+Create an issue in a11yproject repo with title "404 for many URLs". Assign the issue to myself. Set due date to be 2030-1-3
+
+Start URL: __GITLAB__
diff --git a/809/task.toml b/809/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..35be48591fe7d54b854538c6dec3dbdfc238aaa3
--- /dev/null
+++ b/809/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/809"
+name = "WebArena — 809"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/809/verifier/run.sh b/809/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/809/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/811/eval_descriptor.json b/811/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..8acc61c0d3fb1ddeb1436b11b4034fa144e9422e
--- /dev/null
+++ b/811/eval_descriptor.json
@@ -0,0 +1,18 @@
+{
+ "eval_types": [
+ "program_html"
+ ],
+ "reference_answers": null,
+ "reference_url": "",
+ "program_html": [
+ {
+ "url": "__GITLAB__/dashboard/issues?scope=all&state=opened&assignee_username=byteblaze",
+ "locator": "",
+ "required_contents": {
+ "must_include": [
+ "404s, bad host, timeouts, bad urls for URLs linked from website"
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/811/instruction.md b/811/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..ee399e5891ada9eae4a0f772c88e17df9afc57d7
--- /dev/null
+++ b/811/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 811
+
+Assign the issue regarding 404 in a11yproject to myself.
+
+Start URL: __GITLAB__
diff --git a/811/task.toml b/811/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d35e0df5439ee554671d9f08367c78db0b20c252
--- /dev/null
+++ b/811/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/811"
+name = "WebArena — 811"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/811/verifier/run.sh b/811/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/811/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/86/eval_descriptor.json b/86/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..03048796495c5e44b907c1d068fa3961ada5fbc7
--- /dev/null
+++ b/86/eval_descriptor.json
@@ -0,0 +1,14 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "fuzzy_match": [
+ "29 minutes"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "29 minutes"
+}
\ No newline at end of file
diff --git a/86/instruction.md b/86/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..3b59d86c27d6f686a81171559e8700688fa0badb
--- /dev/null
+++ b/86/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 86
+
+From my stay at La Quinta Inn near the airport, what's the estimated driving time to reach Upitt?
+
+Start URL: __MAP__
diff --git a/86/task.toml b/86/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..65e7943ed6d2ed6ead8cb02269497129db5b213b
--- /dev/null
+++ b/86/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/86"
+name = "WebArena — 86"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/86/verifier/run.sh b/86/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/86/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/89/eval_descriptor.json b/89/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..3140fa729e2f89017b0c820ae37ae1d99ca05e1f
--- /dev/null
+++ b/89/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Rhode Island",
+ "Massachusetts",
+ "New York"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Rhode Island, Massachusetts, New York"
+}
\ No newline at end of file
diff --git a/89/instruction.md b/89/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..31c1ab8e602ddf446a3fa36812150e161f6dc9f2
--- /dev/null
+++ b/89/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 89
+
+Which US states border Connecticut?
+
+Start URL: __MAP__
diff --git a/89/task.toml b/89/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e60cb4bd3d365dc3e67821abb85b59c2dc57c90c
--- /dev/null
+++ b/89/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/89"
+name = "WebArena — 89"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/89/verifier/run.sh b/89/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/89/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
diff --git a/93/eval_descriptor.json b/93/eval_descriptor.json
new file mode 100644
index 0000000000000000000000000000000000000000..bb7ac3d12bc9b00f8d762cebc273465599808bfb
--- /dev/null
+++ b/93/eval_descriptor.json
@@ -0,0 +1,16 @@
+{
+ "eval_types": [
+ "string_match"
+ ],
+ "reference_answers": {
+ "must_include": [
+ "Massachusetts",
+ "Vermont",
+ "Maine"
+ ]
+ },
+ "reference_url": "",
+ "program_html": [],
+ "string_note": "",
+ "reference_answer_raw_annotation": "Massachusetts, Vermont, Maine"
+}
\ No newline at end of file
diff --git a/93/instruction.md b/93/instruction.md
new file mode 100644
index 0000000000000000000000000000000000000000..2246e41e0eef4f276388bcca77eeb02bb09585c8
--- /dev/null
+++ b/93/instruction.md
@@ -0,0 +1,5 @@
+# WebArena task 93
+
+Which US states border New Hampshire?
+
+Start URL: __MAP__
diff --git a/93/task.toml b/93/task.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2e7db4c17e7e9cb74491e8892ba1528d0220bccc
--- /dev/null
+++ b/93/task.toml
@@ -0,0 +1,22 @@
+schema_version = "1"
+
+[task]
+id = "webarena/93"
+name = "WebArena — 93"
+
+[environment]
+os = "linux"
+docker_image = "webarena/playwright-base:1.0"
+
+[agent]
+name = "oracle"
+
+[verifier]
+name = "script"
+
+[verifier.args]
+script_path = "/workspace/verifier/run.sh"
+
+[[steps]]
+name = "main"
+artifacts = ["trace.zip"]
diff --git a/93/verifier/run.sh b/93/verifier/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926
--- /dev/null
+++ b/93/verifier/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"