-
On the documentation is says this works with any chromium based browser. How can you edit this to work using safari? I changed the path to open safari and it tries to open it but it does not seem to do it properly. The current error is a timeout error. The Safari opens with this in the address bar: 'file:///about:blank' |
Beta Was this translation helpful? Give feedback.
Answered by
ncesar
Feb 2, 2023
Replies: 1 comment
-
We can't. We use Puppeteer to scrape the data and Puppeteer does not support Saffari. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gencay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can't. We use Puppeteer to scrape the data and Puppeteer does not support Saffari.
see puppeteer/puppeteer#5984