thx but they changed something and I needed to change from this // let csvButton = getElementByXpath('//*[@id="results"]/div/div[1]/div[1]/div/div/button');
to this for it to work, otherwise it's a gread job! let csvButton = getElementByXpath('//*[@id="results"]/div/div[1]/div[1]/div/button');
thx but they changed something and I needed to change from
this
// let csvButton = getElementByXpath('//*[@id="results"]/div/div[1]/div[1]/div/div/button');
to this for it to work, otherwise it's a gread job!
let csvButton = getElementByXpath('//*[@id="results"]/div/div[1]/div[1]/div/button');