Dave Potts
Dave Potts

Reputation: 1643

How to Set Up Chrome Headless on PythonAnywhere?

I'd like to set up Chrome in headless mode and the ChromeDriver for Selenium testing on my PythonAnywhere instance. I can't find any instructions on how to sort this out. Does anyone have any advice/pointers to docs please?

Upvotes: 0

Views: 454

Answers (2)

Giles Thomas
Giles Thomas

Reputation: 5867

PythonAnywhere dev here -- unfortunately Chrome (headless or otherwise) doesn't work in our virtualization environment right now, so it won't work :-(

[edit] ...but now it does! See @Ralf Zosel's answer for more details.

Upvotes: 2

Ralf Zosel
Ralf Zosel

Reputation: 693

Meanwhile it works: you simply have to write an email to the PythonAnywhere support and they will enable it for your account (here are some details).

Upvotes: 2

Related Questions