python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Mark `deprecated` in shortcuts

Open KazuCocoa opened this issue 4 years ago • 1 comments

Python client has some interaction short cut such as scroll, but probably it is better to prepare a guide about how to build W3C actions for them rather than preparing such shortcuts as they might have many variations.

For example, UIA2 driver can accept mouse and touch pointers. They might work differently in UIAutomator framework.

KazuCocoa avatar Dec 24 '21 23:12 KazuCocoa

Re "guide about how to build W3C actions":

I've published the following materials:

  • A Python script for the Android UIA2 driver using the W3C Actions API. The code uses ActionBuilder, [interaction] POINTER_TOUCH, and MouseButton from the selenium.webdriver.common.actions library.

  • An article describing theory and practice behind the Actions API.

  • An article describing the native mobile: commands we can pass into driver.execute_script(). The gestures covered are iOS swipe, scroll, pinch, tap, doubleTap, twoFingerTap with the XCUITest driver.

Let me know if any of it can be useful.

lana-20 avatar Apr 15 '24 05:04 lana-20