I am relatively new to this so probably making some basic mistake. My task is to scrape a sequence of urls from a webpage. Once I get it working I intend to step through all the urls on the page and save them to a csv file.
My initial attempt to code this times out, what have I done wrong?
“CreationDate”: “2018-11-15”,
“Commands”: [
{
“Command”: “open”,
“Target”: “Page Not Found”,
“Value”: “”
},
{
“Command”: “storeAttribute”,
“Target”: “.//*[@id=‘content’]/div[2]/div/ul[2]/li[1]/a@href”,
“Value”: “!csvLine”
},
{
“Command”: “csvSave”,
“Target”: “mydata.csv”,
“Value”: “”
}
]
}