C# 클래스 OpenQA.Selenium.Remote.Server.CommandHandlers.WebElementCommandHandler

Base class for handling all DriverCommand values where the URL specifies an element id. In other words, the URL must contain "/element/{id}/".
상속: WebDriverCommandHandler
파일 보기 프로젝트 열기: jimevans/strontium

보호된 메소드들

메소드 설명
GetElement ( ) : IWebElement

Gets the IWebElement on which to execute the command, using the specified DriverSession.

WebElementCommandHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System

Initializes a new instance of the WebElementCommandHandler class.

메소드 상세

GetElement() 보호된 메소드

Gets the IWebElement on which to execute the command, using the specified DriverSession.
Thrown when the element identified /// by this cannot be found in the repository /// of known elements for the specified .
protected GetElement ( ) : IWebElement
리턴 IWebElement

WebElementCommandHandler() 보호된 메소드

Initializes a new instance of the WebElementCommandHandler class.
protected WebElementCommandHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System
locatorParameters string>.Dictionary A containing the parameters used to match a resource in the URL.
parameters object>.Dictionary A containing the parameters used to operate on the resource.
리턴 System