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
Hello! There is a strange issue I've found where if I'm running Panther in non-headless mode the site gets scraped as expected, however if I add --headless arg, it returns just: <html><head></head><body></body></html>. This is not isolated for just 1 site, I've already come across couple of them suffering from this issue.
When removing the headless option actual HTML of the site is obtained correctly. I'm using using chromedriver version 126.0.6478.126 for mac-x64 platform, but using the same version for linux yields the same result. The version of Panther is newest - 2.1.1.
The text was updated successfully, but these errors were encountered:
Hello! There is a strange issue I've found where if I'm running Panther in non-headless mode the site gets scraped as expected, however if I add
--headless
arg, it returns just:<html><head></head><body></body></html>
. This is not isolated for just 1 site, I've already come across couple of them suffering from this issue.Code snippet:
When removing the headless option actual HTML of the site is obtained correctly. I'm using using chromedriver version
126.0.6478.126
formac-x64
platform, but using the same version for linux yields the same result. The version of Panther is newest -2.1.1
.The text was updated successfully, but these errors were encountered: