...
In the 'Applications' view click on 'Install'. Then click on 'Launch'.
The 'Console' view will show you a successful notification for both operations.
...
...
Perform actions on the device reflection. You will see the actions added to the test editor.
When you are finished, click on the 'Stop Recording' icon (
) right to the device reflection.You can also start a new recording by clicking the Capabilities Wizard (see below), which opens the Recording Wizard.
More options are available here such as: uploading a new application, installing application, adding NoReset to capabilities list.
Capabilities wizard will launch the selected application before starting to record your test.
Save your recorded test
Save your test using eclipse's Save button. It will only be available once the recording has finished.
...
Select a project, choose a name for your new test and click 'Finish'. Your test will be saved in the selected project, in a folder named "tests".
Record commands on the device
Run your test
Running a test is depended on the Appium 6 library. To run a test, make sure the library is included in the same project as the test.
...
Click Run Test (
) to execute all the selected commands on the currently open device.