从 eclipse 运行 Selenium +浏览器显示未找到基本 url 的文件
我正在尝试从 eclipse 运行 Selenium。 这是我正在执行的代码 -
Selenium selenium =
new DefaultSelenium("localhost",4444,"*iexplore","http://www.google.com");
selenium.start();
浏览器会打开 baseurl,但会显示 404 错误,提示“找不到文件”(无论是我指定的任何网站)。例如在本例中,我收到图像中显示的消息 -
http://i51.tinypic.com /2cpxoio.jpg
谁能帮我解决这个问题吗?
I am trying to run Selenium from eclipse.
This is the code that I am executing -
Selenium selenium =
new DefaultSelenium("localhost",4444,"*iexplore","http://www.google.com");
selenium.start();
The browser opens up with the baseurl but it displays a 404 error saying 'file not found' (be it any website I specify). Like for example in this case, I get the message shown in the image -
http://i51.tinypic.com/2cpxoio.jpg
Can anyone please help me out this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
继续执行上述语句 -
Proceed the statements above with -