
Clone this issue
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
In order to cope with dynamic controls, like lists of items, allow the NamingResolver Strategy to understand this:
Resolve I.See("Some Control.Description).TextBox to "SomeControl_txtDescription".
The "_" separator needs to be configurable from the Context.
This would allow you to do cool stuff like:
"Some Dynamic Control.1.Description" resolving to "SomeDynamicControl_1_Description".
|
|
Description
|
In order to cope with dynamic controls, like lists of items, allow the NamingResolver Strategy to understand this:
Resolve I.See("Some Control.Description).TextBox to "SomeControl_txtDescription".
The "_" separator needs to be configurable from the Context.
This would allow you to do cool stuff like:
"Some Dynamic Control.1.Description" resolving to "SomeDynamicControl_1_Description". |
Show » |
|