I've been trying to like the posts in my feed by using Selenium but so far have had no luck
Here is my code:
like_buttons = chrome.find_elements_by_xpath("//article//section//button//*[@aria-label='Like']")
for button in like_buttons:
button.click()
time.sleep(1)
I get this error:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable