Skip to first unread message

Ravikanth Yegineni

unread,
Jul 19, 2013, 1:00:34 AM7/19/13
to seleniu...@googlegroups.com
I Got problem with this exception from last 2 days. Can any one tell me how to resolve this Exception


import com.thoughtworks.selenium.DefaultSelenium;


public class Gmail_login {

    public static void main(String[] args) {
        // TODO Auto-generated method stub
        DefaultSelenium selenium=new DefaultSelenium("localhost",4444,"*firefox","http://");
        selenium.start();
        selenium.open("http://www.gmail.com");
        selenium.windowMaximize();
        selenium.windowFocus();
        selenium.type("Email", "ravikanth");
        selenium.type("Passwd", "password");
        selenium.click("//input[@id='signIn']");
       

    }

}



Exception in thread "main" com.thoughtworks.selenium.SeleniumException: 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: Value does not implement interface Event.
    at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:112)
    at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:106)
    at com.thoughtworks.selenium.DefaultSelenium.click(DefaultSelenium.java:193)
    at Gmail_login.main(Gmail_login.java:17)

Reply all
Reply to author
Forward
0 new messages