Register for a golf session

{

“Name”: “golf抢课_锁定版”,

“Commands”: [

{

  "Command": "store",

  "Target": "0",

  "Value": "count"

},

{

  "Command": "while_v2",

  "Target": "${count} < 9999",

  "Value": ""

},

{

  "Command": "click",

  "Target": "xpath=//div\[contains(., 'Age 10–13') and contains(., 'Fraserview')\]//button\[contains(., 'View')\]",

  "Value": "",

  "Description": "只点目标课程的View"

},

{

  "Command": "pause",

  "Target": "400",

  "Value": ""

},

{

  "Command": "click",

  "Target": "xpath=//button\[contains(., 'Add Session')\]",

  "Value": ""

},

{

  "Command": "pause",

  "Target": "400",

  "Value": ""

},

{

  "Command": "click",

  "Target": "xpath=//button\[contains(., 'Register') or contains(., 'Checkout')\]",

  "Value": ""

},

{

  "Command": "pause",

  "Target": "400",

  "Value": ""

},

{

  "Command": "executeScript",

  "Target": "return Number(${count}) + 1;",

  "Value": "count"

},

{

  "Command": "endWhile",

  "Target": "",

  "Value": ""

}

]

}