I try to login to this page through selenium.
https://cloud.fitbulut.com/kullanici/giris
I can enter my password and username via selenium but cannot make it to login by clicking on the button named 'Giris'.
I have tried this one but it gives NoSuchElementException error.
driver.find_element_by_class("btn btn-primary btn-aut").click()
Looking forward to any help or suggestion. Many thanks :)