lalongooo / selenium-fb-group-poster

A Selenium Script to post an image with text on the Facebook Groups you are member.
MIT License
38 stars 15 forks source link

NameError: global name 'button' is not defined #2

Closed davidkimberley closed 7 years ago

davidkimberley commented 8 years ago

corrected now

lalongooo commented 7 years ago

@davidkimberley how did you fix it?

davidkimberley commented 7 years ago

@lalongooo I made the browser size go to full screen. Basically the post button needs to be visible on the page in order for the post to be made. I had one of my accounts roadblocked because I was doing something in other windows while running the script, some posts got on but fb eventually picked it up. For perfect runs its better to keep the mechanized browser as the active browser.

lalongooo commented 7 years ago

Yes,that's the way the script works. Just asked in case you found another workaround.

I will close this issue.