【发布时间】:2019-11-08 08:15:07
【问题描述】:
【问题讨论】:
标签: selenium selenium-webdriver webdriver selenium-grid
【问题讨论】:
标签: selenium selenium-webdriver webdriver selenium-grid
Selenium Grid Hub Console 显示了 WebDriver 对 Selenium Grid 内不同 WebBrowser 变体的支持的图示,与任何浏览器版本无关。
快照:
上图代表:
maxInstances of Firefox 支持:5maxInstances of Chrome 支持:5maxInstances of Internet Explorer 支持:1如果您更进一步并点击 Configuration 选项卡,您将获得每种浏览器的个别详细配置:
火狐:
capabilities: Capabilities {browserName: firefox, marionette: true, maxInstances: 5, platform: WIN8, platformName: WIN8, seleniumProtocol: WebDriver, server:CONFIG_UUID: 69d77ffb-d8e0-4b50-b48d-8bd...}
铬:
capabilities: Capabilities {browserName: chrome, maxInstances: 5, platform: WIN8, platformName: WIN8, seleniumProtocol: WebDriver, server:CONFIG_UUID: 8285b9c4-971e-4cff-bbe7-5fe...}
Internet Explorer:
capabilities: Capabilities {browserName: internet explorer, maxInstances: 1, platform: WINDOWS, platformName: WINDOWS, seleniumProtocol: WebDriver, server:CONFIG_UUID: 49978d76-fae9-49e8-99ef-1ec...}
快照:
【讨论】: