Python Forum
Which webdriver is required for selenium in Pydroid App - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Which webdriver is required for selenium in Pydroid App (/thread-28696.html)



Which webdriver is required for selenium in Pydroid App - Rahatt - Jul-30-2020

Hello all,
I don't know its right place or not .
I don't have PC so I m using Pydroid App on my Alcatel.
Recently I started selenium tutorial, selenium is installed in Pydroid but for doing webtest I don't know which web driver should I use and above all how will I set its path????I was thinking that android iPads are Linux based so may be Linux version might work but when I start unzip zip file its asking me where to install now which path should I tell him,IPad paths r totally different from windows.
I have both Firefox and google chrome web browsers on my IPad.
Any help would be appreciated.c


RE: Which webdriver is required for selenium in Pydroid App - Larz60+ - Jul-31-2020

I believe it's chrome driver
see http://selendroid.io/
and perhaps: https://bitbar.com/blog/using-selenium-webdriver-to-run-mobile-web-tests/