C# Class CUITe.Controls.HtmlControls.HtmlParagraph

Represents a paragraph control for web page user interface (UI) testing.
Inheritance: HtmlCustom
显示文件 Open project: icnocop/cuite Class Usage Examples

Public Methods

Method Description
HtmlParagraph ( CUITe.SearchConfigurations.By searchConfiguration = null ) : CUITe.SearchConfigurations

Initializes a new instance of the HtmlParagraph class.

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

Initializes a new instance of the HtmlParagraph class.

Method Details

HtmlParagraph() public method

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

HtmlParagraph() public method

Initializes a new instance of the HtmlParagraph class.
public HtmlParagraph ( 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.
return CUITe.SearchConfigurations