Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 331 by c.martin.taylor: Ability to call RF keywords with named parameters
http://code.google.com/p/robotframework/issues/detail?id=331 One of the nicest features of Python is the ability to call a method with named parameters. E.g. DoSomething(Arg1="Foo", Arg7="Bar") As implied by the example, this non-positional method of parameter passing allows you to skip defaulted parameters and set just the ones you want. This Python feature is totally lacking in Robot Framework. All its keyword parameters are currently positional. I know that named parameters wouldn't work in calls to Java-implemented keywords, but if your keywords are implemented in Python, then this would be a great improvement over positional parameters. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
