Answer the question
In order to leave comments, you need to log in
How to pull text and compare, Selenium+Python?
Good evening!
Please help to get the text from the element in order to assert:
<div id="up_file_name" class="form-group has-error">
<label class="control-label">Ошибка: неверный формат файла (разрешённые форматы: doc, docx, pdf, txt, odt, rtf).</label>
<input class="file" type="hidden" name="uploaded-file" value="0" data-point="10" data-texterrortobigfile="Вы хотите загрузить слишком большой файл: пожалуйста внимательно прочитайте требования по размеру загружаемого файла." data-texterroruploadfail="Не загружено резюме">
</div>
t = driver.find_element_by_xpath('//div[@id="up_file_name"]/label').text
assert t == "Ошибка: неверный формат файла (разрешённые форматы: doc, docx, pdf, txt, odt, rtf)."
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