You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to use Selenium 4.24.0 (#261) +semver:feature
* Update to use Selenium 4.24.0 +semver:feature
Use System.Text.Json instead of Newtonsoft.Json for DevToolsHandlong
Update tests, use --disable-search-engine-choice-screen in tests
Add Clear method to ITextBox interface
Use new FindElements logic from Aquality.Selenium.Core to avoid possible StaleElementReference while iterating WebElements list to fix#260
@@ -130,17 +131,17 @@ public object ExecuteCdpCommand(string commandName, Dictionary<string, object> c
130
131
/// Sends the specified command and returns the associated command response.
131
132
/// </summary>
132
133
/// <param name="commandName">The name of the command to send.</param>
133
-
/// <param name="commandParameters">The parameters of the command as a JToken object.</param>
134
+
/// <param name="commandParameters">The parameters of the command as a JsonNode object.</param>
134
135
/// <param name="cancellationToken">A CancellationToken object to allow for cancellation of the command.</param>
135
136
/// <param name="millisecondsTimeout">The execution timeout of the command in milliseconds.</param>
136
137
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
/// <param name="millisecondsTimeout">The execution timeout of the command in milliseconds.</param>
157
158
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
0 commit comments