I am trying to find this button and click on it. But I get this error:
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".sqdOP L3NKy y3zKF "}
(Session info: chrome=87.0.4280.88)
I have noticed that it is looking for a different string '.sqdOP L3NKy y3zKF'
bc it adds this point in front of the class name. Is this the problem?
<button class="sqdOP L3NKy y3zKF " type="button">Follow</button>
Thank you!