Created
May 13, 2010 18:09
-
-
Save hugs/400157 to your computer and use it in GitHub Desktop.
Selenium 2 - python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Using the Selenium 2 egg from here: http://drop.io/84gwpxs | |
| >>> from selenium.firefox.webdriver import WebDriver | |
| >>> browser = WebDriver() | |
| >>> browser.get('http://google.com') | |
| >>> browser.quit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment