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 8759775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:53:13+00:00 2026-06-13T14:53:13+00:00

I have a Ruby program that parses HTML data generated by an asp.net page

  • 0

I have a Ruby program that parses HTML data generated by an asp.net page at a government site over which I have no control. I currently submit a query at the asp.net page by going to the page and clicking “submit”, then saving the results (which is the file that the Ruby program parses). Is there any way to trigger the submit from within my Ruby program, so I don’t have to manually do that every time?

In case it’s useful, this is the address I go to and click “submit” and then save:

http://www.deq.state.or.us/wq/sisdata/facilitycriteria.asp

Actually, before saving I click “Show All Records” at the results page (http://www.deq.state.or.us/wq/sisdata/facilitylist.asp), so I’d need to figure out how to trigger that from within my program as well, but I figure if there’s a way to to the “submit” then there’s probably a similar way to do the “Show All Records.”

Thanks.

  • 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-13T14:53:14+00:00Added an answer on June 13, 2026 at 2:53 pm

    You could use watir:

    require 'watir'
    browser = Watir::Browser.new
    browser.goto('http://www.deq.state.or.us/wq/sisdata/facilitycriteria.asp')
    browser.button(:name, 'submit button name').click
    puts browser.html  # <- This should display the HTML of the page
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Ruby program that takes as input an HTML document. The structure
I have a Ruby program that zips a directory tree of XML files using
I have a Ruby program that loads up two very large yaml files, so
I have a Ruby program that generates files that contain a Module definition :
Does anyone have or know of a Ruby script that converts text to html?
I have a basic ruby program, that listens on a port (53), receives the
I'm writing a small ruby program to play with Twitter over OAuth and have
Overview I am writing a Ruby program that uses data from mysql queries to
This question contains java and ruby. I have a java program that I make
I have a rake task that fetches JSON data from an API, parses it,

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.