Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9022893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:37:49+00:00 2026-06-16T05:37:49+00:00

Could you please suggest a platform that could extract webpage data (supporting elements like

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:37:50+00:00Added an answer on June 16, 2026 at 5:37 am

    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:

    @driver.get("https://demo.aravo.com/")
    @driver.find_element(:id, "j_username").clear
    @driver.find_element(:id, "j_username").send_keys "sample"
    @driver.find_element(:name, "j_password").clear
    @driver.find_element(:name, "j_password").send_keys "sample"
    @driver.find_element(:name, "login").click
    @driver.find_element(:id, "gbqfq").clear
    @driver.find_element(:id, "gbqfq").send_keys "ruby fiel format"
    

    Python:

    driver = self.driver
    driver.get("https://demo.aravo.com/")
    driver.find_element_by_id("j_username").clear()
    driver.find_element_by_id("j_username").send_keys("sample")
    driver.find_element_by_name("j_password").clear()
    driver.find_element_by_name("j_password").send_keys("sample")
    driver.find_element_by_name("login").click()
    

    C#:

    public void TheDriverTest()
    {
        driver.Navigate().GoToUrl("https://demo.aravo.com/");
        driver.FindElement(By.Id("j_username")).Clear();
        driver.FindElement(By.Id("j_username")).SendKeys("sample");
        driver.FindElement(By.Name("j_password")).Clear();
        driver.FindElement(By.Name("j_password")).SendKeys("sample");
        driver.FindElement(By.Name("login")).Click();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could you please suggest an elegant way to check if a data on the
Could you please suggest if I did right? The case is that I have
Could you please suggest database grid component that allows to save or load column
Could you please suggest a alternative method for transmitting data over internet by a
Could you please suggest how to deal with these situations ? I understand that
Could someone please suggest why this is happening... I’ve got some code to pretty
I am very new to Ruby so could you please suggest the best practice
Could please anybody suggest a way to deal with Inheritance regarding Page Objects pattern
Could you please suggest a simple SMTP server with the very basic APIs (by
Could you please suggest me the best possible answer to this question for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.