selenium-fb-group-poster icon indicating copy to clipboard operation
selenium-fb-group-poster copied to clipboard

A Selenium Script to post an image with text on the Facebook Groups you are member.

Results 6 selenium-fb-group-poster issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Error in this line: post_box=driver.find_element_by_xpath("//*[@name='xhpc_message_text']")

FB changed their UI. So the xpaths are not in function anymore.

I got this error message when trying posting. ``` Traceback (most recent call last): File "fbposter.py", line 87, in main() File "fbposter.py", line 61, in main addMediaButton.click() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line...

"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...

To avoid **selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document** issue. https://stackoverflow.com/questions/53025158/selenium-common-exceptions-elementnotvisibleexception-message-element-not-inte