MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Evaluate

Method Evaluate

dotnet/src/webdriver/DevTools/JavaScript.cs:105–105  ·  view source on GitHub ↗

Evaluates a JavaScript snippet. It does not return a value. The script to evaluate A task that represents the asynchronous operation. This method is internal to the operation of pinned scripts in Selenium, and is therefore internal by design.

([StringSyntax(StringSyntaxConstants.JavaScript)] string script)

Source from the content-addressed store, hash-verified

103 /// is therefore internal by design.
104 /// </remarks>
105 internal abstract Task Evaluate([StringSyntax(StringSyntaxConstants.JavaScript)] string script);
106
107 /// <summary>
108 /// Raises the BindingCalled event.

Callers 3

PinScriptMethod · 0.45
UnpinScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected