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
When trying to run the example from the readme I get the following output in the console:
Puppeteer old Headless deprecation warning:
In the near feature `headless: true` will default to the new Headless mode
for Chrome instead of the old Headless implementation. For more
information, please see https://developer.chrome.com/articles/new-headless/.
Consider opting in early by passing `headless: "new"` to `puppeteer.launch()`
If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.
}
54 |
55 | await controller.close();
56 | }
57 | } catch (e) {
58 | throw new Error('Puppeteer close method failed with the following message: ' + e.message)
^
error: Puppeteer close method failed with the following message: Page or browser is not defined
The text was updated successfully, but these errors were encountered:
I have checked it and for me it is working as expected. In order to give you a better assistance on this, may you please provide me the installed version of Impressionist and the code snippet that you are trying to run?
When trying to run the example from the readme I get the following output in the console:
The text was updated successfully, but these errors were encountered: