You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the above code must work because I am getting a successful result through the same code
Can you please tell me what is the error you are facing?? so that i can help..
"post_button = driver.find_element_by_xpath("//*[@data-testid='react-composer-post-button']")
clickable = False
while not clickable:
cursor = post_button.find_element_by_tag_name('span').value_of_css_property("cursor")
if cursor == "pointer":
clickable = True
break
post_button.click()
time.sleep(5)"
Exception -
ElementNotVisibleException Traceback (most recent call last)
in
16 clickable = True
17 break
---> 18 post_button.click()
19 time.sleep(5)
The text was updated successfully, but these errors were encountered: