How to use Firefox instead of chrome
Is there a documentation on how to use firefox, instead of chrome?
i tried this
```
getHTML(url, {
getBrowserless, rewriteUrls: true, puppeteerOpts: {
product: 'firefox'
}
})
```
is this correct or any other way to use it ?
关闭于 2024-05-28 1 条评论