in reply to Re^3: Executing JavaScript function using WWW::Mechanize::Firefox
in thread Executing JavaScript function using WWW::Mechanize::Firefox
Not sure I understand what kind of a clue this is. Can you elaborate?
Manual operation of the website works just fine! And since ReplMoz is inside the browser, I should not be caught by the browser doing anything fishy, right?
Here is what the actual link in the website I am facing looks like:
<a href='#' onclick='goToPage(2);return false;'>Next ></a>And yes, I know, I can click that link in a different way, but the thing is that I want to be able to tell it to which page it should go, i.e. I want to call goToPage with a parameter of my choosing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Executing JavaScript function using WWW::Mechanize::Firefox
by Anonymous Monk on Feb 17, 2016 at 03:03 UTC | |
by Anonymous Monk on Feb 17, 2016 at 03:11 UTC | |
by Anonymous Monk on Feb 17, 2016 at 04:32 UTC | |
by Anonymous Monk on Feb 17, 2016 at 22:19 UTC | |
by Corion (Patriarch) on Feb 24, 2016 at 11:01 UTC | |
by Anonymous Monk on Feb 17, 2016 at 23:56 UTC |