Package org.zkoss.zats.mimic.operation
Interface OperationAgent
-
- All Superinterfaces:
Agent
- All Known Subinterfaces:
AuAgent,BookmarkAgent,CheckAgent,ClickAgent,CloseAgent,DragAgent,FocusAgent,GroupAgent,HoverAgent,InputAgent,KeyStrokeAgent,MoveAgent,MultipleSelectAgent,OpenAgent,PagingAgent,RenderAgent,SelectAgent,SelectByIndexAgent,SizeAgent,SortAgent,UploadAgent
- All Known Implementing Classes:
AbstractInputAgentBuilder.AbstractInputAgentImpl,AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl,AbstractSelectAgentBuilder.AbstractSelectAgentImpl,DateInputAgentBuilder.InputAgentImpl,SwitchedSortAgentImpl,TimeInputAgentBuilder.InputAgentImpl
public interface OperationAgent extends Agent
The base class of all operation agents that mimic user action. Testers use this class to mimic various user operations such as typing or clicking. An operation mimics a client's action by sending AJAX Update to a testing application running in a emulator.- Author:
- pao
-
-
Method Summary
-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-