scrachy.settings.defaults.selenium

The default settings for configuring the Selenium. middleware.

Module Attributes

SCRACHY_SELENIUM_WEB_DRIVER

The name of the webdriver to use.

SCRACHY_SELENIUM_WEB_DRIVER_OPTIONS

Initialize the webdriver with an Options object populated with these options.

SCRACHY_SELENIUM_WEB_DRIVER_EXTENSIONS

A list of extensions for the webdriver to load.

SCRACHY_SELENIUM_LOG_FILE

A file to save logging statements made by a process launched from the AsyncSeleniumMiddleware.