Reputation: 856
I use the TestCafe module "testcafe-browser-provider-browserstack". It works well with the Browser and the OS. But how to use the module with iOS devices? I tried
browserstack:Safari:iPad Pro 12.9 2018
But the message is that the browser was not found. The common usage for desktop is
browserstack:Safari:OS X Sierra
Anyone can help me how to use it with iOS and Devices?
Upvotes: 1
Views: 285
Reputation: 6318
You can get the list of all browsers available for testing by using testcafe -b browserstack
.
For example, I have these ones:
Thus, you can choose any available browser from the list.
I didn't find the browserstack:Safari:iPad Pro 12.9 2018
option in the list, but I found "browserstack:iPad Pro 12.9 [email protected]".
Probably, you do not need to clarify that you want to use the Safari browser.
Upvotes: 3