Package com.codeborne.selenide
Interface Command<T>
- All Known Implementing Classes:
Ancestor
,Append
,AppiumClear
,AppiumClick
,AppiumDoubleClick
,AppiumDoubleTap
,AppiumDragAndDrop
,AppiumScrollTo
,AppiumSetValue
,AppiumSwipeTo
,AppiumTap
,AppiumType
,AppiumUnfocus
,AppiumVal
,As
,CacheSelenideElement
,Clear
,ClearWithShortcut
,Click
,ContextClick
,DescribeElement
,DoubleClick
,DownloadFile
,DragAndDrop
,Execute
,Exists
,Find
,FindAll
,FindAllByXpath
,FindByXpath
,FluentCommand
,GetAlias
,GetAttribute
,GetCssValue
,GetDataAttribute
,GetInnerHtml
,GetInnerText
,GetLastChild
,GetName
,GetOptions
,GetOwnText
,GetParent
,GetPreceding
,GetPseudoValue
,GetSearchCriteria
,GetSelectedOption
,GetSelectedOptions
,GetSelectedOptionText
,GetSelectedOptionValue
,GetSibling
,GetText
,GetValue
,GetWrappedElement
,HideKeyboard
,Highlight
,Hover
,IsDisplayed
,IsImage
,Matches
,Paste
,Press
,PressEnter
,PressEscape
,PressTab
,ScrollIntoCenter
,ScrollIntoView
,ScrollTo
,SelectOptionByTextOrIndex
,SelectOptionByValue
,SelectOptionContainingText
,SelectRadio
,SetSelected
,SetValue
,Should
,ShouldBe
,ShouldHave
,ShouldNot
,ShouldNotBe
,ShouldNotHave
,TakeScreenshot
,TakeScreenshotAsImage
,ToString
,ToWebElement
,Type
,Unfocus
,UploadFile
,UploadFileFromClasspath
,Val
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable T
execute
(SelenideElement proxy, WebElementSource locator, Object @Nullable [] args)
-
Field Details
-
NO_ARGS
-
-
Method Details
-
execute
@CanIgnoreReturnValue @Nullable T execute(SelenideElement proxy, WebElementSource locator, Object @Nullable [] args)
-