Package com.codeborne.selenide
Interface Command<T>
- All Known Implementing Classes:
Ancestor,Append,As,CacheSelenideElement,Clear,Click,ContextClick,DescribeElement,DoubleClick,DownloadFile,DragAndDrop,Execute,Exists,Find,FindAll,FindAllByXpath,FindByXpath,GetAlias,GetAttribute,GetCssValue,GetDataAttribute,GetInnerHtml,GetInnerText,GetLastChild,GetName,GetOptions,GetOwnText,GetParent,GetPreceding,GetPseudoValue,GetSearchCriteria,GetSelectedOption,GetSelectedOptions,GetSelectedOptionText,GetSelectedOptionValue,GetSibling,GetText,GetValue,GetWrappedElement,Highlight,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,Type,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
-