mirrored 19 minutes ago
0
David Changver Feb26thv2 updated two new chrome tasks 1ed7635
{
    "id": "da46d875-6b82-4681-9284-653b0c7ae241",
    "snapshot": "chrome",
    "instruction": "Schedule an appointment to apply for transportation access pass in  the Charlie Card store on the first Monday four months later, 10:15 am, fill in my details (James Smith, james.smith@gmail.com). And don 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_singleObject":{},
                "class_multiObject":{
                    "breakword":{
                        "1": "content",
                        "2": "time"
                    }
                }
            },
            {
                "type": "active_tab_html_parse",
                "category": "input",
                "inputObject":{
                    "/html/body/div/div/form/div[7]/div/div/div[1]/input[1]": "name",
                    "/html/body/div/div/form/div[7]/div/div/div[1]/input[2]": "mail"
                }
            }
        ],
        "expected":[
            {
                "type": "rule",
                "rules":{
                    "expected": ["CharlieCardStoreAppointments@mbta.com\/bookings\/"]
                }
            },
            {
            "type": "rule_relativeTime",
            "rules":{
                "relativeTime":{
                    "from":"first monday four 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"
                    }
                }
            }
        ]
    }
}