任何人都可以建议,如何使用 Browserstack 在 Codeception yml 文件中定义 iphone 或 ipad 功能。
我已经通过下面的脚本 yml 进行了尝试。
config:
WebDriver:
url: 'http://www.google.com'
host: 'hub.browserstack.com'
port: 80
browser: iphone
capabilities:
'browserstack.user': '<username>'
'browserstack.key' : '<automate-key>'
'device': 'iPhone 5'
'platform': 'MAC'
命令行中显示以下错误消息。
[Facebook\WebDriver\Exception\UnknownServerException]
There was an error. Please try again.