I have built a flask web application which executes python selenium script at the back and returns a response after scraping a web page.
I am now trying to deploy or host this web application on a server, preferably on google cloud. But google app engine does not support running selenium webdriver as mentioned here: How do I run Selenium tests with Google App Engine?
Has anyone deployed a similar application or maybe just a selenium script to any of the cloud service providers?
Edit: This is not a duplicate questions, Kindly read it carefully and avoid marking it as duplicate. Thanks.