Package io.jmix.masquerade.component
Class Upload
java.lang.Object
- All Implemented Interfaces:
SpecificConditionHandler,ByLocator,SelenideElementWrapper<Upload>
Web-element wrapper for upload component.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractUpload
UPLOAD_INPUT_SELECTORFields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractUpload
getInputDelegate, setValueMethods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegateMethods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
resolve, 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
-
Upload
public Upload(org.openqa.selenium.By by)
-
-
Method Details
-
getUploadButtonCssSelector
- Specified by:
getUploadButtonCssSelectorin classAbstractUpload<Upload>- Returns:
- CSS selector of the upload button
-