puppeteer-dart
puppeteer-dart copied to clipboard
Error on browser launch
Good morning. Using only the 'launch' function as you can see below.
import 'package:puppeteer/puppeteer.dart';
void main() async {
final browser = await puppeteer.launch(headless: false);
}
gives a 'bootstrapEngine' error in the web_entrypoint.dart file.
I'm using Windows, with pubspec.yaml environment: sdk: '^3.1.0' dependencies: flutter: sdk: flutter
puppeteer: ^3.6.0
Grateful for the attention