Hello,
We have a project and we're making use of timecut to screen record headless chrome. Such chrome instance is inside a docker container and we call it via puppeteer.connect. However, timesnap library seems to be calling browser.close() at the end in which case, it kills our chrome instance. Is it possible to add an option to not call browser.close() but page.close() instead inside timesnap? we make use of Chrome services elsewhere aside from timecut usage, hence we cannot just kill it
Thanks!
Hello,
We have a project and we're making use of timecut to screen record headless chrome. Such chrome instance is inside a docker container and we call it via puppeteer.connect. However, timesnap library seems to be calling browser.close() at the end in which case, it kills our chrome instance. Is it possible to add an option to not call browser.close() but page.close() instead inside timesnap? we make use of Chrome services elsewhere aside from timecut usage, hence we cannot just kill it
Thanks!