There is a web site I get information from. The site displays pages
of items with individual checkboxes to select each item. There is
also a checkbox to select all the item checkboxes. And there is the
page numbers with Next and Previous.
What I would like to do is log in to the site and navigate to the page
I need, then automate (by script??) going through each page and
selecting the Select All Checkboxes On This Page box.
On the page, I can use Find to get to Next, tab once and hit Enter to
go to the next page. And I can use Find to get Select All, Shift+Tab
gets the checkbox before the words, and the spacebar selects the
checkbox. I can do this for a couple of pages - more than 10 and I
start wondering if I missed any! Plus I can't help but feel that a
script or other automatino can do this much faster than I can!
I do a bit of VBA macros in Word and Excel, and a few VB scripts (with
much help!). I'm wondering if a script would help here, or if another
way would be better - or if I should drop the idea of automating this
all together.
Ed