You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -151,7 +153,7 @@ export class BuilderForCreateProfile {
151
153
}
152
154
153
155
/**
154
-
* @summary <para>Tells the mode how the WebRTC will be spoofed. Possible values:</para>
156
+
* @summary <para>Specifies how the WebRTC will be spoofed. Possible values:</para>
155
157
* <para>'automatic': Automatically set the webRTC public IP by the IP, and generates a random private IP like '2d2f78e7-1b1e-4345-a21b-07c904c98394.local'</para>
156
158
* <para>'manual': Manually override the webRTC public IP and private IP in the profile</para>
157
159
* <para>'block': Block the WebRTC functionality</para>
@@ -165,7 +167,7 @@ export class BuilderForCreateProfile {
165
167
}
166
168
167
169
/**
168
-
* @summary <para>Tells the mode how the Fonts will be spoofed. Possible values:</para>
170
+
* @summary <para>Specifies how the fonts will be spoofed. Possible values:</para>
169
171
* <para>'enabled': Enable fonts spoofing. A list can be provided to override the fonts coming from the base profile.</para>
170
172
* <para>'disable': Disable fonts spoofing.</para>
171
173
*/
@@ -197,7 +199,7 @@ export class BuilderForCreateProfile {
197
199
}
198
200
199
201
/**
200
-
* @summary <para>Tells the mode how the screen will be spoofed. Possible values:</para>
202
+
* @summary <para>Specifies how the screen will be spoofed. Possible values:</para>
201
203
* <para>'automatic': Automatically override the screen resolution based on the Base Profile.</para>
202
204
* <para>'manual': Manually override the screen resolution.</para>
203
205
* <para>'off': Turn off the spoofing, use the original settings.</para>
@@ -210,7 +212,7 @@ export class BuilderForCreateProfile {
210
212
}
211
213
212
214
/**
213
-
* @summary <para>Tells the mode how the HardwareConcurrency will be spoofed. Possible values:</para>
215
+
* @summary <para>Specifies how the hardwareConcurrency will be spoofed. Possible values:</para>
214
216
* <para>'automatic': Automatically override the HardwareConcurrency based on the Base Profile.</para>
215
217
* <para>'manual': Manually override the HardwareConcurrency. Valid values: 1,2,4,8,16.</para>
216
218
* <para>'off': Turn off the spoofing, use the original settings.</para>
@@ -220,6 +222,17 @@ export class BuilderForCreateProfile {
220
222
returnthis;
221
223
}
222
224
225
+
/**
226
+
* @summary <para>Specifies how the DeviceMemory will be spoofed. Possible values:</para>
227
+
* <para>'automatic': Automatically override the DeviceMemory based on the Base Profile.</para>
* @summary A list of abolute paths from where the profile should load extensions or addons when starting the browser. For chrome and edge use CRX3 format extensions. For firefox use signed xpi format addons.
225
238
*/
@@ -264,6 +277,7 @@ export class BuilderForCreateProfile {
0 commit comments