Could you please suggest a platform that could extract webpage data (supporting elements like fields,buttons,links,label,grid data etc.) for webpage data extraction automating like Ruby,Python,C#,etc?
Could you please suggest a platform that could extract webpage data (supporting elements like
Share
I suggest using the selenium platform. It is a very high quality web automation and supports
C#,python,ruby,javascript,java,perl,and php. One of the most important features are that it handles javascript really well.Selenium Documentation here.
Edit
Ruby tutorial
http://anahorny.blogspot.com/2011/08/selenium-webdriver-ruby-tutorial.html
All documentation or other tutorials that you will need located here http://code.google.com/p/selenium/wiki/RubyBindings
Simple example:
Ruby:
Python:
C#: