appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.15k stars 363 forks source link

chore: wait for wda start in sim as well for preinstalled wda start #876

Closed KazuCocoa closed 4 months ago

KazuCocoa commented 4 months ago

On my local. simulators also needed a bit time to start the wda process with usePreinstalledWDA

caps = {
  "automationName": "xcuitest",
  "platformName": "ios",
  "platformVersion": "17.2",
  "deviceName": "iPhone 15",
  "appium:usePreinstalledWDA": true,
  "appium:updatedWDABundleId": "com.kazucocoa.WebDriverAgentRunner"
}

I think it's reasonable to add wait for wda process start in both...

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 8.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: