Interface IActionTranslator
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IActionTranslator
Methods
TranslateCommand(ITargetElement, CapturedCommand, out ActionDescriptor)
Declaration
bool TranslateCommand(ITargetElement translatorLocatorElement, CapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
ITargetElement
translatorLocatorElement
|
CapturedCommand
command
|
ActionDescriptor
recordedDescriptor
|
Returns
System.Boolean
|