Gets the script used to execute the pinned script in the browser.
()
| 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. |