Pino Pan
Pino Pan
在手机上安装了 WDA 之后, 每次都需要在 Setting>General>Device Management 中 Trust 信任一下这个 app 才能启动, 有什么一劳永逸的办法吗?
Hi, In function [windows: clickAndDrag], you only provide the wait time between pressing the left mouse button and moving the cursor to the ending drag point. However, I want to...
Env: Appium: latest Mac 2 Driver: latest I found that my running job is failed for the session is killed, however, I don't know why the session is killed! ------------------------...
Hi, I choose "--dist loadgroup" as my distribution strategy and I set 2 groups by `@pytest.mark.xdist_group("group1")`, and **it do works at the beginning.** However, I can not control the time...
Environment: Appium-Python-Client 2.11.1 Windows desktop app, My Env is Ok, since I have done many automation work I want to hover on element, I have tried: `ActionChains(self.driver).move_to_element(ele).perform()`, I got an...
I'm sure that user `postgres` has access to postwoman database, but when I start container, it will always appear this error!
I found that **windows: click** method can not work correctly in **windows arm** machine. when I choose **elementId** as param, It always can not click on the right location, seems...
I am using pytest-xdist for parallel test execution, and I have grouped my test classes into two groups using the `@pytest.mark.xdist_group("group1")` and `@pytest.mark.xdist_group("group2")` decorators. I then use the `-n 2...
When my windows DPI is 100%, I could rightClick success, while it failed when my windows DPI is 150%, it seems the "rightClick" action worked on the false (x, y)...
appium version: 2.2.1 driver version: 2.45.1 I try activate app in my python script: `self.driver.execute_script("mobile: activateApp", { "appId": app_id })` I could make sure that my android device have the...