{
  "component": [
    {
      "description": "打开P_Url的URL",
      "actions": [
        {
          "description": "打开P_Url的URL",
          "actionType": "openUrl",
          "actionParam": "P_Url"
        }
      ],
      "id": "XC9l2Uu7",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[菜单画面]: 动态选择link的sample",
      "actions": [
        {
          "description": "点击名字为P_Menu的link",
          "actionType": "click",
          "objectXpath": "/html/body/table/tbody/tr/td/a[text() = '{P_Menu}']",
          "objectParams": [
            "P_Menu"
          ]
        }
      ],
      "id": "lq1IEsC8",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[Form Test]: 基本web操作sample",
      "actions": [
        {
          "description": "在输入输入框填入P_InputValue",
          "actionType": "input",
          "actionParam": "P_InputValue",
          "objectXpath": "/html/body/form/table/tbody/tr[3]/td[2]/input"
        },
        {
          "description": "勾选checkbox",
          "actionType": "checkbox",
          "actionParam": "Checked",
          "objectXpath": "/html/body/form/input[1]"
        },
        {
          "description": "取消checkbox的勾选",
          "actionType": "checkbox",
          "actionParam": "UnChecked",
          "objectXpath": "/html/body/form/input[2]"
        },
        {
          "description": "点选radio",
          "actionType": "click",
          "objectXpath": "/html/body/form/input[6]"
        },
        {
          "description": "DropDown",
          "actionType": "select",
          "selectLocator": "s1Id",
          "actionParam": "P_SelectValue"
        }
      ],
      "id": "v0vRUzqY",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[IFRAME Tests]画面: Frame操作sample",
      "actions": [
        {
          "description": "点击操作frame1中的link",
          "actionType": "click",
          "objectXpath": "/html/body/table/tbody/tr/td[2]/a[1]",
          "frameIndex": 2
        },
        {
          "description": "点击操作frame2中的link",
          "actionType": "click",
          "objectXpath": "/html/body/table/tbody/tr/td[2]/a[1]",
          "frameIndex": 3
        }
      ],
      "id": "p4nPhm1q",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[fileUpload]画面: 文件上传sample",
      "actions": [
        {
          "description": "上传test.csv",
          "actionType": "fileUpload",
          "objectXpath": "//*[@id=\"file\"]",
          "actionParam": "test.csv"
        }
      ],
      "id": "JhGUp7pa",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[Table Test]画面: 验证table内容",
      "actions": [
        {
          "description": "验证table内容与test.csv一致",
          "actionType": "verifyTable",
          "objectXpath": "/html/body/table[7]/tbody/tr/td",
          "actionParam": "test.csv"
        }
      ],
      "id": "3v4rEMLi",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[MouseOver]画面: 鼠标移动到指定页面元素",
      "actions": [
        {
          "description": "鼠标移动到指定页面元素",
          "actionType": "hover",
          "objectXpath": "/html/body/a[1]/span"
        }
      ],
      "id": "XPcneOHP",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "[Mootools Drag and Drop example]画面: 拖动页面元素",
      "actions": [
        {
          "description": "拖动页面元素，向右10，向下100",
          "actionType": "dragAndDrop",
          "objectXpath": "//*[@id=\"dragger\"]",
          "actionParam": "10,100"
        }
      ],
      "id": "WjLIBofl",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    },
    {
      "description": "切换窗口demo",
      "actions": [
        {
          "description": "切换到Title含有[Title]的窗口",
          "actionType": "switchWindowByTitle",
          "actionParam": "Title"
        },
        {
          "description": "切换到第2个窗口",
          "actionType": "switchWindowByIndex",
          "actionParam": "2"
        }
      ],
      "id": "2JViOwXd",
      "createtimestamp": 1570624219,
      "updatetimestamp": 1570624219
    }
  ]
}