I have a Selenium grid setup with Selenium RC or Selenium 1.0. One of the slaves is configured to start Firefox with default user_agent = iphone, so in terms of setup everything is in place. I trigger the Perl script from a remote machine, the browsers opens on the Selenium slave machine, with default user-agent = iphone.

The problem is that the script does not trigger the command $sel->click_ok("link=FAQ");. Other aspects like text validation and click on id work. But just when the click on link comes into play, it does not work. On the source page is <a href="/about/faq">FAQ</a>. No errors are displayed anywhere, for the matter of fact the console displays that the click has been executed.

In some other question, a suggestion was made to use $sel->fire_event("link=FAQ", 'click');, but that did not work either. The same script on a normal browser user-agent works fine.

Any suggestions?

link|improve this question

65% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.