Interface ITargetElement
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ITargetElement
Properties
Depth
Declaration
int Depth { get; }
Property Value
System.Int32
|
Host
IsTestRegion
Declaration
bool IsTestRegion { get; }
Property Value
System.Boolean
|
ParsedElement
TechnologyType
Methods
AddChildNode(ITargetElement)
Capture()
Declaration
Bitmap Capture()
Returns
System.Drawing.Bitmap
|
CaptureImage()
GetChildren()
GetHostParent()
GetParent()
GetRectangle()
Declaration
Rectangle GetRectangle()
Returns
System.Drawing.Rectangle
|
GetStringPresentation()
Declaration
string GetStringPresentation()
Returns
System.String
|
GetUniqueHashCode()
Declaration
int GetUniqueHashCode()
Returns
System.Int32
|
Match(IFindExpression)
Declaration
bool Match(IFindExpression findExpr)
Parameters
IFindExpression
findExpr
|
Returns
System.Boolean
|
Refresh()
Declaration
void Refresh()
SetClosingTag(ITargetElement)
Declaration
void SetClosingTag(ITargetElement closingElement)
Parameters
ITargetElement
closingElement
|
SetDepth(Int32)
Declaration
void SetDepth(int depth)
Parameters
System.Int32
depth
|