C# Class Selenol.SelectorAttributes.BaseSelectorAttribute

Inheritance: System.Attribute
Show file Open project: pbakshy/Selenol

Protected Methods

Method Description
BaseSelectorAttribute ( string selectorValue ) : System

Initializes a new instance of the BaseSelectorAttribute class.

Method Details

BaseSelectorAttribute() protected method

Initializes a new instance of the BaseSelectorAttribute class.
protected BaseSelectorAttribute ( string selectorValue ) : System
selectorValue string The value.
return System