my desired capabilities
def __init__(self):
caps = {
'platformName' : 'Android',
'platformVersion' : '11.0',
'automationName' : 'uiautomator2',
'appium:ensureWebviewsHavePages' : True,
'appium:newCommandTimeout' : 300
}
self.instance=webdriver.Remote('http://localhost:4723/wd/hub', caps)
It should run without any halts what am i missing is there any adb settings that i need to do in android studio.?