Код: Выделить всё
driver.get('https://www.some-website.html')
driver.find_element_by_class_name('profiles').click()
Подробнее здесь: https://stackoverflow.com/questions/361 ... e-contents
Код: Выделить всё
driver.get('https://www.some-website.html')
driver.find_element_by_class_name('profiles').click()