ClassTelerikBlazorHtmlTableCellBase
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.BaseControls
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public abstract class TelerikBlazorHtmlTableCellBase : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellTelerikBlazorHtmlTableCellBase
Derived Classes:
Inherited Members
Constructors
TelerikBlazorHtmlTableCellBase()
Initializes a new instance of the control class.
Declaration
public TelerikBlazorHtmlTableCellBase()
TelerikBlazorHtmlTableCellBase(Element)
Initializes a new instance of the control class.
Declaration
public TelerikBlazorHtmlTableCellBase(Element element)
Parameters
element
Fields
matchExpression
The control match expression pattern.
Declaration
protected HtmlFindExpression matchExpression
Field Value
Properties
LocatorExpression
Gets the HtmlFindExpression that defines the pattern to identify an element as a specific control.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
ControlAssert()
Gets CommonControlAsserts instance initialized for this control.
Declaration
public CommonControlAsserts ControlAssert()
Returns
CommonControlAsserts
CommonControlAsserts instance initialized for this control.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected abstract void InitializeMatchExpression()
SetTelerikComponentsVersion(TelerikComponentsVersion?)
Set the version of the Telerik Components in the application under test
Declaration
protected override void SetTelerikComponentsVersion(TelerikComponentsVersion? newTelerikComponentsVersion)
Parameters
newTelerikComponentsVersion
The version of Telerik Components
Overrides