appium -ios-安卓  获取元素时 配置参数的方法

 

 





iPhone_5S
{ "automationName": "XCUITest", "platformName": "iOS", "platformVersion": "10.3.2", "deviceName": "iPhone 5S", "bundleId": "com.ibroker.iBerHK", "udid": "d51e693a7638597890aac74de3f13ec5f884f036", "newCommandTimeout": "3600" }
iphone 6 Plus
{ "automationName": "XCUITest", "platformName": "iOS", "platformVersion": "11.2.6", "deviceName": "iPhone X", "bundleId": "com.ibroker.iBerHK", "udid": "2f8e523a430d1c2577803bbcdd7dd5a48eabdc9a", "newCommandTimeout": "3600", "xcodeSigningId": "iPhone Developer" }

安卓模拟器
{
"platformName": "Android", "deviceName": "127.0.0.1:62001", "platformVersion": "4.4.2", "appPackage": "com.iBer.iBerAppV2", "appActivity": "com.iBer.iBerAppV2.MainActivity", "unicodeKeyboard": "True" }
安卓真机

{
"platformName": "Android",
"platformVersion": "8.0.0",
"deviceName": "LGF800Lc3fd02be",
"appPackage": "com.tencent.mm",
"appActivity": ".ui.LauncherUI",
"automationName": "Uiautomator",
"unicodeKeyboard": "True",
"resetKeyboard": "True",
"noReset": "True",
"noSign": "True"
}

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2021-08-15
  • 2021-04-20
  • 2021-12-26
  • 2021-07-26
  • 2022-12-23
猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-09-15
  • 2021-12-05
相关资源
相似解决方案