在aws实例中是否有可能在实际浏览器中运行功能性webdriver测试而不是无头模式?已经安装了xvbf和Firefox。
我试图跑但却低于错误:
process:5133): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Error: no display specified
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:120)
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:275)
答案 0 :(得分:0)
您只需指定 DISPLAY 环境变量,例如:
export DISPLAY =:99
然后使用此数字运行xvfb,如:
xvfb:99