BrowserActionResponseData
Interface: BrowserActionResponseData
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:97
Browser SDK Function Types Types for the cbbrowser module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
action? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:98 |
content? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:99 |
elements? | { attributes: Record<string, string>; id: string; tag: string; text: string; }[] | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:109 |
error? | string | BaseBrowserSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:10 |
fullPage? | boolean | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:116 |
html? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:100 |
info? | BrowserViewportInfo | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:105 |
markdown? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:101 |
message? | string | BaseBrowserSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:9 |
options? | Record<string, unknown> | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:117 |
pdf? | string | Uint8Array<ArrayBuffer> | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:108 |
screenshot? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:107 |
selector? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:115 |
success? | boolean | BaseBrowserSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:8 |
text? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:102 |
tree? | { documents: { nodes: { attributes: { name: string; value: string; }[]; backendNodeId: number[]; inputChecked: { index: number[]; }; inputValue: { index: number[]; value: string[]; }; isClickable: { index: number[]; }; nodeName: string[]; nodeType: number[]; nodeValue: string[]; parentIndex: number[]; textValue: { index: number[]; value: string[]; }; }; }[]; strings: string[]; } | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:106 |
tree.documents | { nodes: { attributes: { name: string; value: string; }[]; backendNodeId: number[]; inputChecked: { index: number[]; }; inputValue: { index: number[]; value: string[]; }; isClickable: { index: number[]; }; nodeName: string[]; nodeType: number[]; nodeValue: string[]; parentIndex: number[]; textValue: { index: number[]; value: string[]; }; }; }[] | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:32 |
tree.strings | string[] | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:31 |
url? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:103 |
viewport? | BrowserViewportInfo | - | common/types/src/codeboltjstypes/libFunctionTypes/browser.ts:104 |