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
/// An optional count of retries after a timeout on the wait until condition before accepting the failure.
94
94
/// </param>
95
95
/// <exception cref="DriverLoadFailedException">
96
-
/// Thrown if the application is null or the session ID is null once initialized.
96
+
/// Thrown if the application is null, the session ID is null once initialized, or the driver fails to configure correctly before returning.
97
97
/// </exception>
98
98
/// <exception cref="T:Legerity.Exceptions.AppiumServerLoadFailedException">Thrown if the Appium server could not be found when running with <see cref="AndroidAppManagerOptions.LaunchAppiumServer"/> or <see cref="IOSAppManagerOptions.LaunchAppiumServer"/> true.</exception>
99
99
/// <exception cref="T:Legerity.Windows.Exceptions.WinAppDriverNotFoundException">Thrown if the WinAppDriver could not be found when running with <see cref="WindowsAppManagerOptions.LaunchWinAppDriver"/> true.</exception>
@@ -113,104 +113,118 @@ public static RemoteWebDriver StartApp(
/// Initializes a new instance of the <see cref="DriverLoadFailedException"/> class.
24
+
/// </summary>
25
+
/// <param name="opts">
26
+
/// The app manager options used to initialize the driver.
27
+
/// </param>
28
+
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
0 commit comments