Skip to content

Instantly share code, notes, and snippets.

View shujinkouu's full-sized avatar

shujinkouu

View GitHub Profile
@manrajgrover
manrajgrover / Selenium_Python_Fb_Wall_Poster
Created January 30, 2015 12:59
Selenium script to log in to Facebook and post on wall
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from time import sleep
from selenium.common.exceptions import TimeoutException
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support.ui import Select
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions
from selenium.common.exceptions import NoSuchElementException