C# 클래스 IWebElementExtensions, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
SelectOptionByText ( IWebElement element, string optionText ) : void

Selects an option in a dropdown list by visible option text.

WithText ( IWebElement webElement, string text ) : IWebElement

메소드 상세

SelectOptionByText() 공개 정적인 메소드

Selects an option in a dropdown list by visible option text.
public static SelectOptionByText ( IWebElement element, string optionText ) : void
element IWebElement
optionText string
리턴 void

WithText() 공개 정적인 메소드

public static WithText ( IWebElement webElement, string text ) : IWebElement
webElement IWebElement
text string
리턴 IWebElement