Web Scraping & Data Extraction
Extract data, check elements, get properties, take screenshots from web pages
| Activity | What it does |
|---|---|
| Check for Element | Checks if an HTML element exists on a page. If it does, the output will be true; otherwise, it will be false. |
| Execute JavaScript | Executes JavaScript code in the browser context. Optionally target a specific element and pass arguments to the script. |
| Get Attributes | Extracts the values of a specified attribute from all HTML elements that match the given selector. |
| Get Element Children | Returns all the children of an HTML element. |
| Get Element Property | Returns a specific property of specified element. |
| Get Elements | Returns all the HTML elements that match the provided selector. |
| Get Position | Returns the horizontal and vertical screen position of an HTML element. |
| Take Browser Screenshot | Captures a full-page screenshot of the current browser view and saves it to a specified directory. The screenshot can be |
| Webpage to PDF | Saves the current browser page as a PDF file at the specified path. Requires a headless Chrome browser: no other engine |