Selenium :: WebDriver :: Error :: UnknownError - 目标网址格式不正确

时间:2017-03-10 21:02:40

标签: ruby selenium cucumber watir-webdriver

Selenium Web Driver版本:2.53.4 Firefox版本:46.0​​.1 Ruby Watir版本:6.0.2 Ruby版本:2.3.1

我试图运行一个包含12个示例的黄瓜场景大纲,奇怪的是,在运行1或2个示例后,随机弹出的硒网络驱动程序错误,其余的只是失败了同样的问题。

Target URL https://<some_host_name>/portal/login.jsp is not well-formed. (Selenium::WebDriver::Error::UnknownError)
[remote server] file:///tmp/webdriver-profile20170310-363-1yung1c/extensions/fxdriver@googlecode.com/components/driver-component.js:10636:in `FirefoxDriver.prototype.get'
[remote server] file:///tmp/webdriver-profile20170310-363-1yung1c/extensions/fxdriver@googlecode.com/components/command-processor.js:12661:in `DelayedCommand.prototype.executeInternal_/h'
[remote server] file:///tmp/webdriver-profile20170310-363-1yung1c/extensions/fxdriver@googlecode.com/components/command-processor.js:12666:in `DelayedCommand.prototype.executeInternal_'
[remote server] file:///tmp/webdriver-profile20170310-363-1yung1c/extensions/fxdriver@googlecode.com/components/command-processor.js:12608:in `DelayedCommand.prototype.execute/<'some_error_stack_trace'

我很确定网址是正确的,因为它对所有方案示例都是一样的。没有理由进行前1次或2次传球,但是休息失败。

我知道在FireFox和Selenium Webdriver之间找到合适的版本匹配非常困难。我选择的版本曾经运作良好,但现在不再。

0 个答案:

没有答案