C# 클래스 Bumblebee.Implementation.WebBlock

Base block for typical web pages allowing for specifying a common wait timeout for finding elements.
상속: Block
파일 보기 프로젝트 열기: bumblebee/bumblebee

보호된 메소드들

메소드 설명
WebBlock ( Session session ) : System

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.

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

Constructor that allows for overriding the default timeout for waits.

메소드 상세

WebBlock() 보호된 메소드

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.
리턴 System

WebBlock() 보호된 메소드

Constructor that allows for overriding the default timeout for waits.
protected WebBlock ( Session session, System.TimeSpan timeout ) : System
session Session The session to be used for finding elements in the derived page.
timeout System.TimeSpan The timeout period for waits represented as a TimeSpan
리턴 System