in reply to How to find dynamic DOM elements with WWW::Mechanize::Chrome?

A long time ago I had similar problems with WWW::Mechanize::Firefox and I remember solving it by injecting my own JS to collect the data.

Even if you can make "wait_until_visible" work in this case, you'll always find cases were you can't avoid injecting your own JS.

My 2¢, how they help :)

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

  • Comment on Re: How to find dynamic DOM elements with WWW::Mechanize::Chrome?

Replies are listed 'Best First'.
Re^2: How to find dynamic DOM elements with WWW::Mechanize::Chrome?
by bliako (Abbot) on Apr 11, 2025 at 13:45 UTC

    Fine, I will do that until a high-level solution arrives. Thanks!

      Maybe wait till the module's author had a chance to react ... ;)

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      see Wikisyntax for the Monastery