@HELP_ME use await
await(new Promise((resolve, reject) => { const request = require('request'); request('https://community.bablosoft.com', function (err, res, body) { console.log(body); resolve() }); }));How to work with APK/Apps
-
@orinsamy said in How to work with APK/Apps:
Can you help me how to work with Apk file?
BAS does not work with apk files, but it can control the android emulator when using a third-party module. You can find this module on the forum using the search
-
@orinsamy said in How to work with APK/Apps:
Thanks for reply, Where i can get module?
Try using the search
-