Hi Bruno
Thanks for using command selectFrame.
I don't know much about the latest selenium source and selenium IDE.
And I think there is no necessary to add register code in commandFactory in Selenium 0.6.
Maybe now things has changed!?
 
Best Regards.
James
----- Original Message -----
Sent: Friday, December 09, 2005 1$18 AM
Subject: [Selenium-devel] selectFrame

I tried to use the user-extension.js selectFrame with the last selenium sources and it is not working ...
I get this error :
Unexpected Exception: message -> Unknown command: 'selectFrame ', fileName -> chrome://selenium-ide/content/selenium/selenium-executionloop.js, lineNumber -> 89, stack -> Error("Unknown command: 'selectFrame '")@:0

It looks like :
        var handler = this.commandFactory.getCommandHandler(command.command);
        if (handler == null) {
            throw new Error("Unknown command: '" + command.command + "'");
        }

I guess the command selectFrame isn't registred ?
I am using selenium-ide.
Is it OK if I try to get selectFrame registred ?

Thanks
Bruno


_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel
_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to