...
3. Inspect elements of a view
Appium Server GUI : https://github.com/appium/appium-desktop
Appium Inspector : https://github.com/appium/appium-inspector
Steps to follow:
Open the WebDriverAgent project on Xcode
Connect the device to the computer via an USB cable
Go to Window > Devices and Simulators, and check that the device is connected
Build the project: Product > Build
Run the project: Product > Perform Action > Test Without Building
...