C# Class JDI_Web.Selenium.Elements.Composite.Form

Inheritance: WebElement, IForm
ファイルを表示 Open project: epam/JDI

Public Properties

Property Type Description
LocatorTemplate OpenQA.Selenium.By

Protected Properties

Property Type Description
GetFieldValueAction Func
SetFieldValueAction Action

Public Methods

Method Description
Add ( string text ) : void
Back ( string text ) : void
Cancel ( string text ) : void
Check ( string>.Dictionary objStrings ) : void
Close ( string text ) : void
Fill ( string>.Dictionary map ) : void
Login ( string text ) : void
Next ( string text ) : void
Publish ( string text ) : void
Save ( string text ) : void
Search ( string text ) : void
Select ( string text ) : void
Submit ( string>.Dictionary objStrings ) : void
Submit ( string text ) : void
Submit ( string text, string buttonName ) : void
Update ( string text ) : void
Verify ( string>.Dictionary objStrings ) : IList

Private Methods

Method Description
SetText ( string text ) : void

Method Details

Add() public method

public Add ( string text ) : void
text string
return void

Back() public method

public Back ( string text ) : void
text string
return void

Cancel() public method

public Cancel ( string text ) : void
text string
return void

Check() public method

public Check ( string>.Dictionary objStrings ) : void
objStrings string>.Dictionary
return void

Close() public method

public Close ( string text ) : void
text string
return void

Fill() public method

public Fill ( string>.Dictionary map ) : void
map string>.Dictionary
return void

Login() public method

public Login ( string text ) : void
text string
return void

Next() public method

public Next ( string text ) : void
text string
return void

Publish() public method

public Publish ( string text ) : void
text string
return void

Save() public method

public Save ( string text ) : void
text string
return void

Search() public method

public Search ( string text ) : void
text string
return void

Select() public method

public Select ( string text ) : void
text string
return void

Submit() public method

public Submit ( string>.Dictionary objStrings ) : void
objStrings string>.Dictionary
return void

Submit() public method

public Submit ( string text ) : void
text string
return void

Submit() public method

public Submit ( string text, string buttonName ) : void
text string
buttonName string
return void

Update() public method

public Update ( string text ) : void
text string
return void

Verify() public method

public Verify ( string>.Dictionary objStrings ) : IList
objStrings string>.Dictionary
return IList

Property Details

GetFieldValueAction protected_oe property

protected Func GetFieldValueAction
return Func

LocatorTemplate public_oe property

public By,OpenQA.Selenium LocatorTemplate
return OpenQA.Selenium.By

SetFieldValueAction protected_oe property

protected Action SetFieldValueAction
return Action