This automation code created to test the connection between selenium grid 4 and appium server 2
- make sure your device is already installed and setup java
- Download selenium grid and setup it
- Download appium server
- clone this project
- run the appium server
- Run your emulator/ connect the device to your pc and find the device name (in my case I using emulator)
- run the selenium grid hub
- Now it's time to connect your appium server to selenium grid. But before that, you need to create toml config like this (you need to change appium host, device name and version of your Android device)
- create your node at selenium grid
More detail you can follow this tutorial