I’m facing this error while running macro with cvsRead, it was working fine before but now in the last 1 month it’s not working, I tried to downgrade kantu but I faced other issues.
What is the content of ${!Col1}
? Is it really a URL?
Here is it, seems it didn’t took the full url while using
storeAttribute | //*[@id=“busniessCardInfo”]/div/div[1]/div/ul[2]/li[1]/div/div/ul/li[1]/a@href | !csvLine |
But, it was working fine before and no changes done on the area
seems it didn’t took the full url
Ok! So this can be solved by adding the root URL to the extracted path (see here how to add strings).
But, it was working fine before and no changes done on the area
Another user reported the same issue, but I am not sure if/when it extracted the full URL.
Please see storeAttribute extract URL with @href - #2 by admin
Ah, I think the issue is that OPEN no longer works with relative paths. But for now there are easy workarounds, see Open function no longer working for Relative Paths - #2 by admin