File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
bellatrix.ios/src/main/java/solutions/bellatrix/ios/infrastructure Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ private static IOSDriver initializeDriverRegularMode(String serviceUrl) {
109109 caps .setAutomationName (AutomationName .IOS_XCUI_TEST );
110110 caps .setPlatformVersion (getAppConfiguration ().getIosVersion ());
111111 caps .setDeviceName (getAppConfiguration ().getDeviceName ());
112+ caps .setUdid (ConfigurationService .get (IOSSettings .class ).getDeviceIdentifier ());
113+ caps .setWebviewConnectTimeout (Duration .ofSeconds (ConfigurationService .get (IOSSettings .class ).getTimeoutSettings ().getWebviewConnectTimeout ()));
112114
113115 if (getAppConfiguration ().getIsMobileWebExecution ()) {
114116 caps .withBrowserName (ConfigurationService .get (IOSSettings .class ).getDefaultBrowser ());
You can’t perform that action at this time.
0 commit comments