AirtestProject / Poco

A cross-engine test automation framework based on UI inspection
http://airtest.netease.com/
Apache License 2.0
1.74k stars 315 forks source link

每次执行用例,都会把手机旋转屏幕打开 #569

Open hardy922 opened 1 year ago

hardy922 commented 1 year ago

【问题描述】

  1. driver = connect_device("android:///") poco = AndroidUiautomationPoco(device=driver, use_airtest_input=True) 2.使用以上代码连接的设备以及初始化的poco,每次在执行用例时候,都会把设备的旋转屏幕打开 备注:有在执行之前手动把旋转屏幕关闭 【版本】
  2. python3.9
  3. pocoui 1.0.88
  4. airtest 1.2.9
llhhzz1989 commented 10 months ago

same issue