Gets the script used to remove the pinned script from the browser.
()
| 74 | /// Gets the script used to remove the pinned script from the browser. |
| 75 | /// </summary> |
| 76 | internal string MakeRemovalScript() |
| 77 | { |
| 78 | return string.Format(CultureInfo.InvariantCulture, "__webdriver_{0} = undefined", this.Handle); |
| 79 | } |
| 80 | |
| 81 | /// <summary> |
| 82 | /// Gets or sets the ID of this script. |