https://www.n11.com/telefon-ve-aksesuarlari/cep-telefonu-aksesuarlari
In this web site, I am trying to click (next page button)
I want to catch this line
<a href="https://www.n11.com/telefon-ve-aksesuarlari/cep-telefonu-aksesuarlari?pg=3" class="next navigation"></a>
I am writing this code in program
data=driver.find_elements_by_class_name("next navigation")
My question is about this problem.. it is not working