79235254

Date: 2024-11-28 20:40:06
Score: 0.5
Natty:
Report link

Mine issue was fixed by adding environment variables XDG_CONFIG_HOME and XDG_CACHE_HOME:

$browser = $browserFactory->createBrowser
(
    [
        'envVariables' => [
            'XDG_CONFIG_HOME'=>'/tmp/.chromium',
            'XDG_CACHE_HOME'=>'/tmp/.chromium',
        ]
    ]
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roman