I want to develop a tool to capture screenshots of web pages using Python when a URL is given. And I would like to deploy it in the cloud like AWS and run. So, it should run like a Flask app and should save screenshot images on that server without opening any browser.
Can we develop it if the server doesn't have any chrome or other browsers installed on it?