mnkgrover08-zz / whatsapp_automation

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.
GNU General Public License v3.0
204 stars 60 forks source link

Running remote Appium Server? #16

Closed MalteToenjes closed 5 years ago

MalteToenjes commented 5 years ago

Is it possible to run Appium Server at remote and connect with this?

MalteToenjes commented 5 years ago

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?