C# 클래스 CUITe.Controls.HtmlControls.HtmlIns

Represents a ins tag for Web page user interface (UI) testing.
상속: HtmlCustom
파일 보기 프로젝트 열기: icnocop/cuite 1 사용 예제들

공개 메소드들

메소드 설명
HtmlIns ( CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations

Initializes a new instance of the HtmlIns class.

HtmlIns ( Microsoft.VisualStudio.TestTools.UITesting.HtmlControls sourceControl, CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations

Initializes a new instance of the HtmlIns class.

메소드 상세

HtmlIns() 공개 메소드

Initializes a new instance of the HtmlIns class.
public HtmlIns ( CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations
searchConfiguration CUITe.SearchConfigurations.By The search configuration.
리턴 CUITe.SearchConfigurations

HtmlIns() 공개 메소드

Initializes a new instance of the HtmlIns class.
public HtmlIns ( Microsoft.VisualStudio.TestTools.UITesting.HtmlControls sourceControl, CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations
sourceControl Microsoft.VisualStudio.TestTools.UITesting.HtmlControls The source control.
searchConfiguration CUITe.SearchConfigurations.By The search configuration.
리턴 CUITe.SearchConfigurations