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
Copy file name to clipboardExpand all lines: components/scrapingant/scrapingant.app.mjs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ export default {
19
19
returnPageSource: {
20
20
type: "boolean",
21
21
label: "Return Page Source",
22
-
description: "Enables returning data returned by the server and unaltered by the browser. Default: false. When true - JS won't be rendered. This feature works only with `browser=true`",
22
+
description: "Enables returning data returned by the server and unaltered by the browser. When true JS won't be rendered",
23
23
optional: true,
24
24
},
25
25
cookies: {
@@ -31,7 +31,7 @@ export default {
31
31
jsSnippet: {
32
32
type: "string",
33
33
label: "JS Snippet",
34
-
description: "Base64 encoded JS snippet to run once page being loaded in the ScrapingAnt browser. This feature works only with `browser=true`",
34
+
description: "Base64 encoded JS snippet to run once page being loaded in the ScrapingAnt browser",
35
35
optional: true,
36
36
},
37
37
proxyType: {
@@ -57,7 +57,8 @@ export default {
57
57
blockResource: {
58
58
type: "string[]",
59
59
label: "Block Resource",
60
-
description: "Prevents cloud browser from loading the specified resource types",
60
+
description: "Prevents cloud browser from loading specified resource types",
0 commit comments