C# Класс Heimiko.WebElement

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_Attributes string
_Content string

Открытые методы

Метод Описание
GetAttributeValue ( string Name ) : string
GetComboValues ( string ComboBoxName ) : string>.Dictionary
GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
GetElement ( string ElementType, string AttributeCompare, string AttributeValue, int &StartIndex ) : WebElement

WARNING: doesn't properly handle nested elements!

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

Метод Описание
GetAttributeValue ( string ElementAttributes, string AttrName ) : string

Описание методов

GetAttributeValue() публичный Метод

public GetAttributeValue ( string Name ) : string
Name string
Результат string

GetAttributeValue() защищенный Метод

protected GetAttributeValue ( string ElementAttributes, string AttrName ) : string
ElementAttributes string
AttrName string
Результат string

GetComboValues() публичный Метод

public GetComboValues ( string ComboBoxName ) : string>.Dictionary
ComboBoxName string
Результат string>.Dictionary

GetElement() публичный Метод

public GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
Результат WebElement

GetElement() публичный Метод

WARNING: doesn't properly handle nested elements!
public GetElement ( string ElementType, string AttributeCompare, string AttributeValue, int &StartIndex ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
StartIndex int
Результат WebElement

Описание свойств

_Attributes защищенное свойство

protected string _Attributes
Результат string

_Content защищенное свойство

protected string _Content
Результат string