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 Variable Required The variable name refers to the opened web browser.

  • Wait Timeout : Integer Argument Seconds to wait until the element is found.

  • Page URL : String Argument Specifies 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 Argument Required Specifies 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 : Required Specifies 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