Rapid7 · Schema

WebDriverConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
chrome_driver_port integer
chrome_debug_port integer
View JSON Schema on GitHub

JSON Schema

rapid7-webdriverconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebDriverConfig",
  "title": "WebDriverConfig",
  "properties": {
    "chrome_driver_port": {
      "type": "integer",
      "format": "int64"
    },
    "chrome_debug_port": {
      "type": "integer",
      "format": "int64"
    }
  }
}