C# 클래스 OpenQA.Selenium.IE.InternetExplorerWebElementCollection

Collection of Elements from Internet Explorer
상속: IDisposable
파일 보기 프로젝트 열기: epall/selenium 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose of the object

InternetExplorerWebElementCollection ( InternetExplorerDriver driver, SafeWebElementCollectionHandle elements ) : System

Initializes a new instance of the InternetExplorerWebElementCollection class

ToList ( ) : List

Converts a Collection of elements into a list

메소드 상세

Dispose() 공개 메소드

Dispose of the object
public Dispose ( ) : void
리턴 void

InternetExplorerWebElementCollection() 공개 메소드

Initializes a new instance of the InternetExplorerWebElementCollection class
public InternetExplorerWebElementCollection ( InternetExplorerDriver driver, SafeWebElementCollectionHandle elements ) : System
driver InternetExplorerDriver driver in use
elements SafeWebElementCollectionHandle Elements on the page
리턴 System

ToList() 공개 메소드

Converts a Collection of elements into a list
public ToList ( ) : List
리턴 List