Answer the question
In order to leave comments, you need to log in
Permission Error in Python Selenium on android, how to solve?
from selenium import webdriver
import time
mm="/storage/emulated/0/chromedriver"
url="https://instagram.com/"
driver=webdriver.Chrome(executable_path=mm)
try:
driver.get(url=url)
time.sleep(5)
except Exception as e:
print(e)
finally:
driver.close()
driver.quit()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question