Skip to main content

BrowserInstanceInfo

@codebolt/codeboltjs


Interface: BrowserInstanceInfo

Defined in: packages/codeboltjs/src/types/libFunctionTypes.ts:817

Properties

PropertyTypeDescriptionDefined in
createdAtstringWhen the instance was createdpackages/codeboltjs/src/types/libFunctionTypes.ts:827
currentUrl?stringCurrent URL of the browser instancepackages/codeboltjs/src/types/libFunctionTypes.ts:825
instanceIdstringUnique identifier for the browser instancepackages/codeboltjs/src/types/libFunctionTypes.ts:819
isActivebooleanWhether the instance is currently activepackages/codeboltjs/src/types/libFunctionTypes.ts:821
isReadybooleanWhether the instance is ready for operationspackages/codeboltjs/src/types/libFunctionTypes.ts:823
title?stringPage titlepackages/codeboltjs/src/types/libFunctionTypes.ts:829