feat: add xvfb for headful execution (#13)
This commit is contained in:
Родитель
e7fe1a4878
Коммит
1e2d565976
2
index.js
2
index.js
|
@ -25,6 +25,8 @@ async function run() {
|
|||
'libxslt1.1']);
|
||||
// For video playback in Firefox
|
||||
await exec('sudo', ['apt-get', 'install', 'ffmpeg']);
|
||||
// For headful execution
|
||||
await exec('sudo', ['apt-get', 'install', 'xvfb'])
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче