@Nischal_Sinha. Yes the application launces.
Could you please explain how to use Android driver instead of Remote driver. Is this the way to change it. If so it is resulting in an error.
driver = webdriver.Android(‘http://0.0.0.0:4723/wd/hub’, desired_caps)
self.driver = webdriver.Android('http://0.0.0.0:4723/wd/hub', desired_caps)
AttributeError: module ‘appium.webdriver’ has no attribute ‘Android’
Also I looked at the available methods in webdriver and it does list the android driver
from appium import webdriver
dir(webdriver)
[‘Remote’, ‘WebElement’, ‘builtins’, ‘cached’, ‘doc’, ‘file’, ‘loader’, ‘name’, ‘package’, ‘path’, ‘spec’, ‘common’, ‘errorhandler’, ‘mobilecommand’, ‘switch_to’, ‘webdriver’, ‘webelement’]
I also use java for appium . But I checked for python and I can also see
only remote webdriver can be used for appium server. U try with changing yr
xpath . Please send me the screenshot of that screen .