Subject: | is Accessible Rich Internet Applications supported in Mechanize-FireFox? |
Date: | Tue, 17 Nov 2015 11:12:25 -0500 |
To: | bug-WWW-Mechanize-FireFox [...] rt.cpan.org |
From: | Jeff EI69 Stalzer <ei69jeff [...] comcast.net> |
I love Mechanize-FireFox. I have used it successfully for many months
scrapping the First National Bank On-Line banking pages. Recently the
bank changed a large portion of their site over to Accessible Rich
Internet Applications (ARIA). Part of my scraping tool stopped working.
I find it necessary to click on an item to "expand" it before I can
scrape it. The HTML items (each represent a check) look like this:
<button class="expand-btn collapsibleControl"
aria-controls="paymentDetail_20150803092128879762"
data-billid="20150803092128879762" data-activitypaymenttypecode="0">
I have tried everything to "click" the item. There is no ID nor is
there NAME. Clicking by number fails.
Is there some method to initiate this expansion using
WWW-Mechanize-FireFox? Or has the ARIA extensions gone beyond the
capabilities of the current version of WWW-Mechanize-FireFox?
Thanks, Jeff