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)
| 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. |
no outgoing calls
no test coverage detected