I am using Selenium RC with Perl.
When I execute my test script in any browser (ie/ff/chrome...) I'm getting
Permission denied on session....
Following is the code...
$sel->click("id=submitButton");
$sel->wait_for_element_present("//td[4]/a/span","30000");
$sel->click("//td[4]/a/span"); * -------->Here
the control clicks a button...*
$sel->wait_for_pop_up("Test Window ! ", "30000");*-------->When clicked on
the above button,pops up a new window......At this command the console is
showing Permission denied error.*
Please help me out to overcome this error....
Regards,
Bobby
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/6Tvr0prkq7wJ.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en-US.