Is it possible to run Google Chrome in headless mode with extensions? -


i cannot use installed extensions in google chrome using headless mode. there way enable them?

an easy way check if extensions work adding, example, "comic sans everything" extension.

so google looks that:

google looks beautiful

however, if take screenshot of page using headless mode (google-chrome --headless --disable-gpu --screenshot https://www.google.com), result is:

google in headless mode

no, it's not possible, , chrome developers decided against implementing in near future due complexity of task.

if @ issue may idea still considering due chromedriver requirements - instead decided make chromedriver work without extensions (through devtools).


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -