From cbda4dddef4667afc33bab0359159190d5293700 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Mon, 28 Aug 2023 20:27:43 -0400 Subject: [PATCH] [dotnet] Linting and supressing compiler warning in support assembly --- dotnet/src/support/Events/EventFiringWebDriver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/src/support/Events/EventFiringWebDriver.cs b/dotnet/src/support/Events/EventFiringWebDriver.cs index 80ca5b925e5a1..ac428cf2830b5 100644 --- a/dotnet/src/support/Events/EventFiringWebDriver.cs +++ b/dotnet/src/support/Events/EventFiringWebDriver.cs @@ -416,7 +416,7 @@ public void Dispose() /// The value returned by the script. /// /// - /// The method executes JavaScript in the context of + /// The ExecuteScript method executes JavaScript in the context of /// the currently selected frame or window. This means that "document" will refer /// to the current document. If the script has a return value, then the following /// steps will be taken: @@ -478,7 +478,7 @@ public object ExecuteScript(string script, params object[] args) /// The value returned by the script. /// /// - /// The method executes JavaScript in the context of + /// The ExecuteScript method executes JavaScript in the context of /// the currently selected frame or window. This means that "document" will refer /// to the current document. If the script has a return value, then the following /// steps will be taken: