KevinChan168

Results 4 issues of KevinChan168

page: > from poium import Page, PageElement > > class WebviewHomePage(Page): > def get_middle_elements(self): > elements = [] > lists = [“首页”,“热门”,“女装”] > for i in lists: > elements.append(PageElement(xpath=f'//div[contains(@id, "quick-entrance-3")]/descendant::div[text()="{i}"]'))...

环境:win10,装好itunes,能正确识别到iphoneX,ios 14.4.2 运行main.java报错 2021-11-24 16:42:49 [main] [protocol.UsbMux.deviceConnect(UsbMux.java:85)] - [INFO] Connecting Device :14 port:62078 2021-11-24 16:42:49 [main] [protocol.UsbMux.deviceConnect(UsbMux.java:85)] - [INFO] Connecting Device :14 port:62078 2021-11-24 16:42:49 [main] [protocol.LockDown.validatePairing(LockDown.java:191)] - [ERROR] ssl...

相当于是模拟手动上划进入app切换器的操作,目前用swipe实现不了

help wanted

in the simulator, choose device, app switcher, the simulator will run the switcher do you consider add wda/appswitcher?

enhancement