selenium.webdriver.firefox.firefox_binary
1. class selenium.webdriver.firefox.firefox_binary.FirefoxBinary(firefox_path=None, log_file=None)
创建 Firefox 二进制文件的新实例。
-
参数:
-
firefox_path - Firefox 可执行文件的路径。默认情况下,它将从标准位置检测到。
-
log_file - 用于将 firefox 进程输出重定向到的文件对象。它可以是
sys.stdout
。请注意,并行运行时输出不会同步。默认情况下,它将重定向到/dev/null
.
-
1.1. NO_FOCUS_LIBRARY_NAME = 'x_ignore_nofocus.so'
1.2. add_command_line_options(*args)
1.3. kill()
杀死浏览器。
这在浏览器卡住时很有用。
1.4. launch_browser(profile, timeout=30)
启动给定配置文件名称的浏览器。假设配置文件已存在。
1.5. which(fname)
通过搜索给定名称的 Path 返回完全限定的路径