in reply to Re: Javascript variables access help with WWW::Mechanize::Firefox
in thread Javascript variables access help with WWW::Mechanize::Firefox
Hello, could you explain better what you mean with an xpath expression example? I already use xpath method on several parts of the script, but only for searching HTML elements in the page, not for values stored in js variables. I use for example:
my $xpath= '//td[@class="test"]' ; ..
and...thanks for your reply!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Javascript variables access help with WWW::Mechanize::Firefox
by Anonymous Monk on Sep 29, 2016 at 00:34 UTC | |
by ray.rick.mini (Sexton) on Sep 29, 2016 at 23:52 UTC |