Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UIAccess
WebEditBox
C# Class UIAccess.WebEditBox
Inheritance:
WebControl
ファイルを表示
Open project: geeksree/cSharpGeeks
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
SendKeys
(
string
Text
) :
void
WebEditBox
(
Browser
aBrowser
,
Locator
aLocator
) :
System
Method Details
SendKeys()
public
method
public
SendKeys
(
string
Text
) :
void
Text
string
return
void
WebEditBox()
public
method
public
WebEditBox
(
Browser
aBrowser
,
Locator
aLocator
) :
System
aBrowser
WebDriverWrapper.Browser
aLocator
Locator
return
System