org.openqa.selenium.remote
Interface DriverCommand
public interface DriverCommand
An empty interface defining constants for the standard commands defined in the WebDriver JSON
wire protocol.
- Author:
- [email protected] (Jason Leyba)
NEW_SESSION
static final String NEW_SESSION
- See Also:
- Constant Field Values
STATUS
static final String STATUS
- See Also:
- Constant Field Values
CLOSE
static final String CLOSE
- See Also:
- Constant Field Values
QUIT
static final String QUIT
- See Also:
- Constant Field Values
GET
static final String GET
- See Also:
- Constant Field Values
GO_BACK
static final String GO_BACK
- See Also:
- Constant Field Values
GO_FORWARD
static final String GO_FORWARD
- See Also:
- Constant Field Values
REFRESH
static final String REFRESH
- See Also:
- Constant Field Values
ADD_COOKIE
static final String ADD_COOKIE
- See Also:
- Constant Field Values
GET_COOKIE
static final String GET_COOKIE
- See Also:
- Constant Field Values
GET_ALL_COOKIES
static final String GET_ALL_COOKIES
- See Also:
- Constant Field Values
DELETE_COOKIE
static final String DELETE_COOKIE
- See Also:
- Constant Field Values
DELETE_ALL_COOKIES
static final String DELETE_ALL_COOKIES
- See Also:
- Constant Field Values
FIND_ELEMENT
static final String FIND_ELEMENT
- See Also:
- Constant Field Values
FIND_ELEMENTS
static final String FIND_ELEMENTS
- See Also:
- Constant Field Values
FIND_CHILD_ELEMENT
static final String FIND_CHILD_ELEMENT
- See Also:
- Constant Field Values
FIND_CHILD_ELEMENTS
static final String FIND_CHILD_ELEMENTS
- See Also:
- Constant Field Values
CLEAR_ELEMENT
static final String CLEAR_ELEMENT
- See Also:
- Constant Field Values
CLICK_ELEMENT
static final String CLICK_ELEMENT
- See Also:
- Constant Field Values
HOVER_OVER_ELEMENT
static final String HOVER_OVER_ELEMENT
- See Also:
- Constant Field Values
SEND_KEYS_TO_ELEMENT
static final String SEND_KEYS_TO_ELEMENT
- See Also:
- Constant Field Values
SEND_KEYS_TO_ACTIVE_ELEMENT
static final String SEND_KEYS_TO_ACTIVE_ELEMENT
- See Also:
- Constant Field Values
SUBMIT_ELEMENT
static final String SUBMIT_ELEMENT
- See Also:
- Constant Field Values
UPLOAD_FILE
static final String UPLOAD_FILE
- See Also:
- Constant Field Values
GET_CURRENT_WINDOW_HANDLE
static final String GET_CURRENT_WINDOW_HANDLE
- See Also:
- Constant Field Values
GET_WINDOW_HANDLES
static final String GET_WINDOW_HANDLES
- See Also:
- Constant Field Values
SWITCH_TO_WINDOW
static final String SWITCH_TO_WINDOW
- See Also:
- Constant Field Values
SWITCH_TO_FRAME
static final String SWITCH_TO_FRAME
- See Also:
- Constant Field Values
GET_ACTIVE_ELEMENT
static final String GET_ACTIVE_ELEMENT
- See Also:
- Constant Field Values
GET_CURRENT_URL
static final String GET_CURRENT_URL
- See Also:
- Constant Field Values
GET_PAGE_SOURCE
static final String GET_PAGE_SOURCE
- See Also:
- Constant Field Values
GET_TITLE
static final String GET_TITLE
- See Also:
- Constant Field Values
EXECUTE_SCRIPT
static final String EXECUTE_SCRIPT
- See Also:
- Constant Field Values
EXECUTE_ASYNC_SCRIPT
static final String EXECUTE_ASYNC_SCRIPT
- See Also:
- Constant Field Values
SET_BROWSER_VISIBLE
static final String SET_BROWSER_VISIBLE
- See Also:
- Constant Field Values
IS_BROWSER_VISIBLE
static final String IS_BROWSER_VISIBLE
- See Also:
- Constant Field Values
GET_ELEMENT_TEXT
static final String GET_ELEMENT_TEXT
- See Also:
- Constant Field Values
GET_ELEMENT_VALUE
static final String GET_ELEMENT_VALUE
- See Also:
- Constant Field Values
GET_ELEMENT_TAG_NAME
static final String GET_ELEMENT_TAG_NAME
- See Also:
- Constant Field Values
DRAG_ELEMENT
static final String DRAG_ELEMENT
- See Also:
- Constant Field Values
IS_ELEMENT_SELECTED
static final String IS_ELEMENT_SELECTED
- See Also:
- Constant Field Values
IS_ELEMENT_ENABLED
static final String IS_ELEMENT_ENABLED
- See Also:
- Constant Field Values
IS_ELEMENT_DISPLAYED
static final String IS_ELEMENT_DISPLAYED
- See Also:
- Constant Field Values
GET_ELEMENT_LOCATION
static final String GET_ELEMENT_LOCATION
- See Also:
- Constant Field Values
GET_ELEMENT_LOCATION_ONCE_SCROLLED_INTO_VIEW
static final String GET_ELEMENT_LOCATION_ONCE_SCROLLED_INTO_VIEW
- See Also:
- Constant Field Values
GET_ELEMENT_SIZE
static final String GET_ELEMENT_SIZE
- See Also:
- Constant Field Values
GET_ELEMENT_ATTRIBUTE
static final String GET_ELEMENT_ATTRIBUTE
- See Also:
- Constant Field Values
GET_ELEMENT_VALUE_OF_CSS_PROPERTY
static final String GET_ELEMENT_VALUE_OF_CSS_PROPERTY
- See Also:
- Constant Field Values
ELEMENT_EQUALS
static final String ELEMENT_EQUALS
- See Also:
- Constant Field Values
SCREENSHOT
static final String SCREENSHOT
- See Also:
- Constant Field Values
GET_ALERT
static final String GET_ALERT
- See Also:
- Constant Field Values
ACCEPT_ALERT
static final String ACCEPT_ALERT
- See Also:
- Constant Field Values
DISMISS_ALERT
static final String DISMISS_ALERT
- See Also:
- Constant Field Values
GET_ALERT_TEXT
static final String GET_ALERT_TEXT
- See Also:
- Constant Field Values
SET_ALERT_VALUE
static final String SET_ALERT_VALUE
- See Also:
- Constant Field Values
SET_TIMEOUT
static final String SET_TIMEOUT
- See Also:
- Constant Field Values
IMPLICITLY_WAIT
static final String IMPLICITLY_WAIT
- See Also:
- Constant Field Values
SET_SCRIPT_TIMEOUT
static final String SET_SCRIPT_TIMEOUT
- See Also:
- Constant Field Values
EXECUTE_SQL
static final String EXECUTE_SQL
- See Also:
- Constant Field Values
GET_LOCATION
static final String GET_LOCATION
- See Also:
- Constant Field Values
SET_LOCATION
static final String SET_LOCATION
- See Also:
- Constant Field Values
GET_APP_CACHE
static final String GET_APP_CACHE
- See Also:
- Constant Field Values
GET_APP_CACHE_STATUS
static final String GET_APP_CACHE_STATUS
- See Also:
- Constant Field Values
CLEAR_APP_CACHE
static final String CLEAR_APP_CACHE
- See Also:
- Constant Field Values
IS_BROWSER_ONLINE
static final String IS_BROWSER_ONLINE
- See Also:
- Constant Field Values
SET_BROWSER_ONLINE
static final String SET_BROWSER_ONLINE
- See Also:
- Constant Field Values
GET_LOCAL_STORAGE_ITEM
static final String GET_LOCAL_STORAGE_ITEM
- See Also:
- Constant Field Values
GET_LOCAL_STORAGE_KEYS
static final String GET_LOCAL_STORAGE_KEYS
- See Also:
- Constant Field Values
SET_LOCAL_STORAGE_ITEM
static final String SET_LOCAL_STORAGE_ITEM
- See Also:
- Constant Field Values
REMOVE_LOCAL_STORAGE_ITEM
static final String REMOVE_LOCAL_STORAGE_ITEM
- See Also:
- Constant Field Values
CLEAR_LOCAL_STORAGE
static final String CLEAR_LOCAL_STORAGE
- See Also:
- Constant Field Values
GET_LOCAL_STORAGE_SIZE
static final String GET_LOCAL_STORAGE_SIZE
- See Also:
- Constant Field Values
GET_SESSION_STORAGE_ITEM
static final String GET_SESSION_STORAGE_ITEM
- See Also:
- Constant Field Values
GET_SESSION_STORAGE_KEYS
static final String GET_SESSION_STORAGE_KEYS
- See Also:
- Constant Field Values
SET_SESSION_STORAGE_ITEM
static final String SET_SESSION_STORAGE_ITEM
- See Also:
- Constant Field Values
REMOVE_SESSION_STORAGE_ITEM
static final String REMOVE_SESSION_STORAGE_ITEM
- See Also:
- Constant Field Values
CLEAR_SESSION_STORAGE
static final String CLEAR_SESSION_STORAGE
- See Also:
- Constant Field Values
GET_SESSION_STORAGE_SIZE
static final String GET_SESSION_STORAGE_SIZE
- See Also:
- Constant Field Values
SET_SCREEN_ORIENTATION
static final String SET_SCREEN_ORIENTATION
- See Also:
- Constant Field Values
GET_SCREEN_ORIENTATION
static final String GET_SCREEN_ORIENTATION
- See Also:
- Constant Field Values
CLICK
static final String CLICK
- See Also:
- Constant Field Values
DOUBLE_CLICK
static final String DOUBLE_CLICK
- See Also:
- Constant Field Values
MOUSE_DOWN
static final String MOUSE_DOWN
- See Also:
- Constant Field Values
MOUSE_UP
static final String MOUSE_UP
- See Also:
- Constant Field Values
MOVE_TO
static final String MOVE_TO
- See Also:
- Constant Field Values
SEND_KEYS_TO_SESSION
static final String SEND_KEYS_TO_SESSION
- See Also:
- Constant Field Values
IME_GET_AVAILABLE_ENGINES
static final String IME_GET_AVAILABLE_ENGINES
- See Also:
- Constant Field Values
IME_GET_ACTIVE_ENGINE
static final String IME_GET_ACTIVE_ENGINE
- See Also:
- Constant Field Values
IME_IS_ACTIVATED
static final String IME_IS_ACTIVATED
- See Also:
- Constant Field Values
IME_DEACTIVATE
static final String IME_DEACTIVATE
- See Also:
- Constant Field Values
IME_ACTIVATE_ENGINE
static final String IME_ACTIVATE_ENGINE
- See Also:
- Constant Field Values
TOUCH_SINGLE_TAP
static final String TOUCH_SINGLE_TAP
- See Also:
- Constant Field Values
TOUCH_DOWN
static final String TOUCH_DOWN
- See Also:
- Constant Field Values
TOUCH_UP
static final String TOUCH_UP
- See Also:
- Constant Field Values
TOUCH_MOVE
static final String TOUCH_MOVE
- See Also:
- Constant Field Values
TOUCH_SCROLL
static final String TOUCH_SCROLL
- See Also:
- Constant Field Values
TOUCH_DOUBLE_TAP
static final String TOUCH_DOUBLE_TAP
- See Also:
- Constant Field Values
TOUCH_LONG_PRESS
static final String TOUCH_LONG_PRESS
- See Also:
- Constant Field Values
TOUCH_FLICK
static final String TOUCH_FLICK
- See Also:
- Constant Field Values
SET_WINDOW_SIZE
static final String SET_WINDOW_SIZE
- See Also:
- Constant Field Values
SET_WINDOW_POSITION
static final String SET_WINDOW_POSITION
- See Also:
- Constant Field Values
GET_WINDOW_SIZE
static final String GET_WINDOW_SIZE
- See Also:
- Constant Field Values
GET_WINDOW_POSITION
static final String GET_WINDOW_POSITION
- See Also:
- Constant Field Values
MAXIMIZE_WINDOW
static final String MAXIMIZE_WINDOW
- See Also:
- Constant Field Values
GET_AVAILABLE_LOG_TYPES
static final String GET_AVAILABLE_LOG_TYPES
- See Also:
- Constant Field Values
GET_LOG
static final String GET_LOG
- See Also:
- Constant Field Values
GET_SESSION_LOGS
static final String GET_SESSION_LOGS
- See Also:
- Constant Field Values
Copyright © 2012. All Rights Reserved.