- Added `pytz` dependency to `requirements.txt` for timezone handling. - Introduced `get_macys_product_url_parse` function to replace the old `get_url_path_parse` for better clarity and maintain backward compatibility. - Enhanced logging throughout the `get_active_tab_html_parse` and `get_rule_relativeTime` functions for improved debugging and traceability. - Updated JSON examples to reflect changes in expected keys and added new fields for better evaluation context. - Removed deprecated execution commands from JSON examples to streamline the evaluation process.
108 lines
2.5 KiB
JSON
108 lines
2.5 KiB
JSON
{
|
|
"id": "da46d875-6b82-4681-9284-653b0c7ae241",
|
|
"snapshot": "chrome",
|
|
"instruction": "Book an appointment to apply for a transportation access pass at the Charlie Card store on the first Monday eight months later, 10:15 am, fill in my details (James Smith, james.smith@gmail.com). And do not click \"book\" directly. Let me review it.",
|
|
"source": "test_task_2",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"google-chrome",
|
|
"--remote-debugging-port=1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"socat",
|
|
"tcp-listen:9222,fork",
|
|
"tcp:localhost:1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "chrome_open_tabs",
|
|
"parameters": {
|
|
"urls_to_open": [
|
|
"https://www.mbta.com/"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "activate_window",
|
|
"parameters": {
|
|
"window_name": "Google Chrome"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"chrome"
|
|
],
|
|
"evaluator": {
|
|
"func": [
|
|
"is_expected_url_pattern_match",
|
|
"check_direct_json_object",
|
|
"check_direct_json_object"
|
|
],
|
|
"conj": "and",
|
|
"result": [
|
|
{
|
|
"type": "active_tab_info"
|
|
},
|
|
{
|
|
"type": "active_tab_html_parse",
|
|
"category": "class",
|
|
"class_multiObject_only_child": {
|
|
"HAZ16": {
|
|
"0": "content",
|
|
"1": "time"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "active_tab_html_parse",
|
|
"category": "input",
|
|
"inputObject": {
|
|
"/html/body/div[2]/div/form/div[7]/div/div/div[1]/input[1]": "name",
|
|
"/html/body/div[2]/div/form/div[7]/div/div/div[1]/input[2]": "mail"
|
|
}
|
|
}
|
|
],
|
|
"expected": [
|
|
{
|
|
"type": "rule",
|
|
"rules": {
|
|
"expected": [
|
|
"book/CharlieCardStoreAppointments@mbta.com/"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "rule_relativeTime",
|
|
"rules": {
|
|
"relativeTime": {
|
|
"from": "first monday eight months later"
|
|
},
|
|
"expected": {
|
|
"content": "Apply for Transportation Access Pass (TAP) CharlieCard non-auto approval",
|
|
"time": "{MonthFull} {Day0D}, 10:15 AM"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "rule",
|
|
"rules": {
|
|
"expected": {
|
|
"name": "James Smith",
|
|
"mail": "james.smith@gmail.com"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"proxy": true
|
|
} |