WebDriverSetClipBoard Method
Sets the text in the Clipboard

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebDriver
Dim text As String

instance.SetClipBoard(text)

Parameters

text
Type: SystemString
Text
See Also