C# Класс JDI_Web.Selenium.Elements.Common.TextArea

Наследование: TextField, ITextArea
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddNewLine() публичный Метод

public AddNewLine ( string textLine ) : void
textLine string
Результат void

GetLines() публичный Метод

public GetLines ( ) : string[]
Результат string[]

InputLines() публичный Метод

public InputLines ( ) : void
Результат void

TextArea() публичный Метод

public TextArea ( ) : Epam.JDI.Core.Interfaces.Common
Результат Epam.JDI.Core.Interfaces.Common

TextArea() публичный Метод

public TextArea ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : Epam.JDI.Core.Interfaces.Common
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
Результат Epam.JDI.Core.Interfaces.Common