Rashmikid
Results
1
issues of
Rashmikid
"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...