Translations:WebDriver/10/en
- acceptAlert
- back
- clear
- Target=Element
- click
- Target=Element
- close
- closeWindow
- deleteCookie
- Target=Cookie name
- deleteCookies
- dismissAlert
- driver
- Target=http://seleniumServerHost:port | empty (= http://localhost:4444)
- Value=Firefox | Chrome | InternetExplorer | Edge | Opera | Safari
- executeAsyncScript
- Target=Script
- Value=Optional script parameters
- Output=Script return value
- executeScript
- Target=Script
- Value=Optional script parameters
- Output=Script return value
- forward
- fullscreenWindow
- getAlertText
- Output=Alert text
- getAttribute
- Target=Element
- Value=Attribute
- Output=Attribute value
- getComputedLabel
- Target=Element
- Output=Element label
- getComputedRole
- Target=Element
- Output=Elementu role
- getCookie
- Target=Cookie name
- Output=Cookie in JSON format
- getCookies
- Output=Cookies in JSON format
- getCSSValue
- Target=Element
- Value=CSS property
- Output=CSS property value
- getElementCount
- Target=Element
- Output=Element count
- getElementScreenshot
- Target=Element
- Value=File name (PNG)
- getProperty
- Target=Element
- Value=Property
- Output=Property value
- getRect
- Target=Element
- Output=Element position and size
- getScreenshot
- Value=File name (PNG)
- getSource
- Output=Page source code
- getTagName
- Target=Element
- Output=Element tag name
- getText
- Target=Element
- Output=Text
- getTimeout
- Target=Script | PageLoad | Implicit
- Output=Timeout in ms
- getTitle
- Output=Page title
- getUrl
- Output=Page url
- getWindow
- Output=Active window handle
- getWindowRect
- Output=Window position and size
- getWindows
- Output=Coma separated window handles
- getWindowSize
- Output=Window size
- isEnabled
- Target=Element
- Output=0 | 1
- isSelected
- Target=Element
- Output=0 | 1
- maximizeWindow
- minimizeWindow
- navigate (= setUrl)
- newWindow
- Output=New window handle
- open (= setUrl)
- refresh
- sendAlertText
- Value=User prompt text
- sendKeys
- Target=Element
- Value=Text | ${KEY_ENTER}
- setCookie
- Target=Cookie in JSON format | Cookie name and Value=Cookie value
- setText (= sendKeys)
- setTimeout
- Target=Script | PageLoad | Implicit
- Value=Timeout in ms
- setUrl
- Target=Url
- setWindowRect
- Target=Window position and size
- setWindowSize
- Target=Window size
- switchToFrame
- Target=Frame | FrameIndex | Index=FrameIndex | empty (= main frame)
- switchToParentFrame
- switchToShadowRoot
- Target=Shadow root (= Enter shadow root) | empty (= Leave shadow root)
- switchToWindow
- Target=Window handle
- type (= sendKeys)