C# 클래스 OpenQA.Selenium.Remote.RemoteCoordinates

Defines the interface through which the user can discover where an element is on the screen.
상속: ICoordinates
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
RemoteCoordinates ( RemoteWebElement element ) : System

Initializes a new instance of the RemoteCoordinates class.

메소드 상세

RemoteCoordinates() 공개 메소드

Initializes a new instance of the RemoteCoordinates class.
public RemoteCoordinates ( RemoteWebElement element ) : System
element RemoteWebElement The to be located.
리턴 System