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
/// <param name="childLocator">Locator of child element relative to its parent</param>
28
-
/// <param name="supplier">Delegate that defines constructor of element in case of custom element</param>
29
-
/// <param name="state">Child element state</param>
30
-
/// <exception cref="System.InvalidOperationException">Thrown when the supplier is null, and no constructor with required arguments was found.</exception>
26
+
/// <typeparam name="T">Type of child element that has to implement IElement.</typeparam>
/// <typeparam name="T">Type of elements that have to implement IElement</typeparam>
38
-
/// <param name="locator">Base elements locator</param>
39
-
/// <param name="supplier">Delegate that defines constructor of element in case of custom elements</param>
40
-
/// <param name="expectedCount">Expected number of elements that have to be found (zero, more then zero, any)</param>
41
-
/// <param name="state">Elements state</param>
42
-
/// <exception cref="System.InvalidOperationException">Thrown when the supplier is null, and no constructor with required arguments was found.</exception>
43
-
/// <returns>List of elements that found by locator</returns>
Copy file name to clipboardExpand all lines: Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/WindowsApp/Elements/ElementFactoryExtensions.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ public static Button GetButton(this IElementFactory elementFactory, By elementLo
0 commit comments