I have an apple tv 4k (tvos 17.6), I want to execute appium java test cases on apple tv. But unable to do it.
I have tried to connect apple tv with mac(where test scripts are present). Used below command
xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner_tvOS -destination ‘id=<device_udid>’ -derivedDataPath ./DerivedData test -allowProvisioningUpdates
After running this command, Got automation running message on the tv
When I have tried to connect appium inspector with the device.Got error as ‘Unknown device or simulator UDID’
How to connect with appium inspector and execute appium java test cases on apple tv 4k real device