Hello @mu_nazza ,
This is Appium inspector ryt…Could you please confirm you have started the APpium server.
yes started…but when i used to click on inspector from appium server .it is moving me on some github links from where i downloaded appium inspector
Currenlty Appium inspector is not attached with Appium server. So you need to install the Appium inspector separately and need to make a connection with Appium Server.
how to make connection?
try as below:
Remote host: 127.0.0.1
Remote path: /wd/hub/
Remote port: 4723
Then you can create a new capability.
{
“appium:deviceName”: “iPad (9th generation)”,
“platformName”: “iOS”,
“appium:platformVersion”: “15.2”,
“appium:automationName”: “XCUITest”,
“appium:udid”: “replce this with yours”,
“appium:bundleId”: “replce this with yours”,
“appium:orientation”: “LANDSCAPE”,
“appium:deviceOrientation”: “landscape”,
“appium:driver.rotate”: “LANDSCAPE”,
“appium:ScreenOrientation”: “LANDSCAPE”,
“appium:xcodeOrgId”: “replce this with yours”
}