Rashmikid
Results
1
comments of
Rashmikid
I tried using below code but no luck, any help is highly appreciated. sleep(5) buttons = driver.find_elements_by_tag_name("button") sleep(5) for button in buttons: if button.text == "Post": button.click()