Test pre-release of RigiJS

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

  1. Install Chrome extension User Javascript and CSS from the Chrome web store.

    This extension can inject own JavaScript or CSS rules to any page.



  2. 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.



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



  4. Click Add new.

    This opens a window where you can paste the script.

    There are 2 options



  5. Click Save.

  6. Open the developer tools in the browser (e.g. click F12).

  7. Open the Console window.



  8. Enter RIGI and click the enter-key.



  9. Verify that the version matches the version of the script that the Rigi developers sent.

  10. Enter RIGI_SaveScreenshot("test.html")

    This will capture the preview.



  11. 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.
  1. Open Chrome

  2. Click the extensions menu item



  3. From the menu, select Manage extensions.



  4. 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 ...