@@ -80,8 +80,8 @@ public IOSDriver(AppiumServiceBuilder builder, DriverOptions driverOptions, Time
80
80
/// <summary>
81
81
/// Initializes a new instance of the IOSDriver class using the specified remote address and Appium options
82
82
/// </summary>
83
- /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/wd/hub ).</param>
84
- /// <param name="DriverOptions ">An <see cref="DriverOptions"/> object containing the Appium options.</param>
83
+ /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/).</param>
84
+ /// <param name="driverOptions ">An <see cref="DriverOptions"/> object containing the Appium options.</param>
85
85
public IOSDriver ( Uri remoteAddress , DriverOptions driverOptions )
86
86
: base ( remoteAddress , SetPlatformToCapabilities ( driverOptions , Platform ) )
87
87
{
@@ -100,8 +100,8 @@ public IOSDriver(AppiumLocalService service, DriverOptions driverOptions)
100
100
/// <summary>
101
101
/// Initializes a new instance of the IOSDriver class using the specified remote address, Appium options, and command timeout.
102
102
/// </summary>
103
- /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/wd/hub ).</param>
104
- /// <param name="DriverOptions ">An <see cref="DriverOptions"/> object containing the Appium options.</param>
103
+ /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/).</param>
104
+ /// <param name="driverOptions ">An <see cref="DriverOptions"/> object containing the Appium options.</param>
105
105
/// <param name="commandTimeout">The maximum amount of time to wait for each command.</param>
106
106
public IOSDriver ( Uri remoteAddress , DriverOptions driverOptions , TimeSpan commandTimeout )
107
107
: base ( remoteAddress , SetPlatformToCapabilities ( driverOptions , Platform ) , commandTimeout )
@@ -123,7 +123,7 @@ public IOSDriver(AppiumLocalService service, DriverOptions driverOptions, TimeSp
123
123
/// <summary>
124
124
/// Initializes a new instance of the IOSDriver class using the specified remote address, Appium options and AppiumClientConfig.
125
125
/// </summary>
126
- /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/wd/hub ).</param>
126
+ /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/).</param>
127
127
/// <param name="driverOptions">An <see cref="DriverOptions"/> object containing the Appium options.</param>
128
128
/// <param name="clientConfig">An instance of <see cref="AppiumClientConfig"/></param>
129
129
public IOSDriver ( Uri remoteAddress , DriverOptions driverOptions , AppiumClientConfig clientConfig )
@@ -145,7 +145,7 @@ public IOSDriver(AppiumLocalService service, DriverOptions driverOptions, Appium
145
145
/// <summary>
146
146
/// Initializes a new instance of the IOSDriver class using the specified remote address, Appium options, command timeout and AppiumClientConfig.
147
147
/// </summary>
148
- /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/wd/hub ).</param>
148
+ /// <param name="remoteAddress">URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4723/).</param>
149
149
/// <param name="driverOptions">An <see cref="DriverOptions"/> object containing the Appium options.</param>
150
150
/// <param name="commandTimeout">The maximum amount of time to wait for each command.</param>
151
151
/// <param name="clientConfig">An instance of <see cref="AppiumClientConfig"/></param>
0 commit comments