in reply to Executing selenium scripts automatically on cloud server using Perl
Have you looked at what CPAN has to offer for Selenium?
Also, I believe that Selenium wants mostly to run in a browser, so you will likely need to fire up a web browser on the "cloud machine" which then interprets the Javascript and HTML.
Also, a likely approach to get Selenium to run the script would be to take the same approach you use to launch Selenium on a machine not in "the cloud". "The Cloud" is not magic, it is just a marketing buzzword with little meaning.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Executing selenium scripts automatically on cloud server using Perl
by mkhan (Sexton) on Jun 27, 2011 at 12:32 UTC | |
by believer (Sexton) on Jun 27, 2011 at 14:35 UTC | |
by mkhan (Sexton) on Jun 27, 2011 at 12:39 UTC | |
by Anonymous Monk on Jun 27, 2011 at 12:37 UTC |