C# Class OpenQA.Selenium.IE.SafeWebElementCollectionHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Exibir arquivo Open project: epall/selenium Class Usage Examples

Public Methods

Method Description
SafeWebElementCollectionHandle ( ) : System.Security.Permissions

Initializes a new instance of the SafeWebElementCollectionHandle class

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Releases the handle and frees up elements

Method Details

ReleaseHandle() protected method

Releases the handle and frees up elements
protected ReleaseHandle ( ) : bool
return bool

SafeWebElementCollectionHandle() public method

Initializes a new instance of the SafeWebElementCollectionHandle class
public SafeWebElementCollectionHandle ( ) : System.Security.Permissions
return System.Security.Permissions