C# Class FluentWebUITesting.Accessors.EditableText

Inheritance: TextBase
Mostra file Open project: mvbalaw/FluentWebUITesting

Public Methods

Method Description
EditableText ( IWebElement textField, string howFound, string text, IWebDriver browser ) : FluentWebUITesting.Extensions
SetValueTo ( string text ) : void

Method Details

EditableText() public method

public EditableText ( IWebElement textField, string howFound, string text, IWebDriver browser ) : FluentWebUITesting.Extensions
textField IWebElement
howFound string
text string
browser IWebDriver
return FluentWebUITesting.Extensions

SetValueTo() public method

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