I could install it using stash (“pip install selenium”) on iPhone but it doesn’t accept any webdriver.
Traceback error message:
"Exception: SafariDriver was not found; are you running Safari 10 or later? You can download Safari at https://developer.apple.com/safari/download/."
import selenium
from selenium import webdriver
import time
URL = "http://edatai.us/blog/2012/11/20/placing-kpis-different-cron-schedules"
b = webdriver.Safari()
b.get(URL)