DriverUtilitiesTakeScreenshot Method |
This method is used to take a screenshot,it also returns the location of screenshot
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string TakeScreenshot()
Public Shared Function TakeScreenshot As String
public:
static String^ TakeScreenshot()
static member TakeScreenshot : unit -> string
Return Value
Type:
String[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.TakeScreenshot"]
See Also