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

Inheritance: TextField, ITextArea
Afficher le fichier Open project: epam/JDI

Méthodes publiques

Méthode 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 méthode

public AddNewLine ( string textLine ) : void
textLine string
Résultat void

GetLines() public méthode

public GetLines ( ) : string[]
Résultat string[]

InputLines() public méthode

public InputLines ( ) : void
Résultat void

TextArea() public méthode

public TextArea ( ) : Epam.JDI.Core.Interfaces.Common
Résultat Epam.JDI.Core.Interfaces.Common

TextArea() public méthode

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