Take WebPage Screenshot
Takes a screenshot of the given webpage
This activity takes a screenshot of either the whole page or a specific area of the given web page.
Input
Browser :
IWebDriver VariableRequiredThe variable name refers to the opened web browser.Wait Timeout :
Integer ArgumentSeconds to wait until the element is found.Page URL :
String ArgumentSpecifies the URL of the webpage from which the Screenshot is to be taken. If this property is specified, then the activity navigates to the page before taking screenshot.Output File Path :
String ArgumentRequiredSpecifies the full file path where the screenshot is to be saved.Select Region : Specifies whether to take the screenshot of a specific element or the whole Webpage.
Page- Screenshot of the whole page.Element- Screenshot of the specified Web Element
Target
Element Selectors :
RequiredSpecifies the selectors for the web element from which the screenshots are to be taken. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Last updated