Whatsapp Automation is a collection of APIs that interact with WhatsApp messenger running in an Android emulator, allowing developers to build projects that automate sending and receiving messages, adding new contacts and broadcasting messages multiple contacts.
Hey can I change just this line in
self.driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps) in e.g.
whatsapp_add_new_contact_worker.py to remote my AppiumServer and its fine?
Is it possible to run Appium Server at remote and connect with this?