ContributionsMost RecentMost LikesSolutionsWhen will the xcuitest version be updated on Bitbar? Locally, I created a test scenario with the Robot Framework that uses the Keyword "TapWithNumberTaps" from AppiumLibrary. Locally my scenario worked correctly: When I try to run the same scenario on bitbar the following error occurs: From what I analyzed here, locally I use xcuitest version 4.34.0 while the version used in bitbar is 4.27.2. I locally changed my version to 4.27.2 and it returned the same error. Is there any plan to update the version of xcuitest 4.27.2 to a newer version? This error is breaking my tests =/. Currently the latest version of xcuitest is 5.12.2. Unable to connect Appium Inspector to session with Bitbar device Hello, I'm trying to connect Appium Inspector to a device on Bitbar, but it always returns an error: "Failed to create session. Request timed out" or "Failed to create session. All non-standard capabilities should have a vendor prefix. The following capabilities did not have one: source". Am I passing some wrong parameter, or missing something? Caps: { "appium:bitbar_device": "Apple iPhone 12 Pro Max A2411 16.0", "platformName": "iOS", "appium:bitbar_app": "201000000", "appium:bundleId": "br", "appium:newCommandTimeout": "8000", "appium:automationName": "XCUITest", "appium:autoGrantPermissions": "true", "appium:autoDismissAlerts": "true", "appium:bitbar_frameworkId": "900", "appium:bitbar_testTimeout": "8000" } Can anyone help me? Solved