We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f4ee9 commit 88f4a85Copy full SHA for 88f4a85
dotnet/src/webdriver/RelativeBy.cs
@@ -29,7 +29,7 @@ namespace OpenQA.Selenium
29
/// <summary>
30
/// Provides a mechanism for finding elements spatially relative to other elements.
31
/// </summary>
32
- public class RelativeBy : By
+ public sealed class RelativeBy : By
33
{
34
private readonly string wrappedAtom;
35
private readonly object root;
@@ -70,7 +70,6 @@ public static RelativeBy WithLocator(By by)
70
return new RelativeBy(by);
71
}
72
73
-
74
75
/// Finds the first element matching the criteria.
76
0 commit comments