Bumblebee.IntegrationTests.Shared.Pages.Implementation.GenericTableRow.GenericTableRow C# (CSharp) Method

GenericTableRow() public method

public GenericTableRow ( IBlock parent, By @by ) : System
parent IBlock
@by OpenQA.Selenium.By
return System
		public GenericTableRow(IBlock parent, By @by) : base(parent, @by)
		{
		}

Same methods

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