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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: WWW::Mechanize::Chrome VERY slow on xpath obtaining TDs of a TR (updated)
by LanX (Sage) on Nov 27, 2022 at 10:38 UTC | |
by ait (Hermit) on Nov 29, 2022 at 09:15 UTC |
In Section
Seekers of Perl Wisdom