| 120 | |
| 121 | |
| 122 | class XCUITestOptions( |
| 123 | AppiumOptions, |
| 124 | AppOption, |
| 125 | BundleIdOption, |
| 126 | PlatformVersionOption, |
| 127 | ClearSystemFilesOption, |
| 128 | OrientationOption, |
| 129 | UdidOption, |
| 130 | LanguageOption, |
| 131 | LocaleOption, |
| 132 | IsHeadlessOption, |
| 133 | SkipLogCaptureOption, |
| 134 | AutoWebViewOption, |
| 135 | EnablePerformanceLoggingOption, |
| 136 | OtherAppsOption, |
| 137 | DeviceNameOption, |
| 138 | IncludeDeviceCapsToSessionInfoOption, |
| 139 | ResetLocationServiceOption, |
| 140 | AppInstallStrategyOption, |
| 141 | AppPushTimeoutOption, |
| 142 | LocalizableStringsDirOption, |
| 143 | CommandTimeoutsOption, |
| 144 | LaunchWithIdbOption, |
| 145 | ShowIosLogOption, |
| 146 | UseJsonSourceOption, |
| 147 | CalendarAccessAuthorizedOption, |
| 148 | CalendarFormatOption, |
| 149 | ConnectHardwareKeyboardOption, |
| 150 | CustomSslCertOption, |
| 151 | EnforceFreshSimulatorCreationOption, |
| 152 | ForceSimulatorSoftwareKeyboardPresenceOption, |
| 153 | IosSimulatorLogsPredicateOption, |
| 154 | KeepKeyChainsOption, |
| 155 | KeychainsExcludePatternsOption, |
| 156 | PermissionsOption, |
| 157 | ReduceMotionOption, |
| 158 | ResetOnSessionStartOnlyOption, |
| 159 | ScaleFactorOption, |
| 160 | ShutdownOtherSimulatorsOption, |
| 161 | SimulatorDevicesSetPathOption, |
| 162 | SimulatorPasteboardAutomaticSyncOption, |
| 163 | SimulatorStartupTimeoutOption, |
| 164 | SimulatorTracePointerOption, |
| 165 | SimulatorWindowCenterOption, |
| 166 | AllowProvisioningDeviceRegistrationOption, |
| 167 | AutoAcceptAlertsOption, |
| 168 | AutoDismissAlertsOption, |
| 169 | DerivedDataPathOption, |
| 170 | DisableAutomaticScreenshotsOption, |
| 171 | ForceAppLaunchOption, |
| 172 | KeychainPasswordOption, |
| 173 | KeychainPathOption, |
| 174 | MaxTypingFrequencyOption, |
| 175 | MjpegServerPortOption, |
| 176 | PrebuiltWdaPathOption, |
| 177 | ProcessArgumentsOption, |
| 178 | ResultBundlePathOption, |
| 179 | ScreenshotQualityOption, |
no outgoing calls