chromium/android_webview/tools/captured_sites_tests/test/data/smoke.test


{
  "startingURL": "https://rsolomakhin.github.io/autofill/",
  "actions": [
    {
      "url": "https://rsolomakhin.github.io/autofill/",
      "type": "loadPage"
    },
    {
      "selector": "//*[@id=\"form1\"]/input[1]",
      "type": "autofill"
    },
    {
      "expectedValue": "John Smith",
      "selector": "//*[@id=\"form1\"]/input[1]",
      "type": "validateField"
    },
    {
      "selector": "//*[@id=\"credit_card_name\"]",
      "type": "autofill"
    },
    {
      "expectedValue": "Santa Claus",
      "selector": "//*[@id=\"credit_card_name\"]",
      "type": "validateField"
    }
  ]
}