Enum webdriver::command::WebDriverCommand [−][src]
pub enum WebDriverCommand<T: WebDriverExtensionCommand> { NewSession(NewSessionParameters), DeleteSession, Get(GetParameters), GetCurrentUrl, GoBack, GoForward, Refresh, GetTitle, GetPageSource, GetWindowHandle, GetWindowHandles, CloseWindow, GetWindowRect, SetWindowRect(WindowRectParameters), MinimizeWindow, MaximizeWindow, FullscreenWindow, SwitchToWindow(SwitchToWindowParameters), SwitchToFrame(SwitchToFrameParameters), SwitchToParentFrame, FindElement(LocatorParameters), FindElements(LocatorParameters), FindElementElement(WebElement, LocatorParameters), FindElementElements(WebElement, LocatorParameters), GetActiveElement, IsDisplayed(WebElement), IsSelected(WebElement), GetElementAttribute(WebElement, String), GetElementProperty(WebElement, String), GetCSSValue(WebElement, String), GetElementText(WebElement), GetElementTagName(WebElement), GetElementRect(WebElement), IsEnabled(WebElement), ExecuteScript(JavascriptCommandParameters), ExecuteAsyncScript(JavascriptCommandParameters), GetCookies, GetNamedCookie(String), AddCookie(AddCookieParameters), DeleteCookies, DeleteCookie(String), GetTimeouts, SetTimeouts(TimeoutsParameters), ElementClick(WebElement), ElementClear(WebElement), ElementSendKeys(WebElement, SendKeysParameters), PerformActions(ActionsParameters), ReleaseActions, DismissAlert, AcceptAlert, GetAlertText, SendAlertText(SendKeysParameters), TakeScreenshot, TakeElementScreenshot(WebElement), Status, Extension(T), }
Variants
NewSession(NewSessionParameters)
DeleteSession
Get(GetParameters)
GetCurrentUrl
GoBack
GoForward
Refresh
GetTitle
GetPageSource
GetWindowHandle
GetWindowHandles
CloseWindow
GetWindowRect
SetWindowRect(WindowRectParameters)
MinimizeWindow
MaximizeWindow
FullscreenWindow
SwitchToWindow(SwitchToWindowParameters)
SwitchToFrame(SwitchToFrameParameters)
SwitchToParentFrame
FindElement(LocatorParameters)
FindElements(LocatorParameters)
FindElementElement(WebElement, LocatorParameters)
FindElementElements(WebElement, LocatorParameters)
GetActiveElement
IsDisplayed(WebElement)
IsSelected(WebElement)
GetElementAttribute(WebElement, String)
GetElementProperty(WebElement, String)
GetCSSValue(WebElement, String)
GetElementText(WebElement)
GetElementTagName(WebElement)
GetElementRect(WebElement)
IsEnabled(WebElement)
ExecuteScript(JavascriptCommandParameters)
ExecuteAsyncScript(JavascriptCommandParameters)
GetCookies
GetNamedCookie(String)
AddCookie(AddCookieParameters)
DeleteCookies
DeleteCookie(String)
GetTimeouts
SetTimeouts(TimeoutsParameters)
ElementClick(WebElement)
ElementClear(WebElement)
ElementSendKeys(WebElement, SendKeysParameters)
PerformActions(ActionsParameters)
ReleaseActions
DismissAlert
AcceptAlert
GetAlertText
SendAlertText(SendKeysParameters)
TakeScreenshot
TakeElementScreenshot(WebElement)
Status
Extension(T)
Trait Implementations
impl<T: Debug + WebDriverExtensionCommand> Debug for WebDriverCommand<T>
[src]
impl<T: Debug + WebDriverExtensionCommand> Debug for WebDriverCommand<T>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<T: PartialEq + WebDriverExtensionCommand> PartialEq for WebDriverCommand<T>
[src]
impl<T: PartialEq + WebDriverExtensionCommand> PartialEq for WebDriverCommand<T>
fn eq(&self, other: &WebDriverCommand<T>) -> bool
[src]
fn eq(&self, other: &WebDriverCommand<T>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &WebDriverCommand<T>) -> bool
[src]
fn ne(&self, other: &WebDriverCommand<T>) -> bool
This method tests for !=
.
Auto Trait Implementations
impl<T> Send for WebDriverCommand<T>
impl<T> Send for WebDriverCommand<T>
impl<T> Sync for WebDriverCommand<T> where
T: Sync,
impl<T> Sync for WebDriverCommand<T> where
T: Sync,