mirrored 8 minutes ago
0
Jason Leeinsure no exception (if failed, return 0) and change 'load' to 'networkidle' 0edbcf4
{
    "id": "f3b19d1e-2d48-44e9-b4e1-defcae1a0197",
    "snapshot": "chrome",
    "instruction": "Find help page about buying tickets.",
    "source": "test_task_0",
    "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://seatgeek.com/"
          ]
        }
      },
      {
        "type": "activate_window",
        "parameters": {
          "window_name": "Google Chrome"
        }
      }
    ],
    "trajectory": "trajectories/",
    "related_apps": [
      "chrome"
    ],
    "evaluator": {
        "func":"is_expected_url_pattern_match",
        "result": {
            "type": "active_tab_info",
            "goto_prefix": "https://www."
        },
        "expected":{
            "type": "rule",
            "rules":{
                "expected": ["Buying-Tickets"]
            }
        }
    }
  }