Skip to content

Commit

Permalink
#609 Replace RemoteWebDriverLoggingExtensions with `IJavaScriptExec…
Browse files Browse the repository at this point in the history
…utorLoggingExtensions`
  • Loading branch information
YevgeniyShunevych committed May 6, 2022
1 parent 37f2710 commit 19da36a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Atata
/// Provides a set of extension methods for <see cref="IJavaScriptExecutor"/>
/// that wrap actual methods with log sections.
/// </summary>
public static class IIJavaScriptExecutorLoggingExtensions
public static class IJavaScriptExecutorLoggingExtensions
{
private const int ScriptMaxLength = 100;

Expand Down

0 comments on commit 19da36a

Please sign in to comment.