Catalyst SmartBrowz

Catalyst SmartBrowz components allows you to control, manage a headless browser and perform a variety of operations such as generating PDFs and screenshots of webpages, creating templates to generate PDFs with dynamic content, extracting data from the web using powerful Catalyst APIs and more.

Create SmartBrowz Instance

A component instance is an object that can be used to access the properties specific to a particular component. You can create a component instance to execute any headless actions in SmartBrowz.

You can create a new smartbrowz instance as shown below:

    
copy
const smartbrowz = app.smartbrowz();

This component instance will be used for all SmartBrowz operations in Node.js SDK.

Last Updated 2024-01-31 12:43:52 +0530 +0530

RELATED LINKS

SmartBrowz