我面临着Selenium的两个问题。
1.-在Windows上启动浏览器时出错 - >实施例:: testMyTestCase
捕获屏幕截图时出现问题:
Invalid response while accessing the Selenium Server at
'http://localhost:4444/selenium-server/driver/':
ERROR Server Exception: sessionId should not be null;
has this session been started yet?
Invalid response while accessing the Selenium Server at
'http://localhost:4444/selenium-server/driver/':
Failed to start new browser session: Error while launching browser
2.-我在Linux上使用过Selenium。在使用PHPunit运行代码时,打开的浏览器窗口会自动关闭。我需要在执行后查看日志详细信息。是否需要进行任何设置?
答案 0 :(得分:0)
请尝试使用最新的Selenium-Server.jar(selenium-server-standalone-2.23.1.jar)执行此脚本