Skip to content

Commit afaccad

Browse files
committed
update
1 parent 37bff14 commit afaccad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/browserless/actions/take-screenshot/take-screenshot.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default {
4545
const screenshot = await this.browserless.takeScreenshot({
4646
data: {
4747
url: this.url,
48+
bestAttempt: true,
4849
waitForSelector: this.waitForSelector
4950
? `{ "selector": "${this.waitForSelector}" }`
5051
: undefined,

0 commit comments

Comments
 (0)