Package com.codeborne.selenide
Interface Command<T>
- All Known Implementing Classes:
Ancestor
,Append
,As
,CacheSelenideElement
,Clear
,ClearWithShortcut
,Click
,ContextClick
,DescribeElement
,DoubleClick
,DownloadFile
,DragAndDropTo
,Execute
,Exists
,Find
,FindAll
,FindAllByXpath
,FindByXpath
,GetAlias
,GetAttribute
,GetCssValue
,GetDataAttribute
,GetInnerHtml
,GetInnerText
,GetLastChild
,GetName
,GetOwnText
,GetParent
,GetPreceding
,GetPseudoValue
,GetSearchCriteria
,GetSelectedOption
,GetSelectedOptions
,GetSelectedOptionText
,GetSelectedOptionValue
,GetSibling
,GetText
,GetValue
,GetWrappedElement
,Hover
,IsDisplayed
,IsImage
,Matches
,Paste
,Press
,PressEnter
,PressEscape
,PressTab
,ScrollIntoView
,ScrollTo
,SelectOptionByTextOrIndex
,SelectOptionByValue
,SelectOptionContainingText
,SelectRadio
,SetSelected
,SetValue
,Should
,ShouldBe
,ShouldHave
,ShouldNot
,ShouldNotBe
,ShouldNotHave
,TakeScreenshot
,TakeScreenshotAsImage
,ToString
,ToWebElement
,UploadFile
,UploadFileFromClasspath
,Val
@ParametersAreNonnullByDefault
public interface Command<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource locator, Object[] args)
-
Field Details
-
NO_ARGS
-
-
Method Details
-
execute
@Nullable T execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) throws IOException - Throws:
IOException
-