A lot of people do not know but some browsers have a “headless” option we can use to execute operations using the console or terminal. This is useful for scripts, invocations from our applications or anything we can think of.
We just need to execute the next instruction:
firefox --headless --screenshot ~/image.png www.google.com
The result is going to be something like:
