必需的:我正在尝试在最新的 CentOS 7 最低版本上运行无头 selenium(使用 PHPUnit)。
问题:看来我安装的一切都正确,但 Firefox 无法启动,我的 Selenium Web 驱动程序卡在14:45:31.646 INFO - Launching Firefox...
。使用 Firefox 命令,我得到以下输出
[admin@EE ~]$ /usr/bin/Xvfb :1 -screen 0 1024x768x24 &
[1] 11932
[admin@EE ~]$ export DISPLAY=:1
[admin@EE ~]$ firefox
firefox:11936): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Xlib: extension "RANDR" missing on display ":1".
Fontconfig warning: ignoring UTF-8: not a valid region tag
console.error:
[CustomizableUI]
Custom widget with id loop-button does not return a valid node
console.error:
[CustomizableUI]
Custom widget with id loop-button does not return a valid node
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Selenium 网络驱动程序卡在04:22:53.835 INFO - Launching Firefox...
有人可以解释为什么 selenium 无法识别 Firefox 吗?