Answer the question
In order to leave comments, you need to log in
What is the easiest way to find this button?
How to find this button using Selenium:
<div class="task-action-go tiled task-go-21792661" data-ng-click="doTask(task)" ng-hide="task.id == checking_task_id || task.id == go_task_id" data-ng-class="['task-go-' + task.id]">
<div class="go ng-binding">Выполнить</div><div class="price ng-binding">+ 2 балла</div>
</div>
find_element_by_xpath('/html/body/..........')
? find_element_by_partial_link_text('Выполнить')
gives an errorselenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: Выполнить
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