Бот не может обнаружить элементы на веб-сайте - PullRequest
0 голосов
/ 02 мая 2020
index = int(input("Enter Index of anime to proceed - "))
index-=1
interest = result[index]
link = interest.find_element_by_tag_name("a")
link.click()
lists = driver.find_element_by_class_name("manga_series_list")
chap = lists.find_elements_by_tag_name("tr")

Отображаемая ошибка:

Файл "e: /python/bots/mangascrapper.py", строка 28, в файле link.click () "C: \ Users \ ASUS \ AppData \ Local \ Programs \ Python \ Python37-32 \ l

...