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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: