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

Method MakeExecutionScript

dotnet/src/webdriver/PinnedScript.cs:68–71  ·  view source on GitHub ↗

Gets the script used to execute the pinned script in the browser.

()

Source from the content-addressed store, hash-verified

66 /// Gets the script used to execute the pinned script in the browser.
67 /// </summary>
68 internal string MakeExecutionScript()
69 {
70 return string.Format(CultureInfo.InvariantCulture, "return __webdriver_{0}(arguments)", this.Handle);
71 }
72
73 /// <summary>
74 /// Gets the script used to remove the pinned script from the browser.

Callers 1

ExecuteScriptMethod · 0.80

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected