Hi,
I’m new on Kantu. I I’m trying to copy text from a cell in a excel file (open in google drive from chrome browser), and paste it on another field in a new chrome tab.
I can select the cell in excel and the field in the other chrome tab, but I can’t to copy and paste. I have tried with storeValue (to copy) and type (to paste), but nothing happens.
Can anyone help me?
here is the code, thanx a lot
Marco
{
“Name”: “6 Login spotify da excel-1”,
“CreationDate”: “2019-11-17”,
“Commands”: [
{
“Command”: “open”,
“Target”: “Spotify – Web Player”,
“Value”: “”
},
{
“Command”: “clickAt”,
“Target”: “xpath=//[@id="main"]/div/div[4]/div[2]/div[1]/div/button[2]",
“Value”: “56,25”
},
{
“Command”: “selectWindow”,
“Target”: “tab=1”,
“Value”: “”
},
{
“Command”: “clickAt”,
“Target”: "xpath=//[@id="0-scrollable"]/div[2]”,
“Value”: “40,8”
},
{
“Command”: “storeValue”,
“Target”: “xpath=//*[@id="0-scrollable"]/div[2]”,
“Value”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=0”,
“Value”: “”
},
{
“Command”: “clickAt”,
“Target”: “id=login-username”,
“Value”: “41,29”
},
{
“Command”: “type”,
“Target”: “id=login-username”,
“Value”: “${!clipboard}”
},