将代码修改如下可以解决Response_Code = 500 Error_Message = Internal Server Error:
selenium = new DefaultSelenium("localhost", port, browserString, url) {
public void open(String url) {
commandProcessor.doCommand("open", new String[] {url,"true"});
}
};
selenium = new DefaultSelenium("localhost", port, browserString, url) {
public void open(String url) {
commandProcessor.doCommand("open", new String[] {url,"true"});
}
};
本文提供了一种解决方法,用于修复使用Selenium时出现的500内部服务器错误。通过调整Selenium初始化代码,可以有效地避免此类问题。

1859

被折叠的 条评论
为什么被折叠?



