Class HtmlFindExpression
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlFindExpression : FindExpression<HtmlFindClause>, IFindExpressionConstructors
HtmlFindExpression()
Declaration
public HtmlFindExpression()HtmlFindExpression(String[])
Declaration
public HtmlFindExpression(params string[] findClauses)Parameters
| System.String[]
        findClauses 
 | 
Properties
SupportedSearchType
Declaration
public override Type SupportedSearchType { get; }Property Value
| System.Type 
 | 
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.Core.HtmlFindClause>.SupportedSearchType
  
  
  
  
  
  Methods
AddClause(String)
Declaration
public override void AddClause(string clause)Parameters
| System.String
        clause 
 | 
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.Core.HtmlFindClause>.AddClause(System.String)
  
  
  
  
  
  Match(ITargetElement, IList<FindClause>, Boolean)
Declaration
public override bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints)Parameters
| ITargetElement
        target 
 | 
| System.Collections.Generic.IList<FindClause>
        clauses 
 | 
| System.Boolean
        ignoreConstraints 
 | 
Returns
| System.Boolean 
 | 
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.Core.HtmlFindClause>.Match(ArtOfTest.Common.ITargetElement, System.Collections.Generic.IList<ArtOfTest.Common.FindClause>, System.Boolean)
  
  
  
  
  
  Match(ITargetElement, IList<FindClause>, Boolean, ITargetElement)
Declaration
public override bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints, ITargetElement root)Parameters
| ITargetElement
        target 
 | 
| System.Collections.Generic.IList<FindClause>
        clauses 
 | 
| System.Boolean
        ignoreConstraints 
 | 
| ITargetElement
        root 
 | 
Returns
| System.Boolean 
 | 
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.Core.HtmlFindClause>.Match(ArtOfTest.Common.ITargetElement, System.Collections.Generic.IList<ArtOfTest.Common.FindClause>, System.Boolean, ArtOfTest.Common.ITargetElement)