Skip to content

Commit cbda4dd

Browse files
committed
[dotnet] Linting and supressing compiler warning in support assembly
1 parent 1dcbcc2 commit cbda4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/support/Events/EventFiringWebDriver.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public void Dispose()
416416
/// <returns>The value returned by the script.</returns>
417417
/// <remarks>
418418
/// <para>
419-
/// The <see cref="ExecuteScript"/>method executes JavaScript in the context of
419+
/// The ExecuteScript method executes JavaScript in the context of
420420
/// the currently selected frame or window. This means that "document" will refer
421421
/// to the current document. If the script has a return value, then the following
422422
/// steps will be taken:
@@ -478,7 +478,7 @@ public object ExecuteScript(string script, params object[] args)
478478
/// <returns>The value returned by the script.</returns>
479479
/// <remarks>
480480
/// <para>
481-
/// The <see cref="ExecuteScript"/>method executes JavaScript in the context of
481+
/// The ExecuteScript method executes JavaScript in the context of
482482
/// the currently selected frame or window. This means that "document" will refer
483483
/// to the current document. If the script has a return value, then the following
484484
/// steps will be taken:

0 commit comments

Comments
 (0)