Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: WWW::Mechanize::Chrome VERY slow on xpath obtaining TDs of a TRby ait (Hermit) |
on Nov 25, 2022 at 21:18 UTC ( [id://11148395]=note: print w/replies, xml ) | Need Help?? |
Thank you all, as always, for you valuable input and ideas! Ye monks are a smart bunch. As much as I'd love to help debug W::M::Chrome, I have a short deadline so I decided to use LanX's idea to use xpath to get the table node and the HTML content and then parse that in Perl land. I decided to use HTML::Tree which is simple and tried. For anyone having a similar issue, here is the code I wrote for this (assuming it has thead, th, and tbody, YMMV):
Thanks again y'all !
In Section
Seekers of Perl Wisdom
|
|