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

Reply via email to