zebrunner / carina-webdriver

Apache License 2.0
7 stars 10 forks source link

IOSDriver rewrites the tvOS platform on IOS #86

Closed akamarouski closed 1 year ago

akamarouski commented 1 year ago

Reopened due to not overwriting capability value on tvOS.

akamarouski commented 1 year ago

Tested with such capabilities: selenium_url=http://localhost:4723/wd/hub capabilities.platformName=iOS capabilities.deviceType=tvOS capabilities.automationName=XCUITest capabilities.udid=*** capabilities.app=https://1.uploadlinks.com/file/uploadlinks/org.xbmc.kodi-tvos_20.1-0-tvos.ipa

Application was installed successfully.

Tested with the appium 2.0. When tried to test on mcloud (appium 1.0) got exception like:

Caused by: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. 

Message: An unknown server-side error occurred while processing the command. 
Original error: Real device architecture is unsupported by the '***.app' application. 
Make sure the correct deployment target has been selected for its compilation in Xcode. 
akamarouski commented 1 year ago

Temporary removed creating TVOS Driver

akamarouski commented 1 year ago

wontfix. should be fixed on the mcloud-grid side