作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在浏览 Webdriver API 并在 RemoteWebdriver 中遇到了一个构造函数我没有找到任何信息。
我使用了下面的构造函数 configure selenium grid
RemoteWebDriver(java.net.URL remoteAddress, Capabilities desiredCapabilities)
这是另一个构造函数,位于其正下方,'Capability requiredCapability'
RemoteWebDriver(java.net.URL remoteAddress,
Capabilities desiredCapabilities, Capabilities requiredCapabilities)
任何人都可以告诉我这可以应用在哪里吗?
最佳答案
根据changelog对于 2.25.0:
Added support for "requiredCapabilities" to the remote webdrivers and implemented basic support for these in the firefox driver. Failure to fulfull a required capability will cause a
SessionNotCreatedException
to be thrown.
关于java - 我们在哪里使用这个Constructor RemoteWebDriver(java.net.URL remoteAddress, CapativitydesiredCapabilties, Capativity requiredCapativity),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35312618/
我正在浏览 Webdriver API 并在 RemoteWebdriver 中遇到了一个构造函数我没有找到任何信息。 我使用了下面的构造函数 configure selenium grid
我是一名优秀的程序员,十分优秀!