Reputation: 85
I would like to conduct selenium scripts remotely in the cloud or online and have been told that google app engine is one possibility.
Any help would be appreciated to how to run scripts on google app engine or on the cloud.
Any other ideas how to run scripts online would also be welcome.
Upvotes: 4
Views: 5301
Reputation: 157
Google earlier didn't provide any functionality to support custom based App Engine, it was very much sandboxed which was restricting multitude possibilities of the App Engine. But now it has been provided by Google - https://cloud.google.com/appengine/docs/flexible/custom-runtimes/.
With this functionality Alex has posted a solution - Python Headless Browser for GAE
Upvotes: 2
Reputation: 33083
Google App Engine is not a realistic possibility for this because it does not support creating threads and it does not support native code. Browsers need both.
Upvotes: 7