openatx / facebook-wda

Facebook WebDriverAgent Python Client Library (not official)
MIT License
1.72k stars 266 forks source link

Iphone由底部或顶部无法滑出菜单,Ipad可以由底部或顶部滑出菜单 #129

Open xienova opened 1 year ago

xienova commented 1 year ago
由底部上滑时:   

w, h = self.get_window_size() self.swipe(w - 100, h, w - 100, h // 2)

screenbeam-Ricardo commented 1 year ago

我有一台iPhone也是更新版本后没办法通过滑动打开控制中心的菜单,后面通过图像识别点击辅助模拟按键打开的.