I want to make in selenium python script to click Upvote under a post.
driver.find_element(By.XPATH, ‘//*[@id=”t3_1crzl6x”]//div[2]/span/span/button[1]’).click()
But so far what i understand whenever u move cursor on this upvote it changing also they blocking somehow xpath is there any other way to make it?
Thanks for anyone who trying to help me with it.
I would like to make it work and understand how does it work
New contributor
Marcin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.