Click out the frame after click the recaptcha

I want to click the remember password after check recaptcha. Thanks

Here is my code

{
“Name”: “xanhcloud-server-ip”,
“CreationDate”: “2023-4-13”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://ping.eu/”,
“Value”: “”,
“Description”: “Find server internet ip”
},
{
“Command”: “pause”,
“Target”: “2000”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “storeText”,
“Target”: “xpath=/html/body/table/tbody/tr[2]/td/table/tbody/tr/td/b”,
“Value”: “serverip”,
“Description”: “find server ip”
},
{
“Command”: “echo”,
“Target”: “${serverip}”,
“Value”: “orange”,
“Description”: “”
},
{
“Command”: “executeScript”,
“Target”: “var today=new Date();\nvar time = today.getHours() + "h" + today.getMinutes() + "m" + today.getSeconds() +"s"; return time”,
“Value”: “time1”,
“Description”: “”
},
{
“Command”: “echo”,
“Target”: “${time1}”,
“Value”: “red”,
“Description”: “”
},
{
“Command”: “open”,
“Target”: “https://zonedns.vn/”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “pause”,
“Target”: “2000”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “verifyElementPresent”,
“Target”: “xpath=//[@id="login_text"]/a/u",
“Value”: “”,
“Description”: “”
},
{
“Command”: “if”,
“Target”: “${!statusOK} == true”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “type”,
“Target”: “name=email”,
“Value”: “bachdongoc@xanhcloud.com”,
“Description”: “”
},
{
“Command”: “type”,
“Target”: “name=password”,
“Value”: “__RPA_ENCRYPTED__26f591609615385b417772587d20a53e50e52aa6”,
“Description”: “”
},
{
“Command”: “selectFrame”,
“Target”: “relative=top”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “selectFrame”,
“Target”: “index=0”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div[@class=‘recaptcha-checkbox-border’]”,
“Value”: “”,
“Description”: “recaptcha”
},
{
“Command”: “click”,
“Target”: “xpath=/html/body/div[1]/article/figure[2]/div/form/div/ul/li[4]”,
“Value”: “”,
“Description”: “save pass”
},
{
“Command”: “click”,
“Target”: "xpath=//
[@id="tab1"]/ul/li[5]/input”,
“Value”: “”,
“Description”: “login”
},
{
“Command”: “pause”,
“Target”: “5000”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “open”,
“Target”: “ZONEDNS”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “pause”,
“Target”: “5000”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “storeValue”,
“Target”: “id=record_value”,
“Value”: “kenhtreip1”,
“Description”: “”
},
{
“Command”: “echo”,
“Target”: “${kenhtreip1}”,
“Value”: “red”,
“Description”: “”
},
{
“Command”: “if_v2”,
“Target”: “${serverip}!=${kenhtreip1}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “comment”,
“Target”: “run // xanhcloud-zonedns-ip-update”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “”,
“Target”: “”,
“Value”: “”,
“Description”: “”
}
]
}

Can anyone help me please

xanhcloud-server-ip.json (2.7 KB)

Here is my code file

xanhcloud-server-ip (1).json (3.7 KB)
I have just fixed it. Add selectwindow command as

{
“Command”: “selectWindow”,
“Target”: “tab=open”,
“Value”: “https://zonedns.vn/”,
“Description”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=0”,
“Value”: “”,
“Description”: “”
},