Код: Выделить всё
Question 22 / 100
Réf. question :
BU#02839
Catégorie :
1.8 - Some question category
Incomplete
Noted on 1000,00
[img]https://someimagesource/1742007605/i/unflagged[/img]
Marquer la question
[h4]Text of the question[/h4]
2839 - some blah blah:
Please select an answer.
следующим образом: < /p>
ignored_exceptions=(EC.NoSuchElementException,EC.StaleElementReferenceException,)
category_element = WebDriverWait(driver, 150, ignored_exceptions=ignored_exceptions).until(EC.element_to_be_clickable((By.CLASS_NAME, "category-name")))
category = category_element.text
< /code>
И я иногда (после того, как мой драйвер Chrome просмотрел определенное количество страниц того же типа) получаю < /p>
Exception has occurred: StaleElementReferenceException
Message: stale element reference: stale element not found
< /code>
На второй строке. Я попробовал с Visiby_of_Element_Located
Подробнее здесь: https://stackoverflow.com/questions/795 ... n-selenium