Good morning dear community,
as a beginner of appliying Kantu, I am trying to open various URLs, and saving text from these URL by using StoreText.
I am aware of using following commands, but I am uncertain in combining them succesfully.
{
“Name”: “Freitagabend”,
“CreationDate”: “2019-11-18”,
“Commands”: [
{
“Command”: “store”,
“Target”: “fast”,
“Value”: “!replayspeed”
},
{
“Command”: “csvRead”,
“Target”: “test.csv”,
“Value”: “”
},
{
“Command”: “open”,
“Target”: “{!col1}”,
“Value”: “”
},
{
“Command”: “storeText”,
“Target”: “xpath=//*[@id=“evaluation_all”]/div[2]/table/tbody/tr/td[1]/span”,
“Value”: “”
},
{
“Command”: “csvSave”,
“Target”: “Freitagabend.csv”,
“Value”: “”
}
]
}
The first column contains the URL I want to open. My aim is to create a macro, which can be applied by using an extendable csvfile.
I hope I stated my problem as clear as possible.
Feel free to answer or ask for further information.
Thank you in advance.
Fabian