Bumblebee.Implementation.SpecificBlock.SpecificBlock C# (CSharp) Method

SpecificBlock() protected method

protected SpecificBlock ( Session session, IWebElement tag ) : Bumblebee.Interfaces
session Session
tag IWebElement
return Bumblebee.Interfaces
		protected SpecificBlock(Session session, IWebElement tag) : base(session)
		{
			Tag = tag;
		}
	}
SpecificBlock