C# 클래스 OpenQA.Selenium.Interactions.CompositeAction

Defines an action that consists of a list of other actions to be performed in the browser.
상속: IAction
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
AddAction ( IAction action ) : CompositeAction

Adds an action to the list of actions to be performed.

Perform ( ) : void

Performs the actions defined in this list of actions.

메소드 상세

AddAction() 공개 메소드

Adds an action to the list of actions to be performed.
public AddAction ( IAction action ) : CompositeAction
action IAction An to be appended to the /// list of actions to be performed.
리턴 CompositeAction

Perform() 공개 메소드

Performs the actions defined in this list of actions.
public Perform ( ) : void
리턴 void