Skip to content

You are viewing documentation for Instruqt 2.0 Labs which is in Beta currently. Official release date - 29 September, 2026. For Tracks documentation, please visit docs.instruqt.com.

Web Browser Tabs


Web Browser tabs embed a full virtual browser in your lab interface, pointed at a URL you control. Unlike an External Website tab, which embeds a page in an iframe, the Web Browser tab runs an actual browser instance for users to interact with, so it works with sites that block iframe embedding and supports interactions an iframe can’t, such as copy and paste.

To create a Web Browser tab:

  1. Navigate to the Tabs section in your lab editor
  2. Click Add Tab and select Web Browser from the dropdown
  3. Configure the URL to load
Field Required Description
Name (internal) Used for internal reference. Not visible to end users
URL The web address to display in the embedded browser
Browser The browser engine to use. Currently only chromium is supported

For detailed HCL reference information, see the Web Browser Reference.