We have this application (IBM Cognos) which runs on a browser. Once
the
URL is invoked a log in screen is presented, where USERID and PASSWORD
are
entered.
Once in, I navigate clicking a tab “Schedule Administration”. The
screen
presented next contains some data which I would like to scrape. Not
everything, just data scatted all over the screen.
Can anyone recommend a simple gems which I could use to achieve what I
described above?
Joel, you are correct. I precipitated my self posting the question before
performing an exhaustive search.
I’ll look into Mechanize as I don’t know JavaScript.
Actually the advice from Joel is:
If the site doesn’t use javascript you can use Mechanize.
If the site uses javascript, then you need something else, like
Watir-Webdriver.
Joel, you are correct. I precipitated my self posting the question
before
performing an exhaustive search.
I’ll look into Mechanize as I don’t know JavaScript.