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
I noticed different work when I'm calling $browserFactory->createBrowser() with/without 'headless' => false
With 'headless' => false appeared chrome window with load page and return full html page, but without this option I see in html response "..You don't have permission to access.. "
I thought both modes were supposed to work the same?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.
I noticed different work when I'm calling
$browserFactory->createBrowser()
with/without'headless' => false
With
'headless' => false
appeared chrome window with load page and return full html page, but without this option I see in html response "..You don't have permission to access.. "I thought both modes were supposed to work the same?
The text was updated successfully, but these errors were encountered: