Hi..
we have two issues one of them when we opened the firefox we had a crash page in order to skip crash page we changed to them
user_pref("browser.tabs.remote.autostart",false);
user_pref("browser.tabs.remote.autostart.1",false);
user_pref("browser.tabs.remote.autostart.2",false);
user_pref("browser.sessionstore_resume_from_crash",false);
then we skipped crash page.
when we had connected to puppeteer that lauched but thereis no going anywhere and then
we saw
TimeoutError, timed out after 3000ms while trying to connect to firefox
Hi..
we have two issues one of them when we opened the firefox we had a crash page in order to skip crash page we changed to them
user_pref("browser.tabs.remote.autostart",false);
user_pref("browser.tabs.remote.autostart.1",false);
user_pref("browser.tabs.remote.autostart.2",false);
user_pref("browser.sessionstore_resume_from_crash",false);
then we skipped crash page.
when we had connected to puppeteer that lauched but thereis no going anywhere and then
we saw
TimeoutError, timed out after 3000ms while trying to connect to firefox