I am writing an script to Register in a website (Need firefox to render javascript) but the registration form need to click in a radio button and Mechanize::Firefox does not have a function to do it. but I could do it with:
$mech->click({ xpath => '//*[@id="radio-2"]' });but after firefox clicks the radio the script stops. I can not even print messages.
ThanksOriginal content restored above by GrandFather
Thanks you so much you saved hours of work.
It worked perfect with: $mech->click({ xpath => '//*[@id="radio-2"]',synchronize => 0});In reply to Problem with Perl and WWW::Mechanize::Firefox by danny0085
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |