You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add idea based on 5.0.0
* ok proto
* define a class
* add AppiumClientConfig
* add tests
* add more drivers
* extract as a private method
* fix type
* tweak comment
* Update DirectConnect.cs
* Update AppiumCommandExecutor.cs
/// Initializes a new instance of the AndroidDriver class using the specified Appium local service, Appium options, command timeout and AppiumClientConfig,
167
+
/// </summary>
168
+
/// <param name="service">the specified Appium local service</param>
169
+
/// <param name="driverOptions">An <see cref="ICapabilities"/> object containing the Appium options.</param>
170
+
/// <param name="commandTimeout">The maximum amount of time to wait for each command.</param>
171
+
/// <param name="clientConfig">An instance of <see cref="AppiumClientConfig"/></param>
/// Initializes a new instance of the MacDriver class using the specified Appium local service, Appium options, command timeout and AppiumClientConfig,
153
+
/// </summary>
154
+
/// <param name="service">the specified Appium local service</param>
155
+
/// <param name="driverOptions">An <see cref="ICapabilities"/> object containing the Appium options.</param>
156
+
/// <param name="commandTimeout">The maximum amount of time to wait for each command.</param>
157
+
/// <param name="clientConfig">An instance of <see cref="AppiumClientConfig"/></param>
0 commit comments