Bumblebee.Examples.Web.IntegrationTests.TablesRow.TablesRow C# (CSharp) Méthode

TablesRow() public méthode

public TablesRow ( IBlock parent, By @by ) : System
parent IBlock
@by OpenQA.Selenium.By
Résultat System
        public TablesRow(IBlock parent, By @by) : base(parent, @by)
        {
        }

Same methods

TablesRow::TablesRow ( IBlock parent, IWebElement tag ) : System
TablesRow