Hello,
The openURL still does not work correctly. I am using Xcode 15.0.1 with an iOS 17 simulator. Application launches by openURL API but the app doesn't receive this in onOpenURL.
Isn't the purpose of this XCUIApplication.open(_:) function to launch the app by link like deep links?
If yes, I can say that it still not working on the latest Xcode and iOS. If I can't receive the URL by onOpenURL I can't test deep links, URL schemes, and Universal links. The app also can't receive the link on launchOptions which is provided to the app through didFinishLaunchingWithOptions.
If not, I am truly questioning the purpose of this API. It seems to me it works exactly the same as launch().