selenium.webdriver.firefox.firefox_binaryΒΆ
Classes
|
Creates a new instance of Firefox binary. |
- class selenium.webdriver.firefox.firefox_binary.FirefoxBinary(**kwargs)[source]ΒΆ
Creates a new instance of Firefox binary.
- Args:
firefox_path - Path to the Firefox executable. By default, it will be detected from the standard locations.
- log_file - A file object to redirect the firefox process output to. It can be sys.stdout.
Please note that with parallel run the output wonβt be synchronous. By default, it will be redirected to /dev/null.
- NO_FOCUS_LIBRARY_NAME = 'x_ignore_nofocus.so'ΒΆ