Skip to content

You are viewing documentation for Instruqt 2.0 Labs - our upcoming product releasing in September 2026. For current Tracks documentation, please visitdocs.instruqt.com.

Virtual Browser


Defined intabs.hcl

The virtual_browser resource adds an embedded virtual browser tab for web-based interactions within a lab. Use it to give learners a browser inside the lab UI, pointed at a URL you control, without relying on their local browser.

resource "virtual_browser" "docs" {
url = "https://example.com"
}

Fields

FieldTypeRequiredDescription
urlstringThe web address to display in the embedded browser tab.
agentstringCustom user agent string for the virtual browser
Allowedfirefox
resource "virtual_browser" "console" {
url = "https://console.example.com"
}

Add the virtual browser to a layout tab to surface it to learners.