Forum Discussion

praked1's avatar
praked1
Occasional Contributor
3 years ago

Unable to spy inside mobile screen for android

Unable to find any objects as spy doesnt work inside of mobile screen  . When try to login page

 

function login()
{

Mobile["SetCurrent"]("emulator");

Mobile["Device"]()["Keys"]("xxxxxx");
Delay(4000);
Mobile["Device"]()["Touch"](592, 1447);

Delay(3000);
Mobile["Device"]()["Keys"]("xxxxxx");
Delay(3000);
Mobile["Device"]()["Touch"](569, 1687);
Delay(3000);
}

4 Replies