CSSDescription Constructor(String)
Initializes a new instance of the CSSDescription class with the provided CSS selector.

C# Syntax

public CSSDescription( 
   string cssSelector
)

Parameters

cssSelector
The CSS selector to be used as the Web object's description.