C# Класс Bumblebee.Implementation.WebBlock

Base block for typical web pages allowing for specifying a common wait timeout for finding elements.
Наследование: Block
Показать файл Открыть проект

Защищенные методы

Метод Описание
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