Skip to content

Commit

Permalink
Fixed web element extension class description
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Sep 25, 2021
1 parent da1a43a commit 82d8b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Legerity.Web/Extensions/IWebElementExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Legerity.Web.Extensions
using OpenQA.Selenium;

/// <summary>
/// Defines a collection of extensions for the <see cref="By"/> class.
/// Defines a collection of extensions for the <see cref="IWebElement"/> class.
/// </summary>
public static class IWebElementExtensions
{
Expand Down

0 comments on commit 82d8b5f

Please sign in to comment.