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 4295f7d commit c072146Copy full SHA for c072146
lib/PuppeteerSharp/WaitForSelectorOptions.cs
@@ -15,7 +15,7 @@ public class WaitForSelectorOptions
15
public int? Timeout { get; set; }
16
17
/// <summary>
18
- /// Wwit for element to be present in DOM and to be visible.
+ /// Wait for element to be present in DOM and to be visible.
19
/// </summary>
20
public bool Visible { get; set; }
21
@@ -24,4 +24,4 @@ public class WaitForSelectorOptions
24
25
public bool Hidden { get; set; }
26
}
27
-}
+}
0 commit comments