Please excuse my question as I am an absolute noob when it comes to coding, etc.
I am testing a script and it is working well but I want to add deleteAllCookies at the end.
Could you help me to add it?
The script is below:
{
“Name”: “GS”,
“CreationDate”: “2025-4-8”,
“Commands”: [
{
“Command”: “open”,
“Target”: “Google Search”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “xpath=//[@id="rso"]/div[3]/div/div/div/div/div[2]/div/div/span/a/h3",
“Value”: “”,
“Targets”: [
"xpath=//[@id="rso"]/div[3]/div/div/div/div/div[2]/div/div/span/a/h3”,
“xpath=//div[3]/div/div/div/div/div[2]/div/div/span/a/h3”,
“css=#rso > div:nth-child(3) > div > div > div.kb0PBd.A9Y9g.jGGQ5e > div > div:nth-child(2) > div > div > span > a > h3”
],
“Description”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “linkText=5 Great Design Trends For 2021 That Every Homeowner Should Know About”,
“Value”: “”,
“Targets”: [
“linkText=5 Great Design Trends For 2021 That Every Homeowner Should Know About”,
“xpath=//*[@id="vn-top-section"]/div/div/div/div/div[2]/h3/a”,
“xpath=//h3/a”,
“css=#vn-top-section > div:nth-child(1) > div > div.col1 > div > div.vn-post-content > h3 > a”
],
“Description”: “”
}
]
}