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

WebBlock() protected method

Default constructor.
The default timeout for waiting for elements is 3000 ticks (3-100 nano seconds). If you need to override this value, call the other constructor.
protected WebBlock ( Session session ) : System
session Session The sessionto be used for finding elements in the derived page.
return System
		protected WebBlock(Session session) : this(session, TimeSpan.FromTicks(3000))
		{
		}
	}

Same methods

WebBlock::WebBlock ( Session session, System.TimeSpan timeout ) : System
WebBlock