How does Selenium work with Python?
I am trying to write a code that will run on Google.com, I am quite new at all of this and having very little luck in getting the things to work together. Here is what I got so far (but this is no where near done - please do not judge!Cookie(cookielib.HTTPNONE,value) for value in os.Firefox()
Driver.setcookie(cookies) driver.get(base) time.sleep(1) time.sleep(2) driver.implicitlywait(1) except: print "Failed to reach the website!". Print "Trying to log in." user = "me@gmail.com" pass = "xxxxxxx". Postdata = urllib2.Request(base, ) driver.findelementbyname("login") #print logins. Try: logins = driver.
Related Answers
How can we use the Selenium tool with HeadSpin?
Selenium is a tool that is used to automate functional testing. There are two types...
What are 5 Uses of Selenium?
Selenium is a web-automation tool that helps you to test web applications....
How can we use the Selenium tool with HeadSpin?
Selenium is a cross-browser testing automation framework w...