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
Copy file name to clipboardExpand all lines: src/TestUtils/src/UITest.Appium/HelperExtensions.cs
+13-6
Original file line number
Diff line number
Diff line change
@@ -1764,18 +1764,25 @@ public static void Shake(this IApp app)
1764
1764
}
1765
1765
1766
1766
/// <summary>
1767
-
/// Triggers the interactive pop gesture on an iOS device, simulating the default swipe-back navigation.
1767
+
/// Triggers the interactive pop gesture, simulating the default swipe-back navigation.
1768
1768
/// </summary>
1769
-
/// <param name="app">The application instance used to execute the gesture.</param>
1770
-
/// <exception cref="InvalidOperationException">Thrown if the method is called on a non-iOS Appium instance.</exception>
1769
+
/// <param name="app">Represents the main gateway to interact with an app.</param>
1770
+
/// /// <exception cref="InvalidOperationException">InteractivePopGesture is only supported on <see cref="AppiumIOSApp"/> and <see cref="AppiumAndroidApp"/>.</exception>
0 commit comments