HaoWShi

Results 10 comments of HaoWShi

Mark, I have same question as you, Looking forward to the reply.

Fortunately, I found a way to launch WDA on IOS by clicking on the icon after installing WDA. Refer to the following links: https://blog.csdn.net/boildoctor/article/details/123588999 https://zhuanlan.zhihu.com/p/673319266 1)deploy wda to IOS by...

I found an issue that I can not get device info by idevice_id -l or -n when I make my iphone and mac connect to the wifi and config config...

I have the same question, Has this problem been solved?

I have read the files in https://github.com/appium/appium-mac2-driver/tree/master/WebDriverAgentMac/WebDriverAgentLib/Commands. In fact I mean https://github.com/appium/appium-mac2-driver/blob/master/lib/commands/app-management.js , there are interface I can use. The interface you mentioned, how should I use it?

Yes, It is what I want, I will read them firstly. Thank you very much By the way, I noticed the locked/unlock/lock interface on the phone, but on the Mac,...

has you sloved it now?I have same question about simulate combine multi keys

![image](https://github.com/appium/appium-mac2-driver/assets/20752268/5e89ae5f-eb8a-4976-8f22-79956882280e)

this is my test demo ` def test_startMultiApp(driver): time.sleep(2) driver.execute_script('macos: terminateApp', { 'bundleId': 'com.apple.systempreferences' }) time.sleep(2) driver.execute_script('macos: terminateApp', { 'bundleId': 'com.apple.iCal' }) time.sleep(2) driver.execute_script('macos: launchApp', { 'bundleId': 'com.apple.systempreferences' }) time.sleep(2)...

I think I get some advice form this: https://discuss.appium.io/t/trying-to-work-with-2-drivers-at-a-time-for-macos-application/41797 But I have a question now, If I call launchAPP or activeApp repeatedly, what is the error code? Is this a...