in reply to Re: WWW::Mechanize::Chrome VERY slow on xpath obtaining TDs of a TR
in thread WWW::Mechanize::Chrome VERY slow on xpath obtaining TDs of a TR
After adding HTML::Tree and parsing some stuff in pure Perl land I think that IS actually the right approach:
- Use W::M::Chrome for JS rendering, JS interactions and high-level xpath
- Slurp HTML chunks and process in the Perl side as much as possible
In Section
Seekers of Perl Wisdom