@hyperbrowser/sdk 0.81.0 → 0.81.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/session.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/session.d.ts
CHANGED
|
@@ -113,6 +113,8 @@ export interface CreateSessionParams {
|
|
|
113
113
|
disablePasswordManager?: boolean;
|
|
114
114
|
enableAlwaysOpenPdfExternally?: boolean;
|
|
115
115
|
appendTimestampToDownloads?: boolean;
|
|
116
|
+
showScrollbars?: boolean;
|
|
117
|
+
replaceNativeElements?: boolean;
|
|
116
118
|
}
|
|
117
119
|
export interface SessionRecording {
|
|
118
120
|
type: number;
|