Incremental xpath

Hi,

I have this code and will like for the xpath to change incrementally on the first div[1] on each command until all divs are clicked.

{
“Name”: “Clickit”,
“CreationDate”: “2019-7-26”,
“Commands”: [
{
“Command”: “click”,
“Target”: “xpath=//[@id=“center-panel”]/div/div[2]/div/div/div/div/div[3]/div[7]/div[4]/div[1]/div[1]/div/table/tbody/tr/td[1]/div",
“Value”: “”
},
{
“Command”: “click”,
“Target”: "xpath=//
[@id=“center-panel”]/div/div[2]/div/div/div/div/div[3]/div[7]/div[4]/div[1]/div[2]/div/div[1]/div/div”,
“Value”: “”
}
]
}

Thanks!

Sorry, i did not understand. how exactly do you want to change the XPath?