C# Class JDI_Web.Selenium.Elements.Common.TextArea

Inheritance: TextField, ITextArea
Datei anzeigen Open project: epam/JDI

Public Methods

Method Description
AddNewLine ( string textLine ) : void
GetLines ( ) : string[]
InputLines ( ) : void
TextArea ( ) : Epam.JDI.Core.Interfaces.Common
TextArea ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : Epam.JDI.Core.Interfaces.Common

Method Details

AddNewLine() public method

public AddNewLine ( string textLine ) : void
textLine string
return void

GetLines() public method

public GetLines ( ) : string[]
return string[]

InputLines() public method

public InputLines ( ) : void
return void

TextArea() public method

public TextArea ( ) : Epam.JDI.Core.Interfaces.Common
return Epam.JDI.Core.Interfaces.Common

TextArea() public method

public TextArea ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : Epam.JDI.Core.Interfaces.Common
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
return Epam.JDI.Core.Interfaces.Common