public class KeyboardShortcuts extends Object
Constructor and Description |
---|
KeyboardShortcuts() |
KeyboardShortcuts(com.atlassian.webdriver.AtlassianWebDriver driver)
Deprecated.
since 5.5.1 use injection and don't use the deprecated AtlassianWebDriver
|
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.Keys |
getControlOrCommand() |
void |
save() |
KeyboardShortcuts |
sendKeysToPageBody(String keys)
Send keys to page body.
|
KeyboardShortcuts |
sendKeysToWindow(String keys)
Send keys without a specific target.
|
void |
trigger(String keys) |
@Inject public KeyboardShortcuts()
@Deprecated public KeyboardShortcuts(com.atlassian.webdriver.AtlassianWebDriver driver)
public void trigger(String keys)
public KeyboardShortcuts sendKeysToPageBody(String keys)
public KeyboardShortcuts sendKeysToWindow(String keys)
sendKeysToPageBody(String)
will fail due to that.public void save()
public org.openqa.selenium.Keys getControlOrCommand()
Copyright © 2003–2016 Atlassian. All rights reserved.