nose-selenium
nose-selenium copied to clipboard
a Selenium WebDriver plugin for nose
I just make it work with python3 , and add some code to show screenshot images in the html report directly. Also add some specific webdivers like ScreenshotOnExceptionFirefoxWebDriver. It works...
``` parser.add_option('--chromepath', action='store', dest='chrome_path', metavar='path', help='path to the google chrome driver executable.') parser.add_option('--firefoxpath', action='store', dest='firefox_path', metavar='path', help='path to the target firefox binary.') parser.add_option('--firefoxpref', action='store', dest='firefox_preferences', metavar='str', help='json string of firefox...