I am aslo encountered the same issue with selenium RC 2.0. Here is the
error i saw 'ERROR: Command execution failure. Please search the user group
at https://groups.google.com/forum/#!forum/selenium-users for error details
from the log window. The error message is: Permission denied for
<https://foursquare.com> to get property Location.href'.
Actually i am using simple code snippet :
public void foursquareOauthByUsingSmartKey(String apiurl, String username,
String password) {
try {
selenium.open(apiurl);
waitForElement(foursquareSignIn);
selenium.click(foursquareSignIn);
waitForElement(userName);
selenium.type(userName, username);
selenium.type(passwordProviders, password);
selenium.click(foursquareLogIn);
TestUtils.sleepForSomeTime(50000);
System.out.println(Thread.currentThread().getStackTrace()[1]
.getMethodName()
+ Success);
} catch (Exception e) {
e.printStackTrace();
}
}
Any help would be great.
Thanks in advance.
On Tuesday, 31 January 2012 18:50:32 UTC+5:30, ara wrote:
Help. ERROR: Command execution failure. Please search the user group at
https://groups.google.com/forum/#!forum/selenium-users for error details
from the log window. The error message is: Permission denied for <
http://www.facebook.com> to get proper
Selenium rc, PHP.
--Help. ERROR: Command execution failure. Please search the user group at
https://groups.google.com/forum/#!forum/selenium-users for error details
from the log window. The error message is: Permission denied for <
http://www.facebook.com> to get proper
Selenium rc, PHP.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
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.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/2qc5-YMyvIsJ.
For more options, visit https://groups.google.com/groups/opt_out.