【发布时间】:2017-03-30 20:41:48
【问题描述】:
说明
BrowserStack documentation 列出了您可以为其 Automate 产品设置的所有功能,但没有说明必须提供哪些功能才能进行测试,例如“Google Nexus 5”。
{
"browserName" : "android",
"platform" : "ANDROID",
"device" : "Google Nexus 5"
}
但我从经验中知道这组功能也有效:
{"os":"android", "device": "Google Nexus 5"}
因此我问自己:
问题{"device": "Google Nexus 5"} 也可以吗?
如果没有,在特定移动设备上使用 BrowserStack Automate 时,最少且正确的功能集是什么?
【问题讨论】:
标签: webdriver automated-tests browserstack