Código
<a class="start-button" href="javascript:" id="convert1"> Start <i class="fa fa-angle-right fa-5"></i> </a>
para dar click en python
Código
# getting the button by class name button = driver.find_element_by_class_name("Start") # clicking on the button button.click()
me sale este error
Traceback (most recent call last):
File "C:\Users\WIND\Desktop\dat\prueba.py", line 10, in <module>
button = driver.find_element_by_class_name("Start")
AttributeError: 'WebDriver' object has no attribute 'find_element_by_class_name'