appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.19k stars 755 forks source link

This repository's wiki links to non-existent pages. (404) #2192

Open Sayum24 opened 2 weeks ago

Sayum24 commented 2 weeks ago

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

itkhanz commented 1 week 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.

Sayum24 commented 1 day ago

Hello I found a secondary source how to use JavaClient of Appium. It would help to have a more extensive page of usage examples.