Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by umutYUCA

  1. U

    Python Error logging into facebook in python selenium

    because it's homework.
  2. U

    Python Error logging into facebook in python selenium

    from facebookUserInfo import username, password from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By import time class Facebook: def __init__(self,username,password): self.browser = webdriver.Chrome()...
Back
Top Bottom