in reply to Re^4: how to browse a dynamic site using mechanize?
in thread how to browse a dynamic site using mechanize?

Have you read WWW::Selenium? Especially the first paragraph of the "DESCRIPTION" section, which happens to be the first paragraph of prose in the documentation? Also, the last sentence of that section could help you understand more. I'm quoting both here:

Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript; the Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest).

http://www.openqa.org/selenium-rc/

...

To use this module, you need to have already downloaded and started the Selenium Server. (The Selenium Server is a Java application.)

  • Comment on Re^5: how to browse a dynamic site using mechanize?

Replies are listed 'Best First'.
Re^6: how to browse a dynamic site using mechanize?
by jack123 (Acolyte) on May 16, 2012 at 07:32 UTC
    Yes, i read that one too but was not sure that if I've to install so many things to execute a script then is it advisable to use selenium or should i use other option like scripter etc. In case if I use selenium then on hosting the code on server will also require all these stuffs like selenium server etc to be already installed there.

      I recommend to you to use a solution you understand and a solution you can make work and support on your own. You have been asking the same question repeatedly, but have not made any progress towards a solution. I suggest you reevaluate your approach and consider either reading and understanding the answers you get (this involves work on your part) or hiring somebody to do your work for you (this involves money).

        boss, i haven't expected this thing...........ehhhh money...............I successfully browse that page through mechnize::firefox, i need not to worry about all the parameters to be passed with js.......keeping it simple and sweet :)