Hi everyone
So after configuring the desired capabilities, just after the app has been launched it always throw me to the attached phone setting page
desired_caps1 = dict(
udid='d645ad32',
platformName='Android',
appPackage='com.EveryTalk.Global',
appActivity='com.cybertel.mcptt.ui.main.EveryTalkMain',
autoGrantPermissions = True
)
ue1_driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps1)
the phone setting page that it always throw me at is
although even if I enable it shows again next time
in case I remove the autoGrantPermissions capability, the app asks me many permissions that I have to accept manually,
anyone could please help me on the issue
TIA