Test pre-release of RigiJS
The Rigi team may have a test version of rigi.js available.
This section explains how to test that version.

Intended audience
- Developers, or
- User with access to web-app to capture HTML Previews from
Steps
- Install Chrome extension User Javascript and CSS from the Chrome web store.
This extension can inject own JavaScript or CSS rules to any page.

- Disable the Rigi script (if applicable).
- If the script is hosted by the Rigi Chrome extension, then disable that extension.
- If the script is hosted by the web app, then disable that extension.

- Open the application in the browser where you would like to capture HTML Previews from.

- Click Add new.
This opens a window where you can paste the script.
There are 2 options

- Click Save.
- Open the developer tools in the browser (e.g. click F12).
- Open the Console window.

- Enter RIGI and click the enter-key.

- Verify that the version matches the version of the script that the Rigi developers sent.
- Enter RIGI_SaveScreenshot("test.html")
This will capture the preview.

- Inspect if the captured HTML Preview is correct.
The way to do this depends on the actual issue that is tested.
How to disable a Google extension
This section explains how to disable or enable installed extensions in your Chrome browser.
- Open Chrome
- Click the extensions menu item

- From the menu, select Manage extensions.

- Disable the extension
Related Articles
API endpoints with sockets
API calls exceeding one minute will result in a timeout. To address this, we have introduced a socket connection mechanism. Here's the refined explanation of the process: Client Initiation: To begin, the client initiates a room specifically ...