You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All other functions are working like Click, Swipe, etc. But getScreenshot() not.
This code
var img = getScreenshot();
console.log(img);
Returns: [object Object]
I work with visual studio code. But I also tried running the script in the Robotmon App, same empty result. I tried with Nox as emulator, on 2 real phones with Android 6.0 and also latest android versions. Same problem everywhere.
What can be the problem? Any idea guys? Do I miss something?
The text was updated successfully, but these errors were encountered:
ender02
changed the title
getScreenshot() returning empty Object
getScreenshot() returns empty Object
May 17, 2020
All other functions are working like Click, Swipe, etc. But getScreenshot() not.
This code
Returns:
[object Object]
I work with visual studio code. But I also tried running the script in the Robotmon App, same empty result. I tried with Nox as emulator, on 2 real phones with Android 6.0 and also latest android versions. Same problem everywhere.
What can be the problem? Any idea guys? Do I miss something?
The text was updated successfully, but these errors were encountered: