itkhanz
itkhanz
> Ability to inject custom comandline arguments to TestNG is missing @ljacomet could you please provide some hints or updates on this issue? perhaps @jensenbrian could help with PR
> @itkhanz What is the `Rotate ` as gesture? It is basically a multitouch gesture with two fingers to move them in a clockwise/anti-clockwise direction to rotate the object in...
This Touch Gesture Reference Guide by Luke Wroblewski demonstrates various gestures in concise manner with illustrations. [Touch Gesture Reference Guide](https://www.lukew.com/ff/entry.asp?1071)
Thank you for the swift resolution. In the meantime I already did some googling and uninstalled `Secure Folder` from apps as mentioned here (although in the beginning I was hesitant...
Works with version 3.7.6 when Seucre Folder is installed on Samsung devices. It successfully launched the app session even when `Seucre Folder` is installed on Samsung device. Here are appium...
> This issue definitely has to do with some Android internals, in particular the package manager service logic and permissions. UIA2 driver is a simple/dumb CLI client in that scenario....
Also in a comment to StackOverFlow, another user has pointed similar cause for this issue. Quoting Firelord's response to original question: _Samsung has restricted privileges of adb (shell) user from...
> I have some tests which use `UiScrollable` selectors failing with `Appium 2.12.1`/`uiautomator2 3.9.5` on Browserstack, but running fine on my local emulator and physical device. I wonder how is...
TouchActions has been deprecated in v8 and removed in v9. See the migration guide here:- https://github.com/appium/java-client/tree/master/docs For getting started, you will find the instructions here: https://appium.io/docs/en/latest/quickstart/ Once you have installed...
Also interested to know whether any plans exist to add iOS support.