Open Sayum24 opened 5 months ago
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 the Appium server, and corresponding drivers. Optionally you can verify your installations with Appium Doctor to make sure that all the pre-requisite setup has been successfully done. https://github.com/appium/appium/tree/master/packages/doctor
Now you can create a Java Project and add this Java Client dependency to your project. You will find further instructions here: https://appium.io/docs/en/latest/quickstart/test-java/ https://github.com/appium/java-client#add-appium-java-client-to-your-test-framework https://github.com/appium/java-client#usage-examples
Assuming you are using UiAutmoator2 driver to automate Android app, then driver specific capabilities for UiAutomator2 are described here: https://github.com/appium/appium-uiautomator2-driver
Feel free to raise a Question on https://discuss.appium.io/ if you need any further assistance and support.
Hello I found a secondary source how to use JavaClient of Appium. It would help to have a more extensive page of usage examples.
Hello, I am not sure if it is intended to, but anyone is able to edit the Wiki page of this repository. I could edit it without any supervision.
@lucasandre22 thanks for the heads up, I've restricted the access to wiki for non-maintainers
Description
The links on the wiki-page of this repository lead to 404-errors
I'm new to appium and don't know which commands to use to write ui-tests for an android kotlin app.
Environment
links that lead to 404