#
#
# .2021-01-30 17:55:45
Python
# ., 2021-01-30 17:55:45

Is there a geckodriver for android?

There is a code:

songName = input('Введите название песни:  ')
driver = webdriver.Firefox(executable_path=r'путь\\geckodriver.exe')
a = driver.get('https://ru-music.com/search/' + songName + '/')
findSongName = driver.find_elements_by_class_name('playlist-name')
driver.quit()

I wanted to try running it on android but it needs geckodriver. Is there a geckodriver for android?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2021-01-31
@andro1

Why geckodriver? Why not natively use https://chromedriver.chromium.org/getting-started/... though I haven't tested it, I won't say anything about performance

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question