| WebElementTakeScreenshot Method |
Gets the screenshot of the current element
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim delayms As Integer
Dim returnValue As Image
returnValue = instance.TakeScreenshot(delayms)
Parameters
- delayms (Optional)
- Type: SystemInt32
Return Value
Type:
ImageImage
See Also