2

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.

Mukarram Pasha
  • 358
  • 1
  • 4
  • 14
  • Any cloud compute will work, e.g. Amazon EC2, Google Compute Engine, ... Choose one and deploy your Flask app as documented in the linked question. – remram Dec 11 '18 at 19:21
  • 1
    See also https://stackoverflow.com/questions/14384062/python-headless-browser-for-gae – Dustin Ingram Dec 12 '18 at 06:50

0 Answers0