Appium Desired Capabilities
Desired Capabilities 是由 keys 和 values 组成的 JSON 对象。
举个简单例子:
基本参数
Android特有
iOS特有
iOS Only, using XCUITest
(For XCUITest-specific capabilities, please refer to the documentation on the XCUITest Driver repo itself.)
You.i Engine Only
(For You.i Engine-specific capabilities, please refer to the documentation on the You.i Engine driver itself.)
官方文档:https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md
网友评论