Package io.jmix.masquerade.component
Class TextArea
java.lang.Object
- All Implemented Interfaces:
SpecificConditionHandler,ByLocator,SelenideElementWrapper<TextArea>
Web-element condition for text area.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.SelenideElementMethods inherited from class io.jmix.masquerade.component.AbstractTextInput
setValueMethods inherited from class io.jmix.masquerade.component.AbstractField
check, getLabelDelegateMethods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegateMethods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
should, should, shouldBe, shouldBe, shouldHave, shouldHave, shouldNot, shouldNot, shouldNotBe, shouldNotBe, shouldNotHave, shouldNotHaveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Constructor Details
-
TextArea
public TextArea(org.openqa.selenium.By by)
-
-
Method Details
-
getInputDelegate
protected com.codeborne.selenide.SelenideElement getInputDelegate()- Overrides:
getInputDelegatein classAbstractField<TextArea>- Returns:
SelenideElementof an input web-element
-