Answer the question
In order to leave comments, you need to log in
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()
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