KeyboardShortcuts
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class KeyboardShortcuts extends Object
Constructor and Description |
---|
KeyboardShortcuts()
Deprecated.
|
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()
Deprecated.
|
void |
save()
Deprecated.
|
KeyboardShortcuts |
sendKeysToPageBody(String keys)
Deprecated.
Send keys to page body.
|
KeyboardShortcuts |
sendKeysToWindow(String keys)
Deprecated.
Send keys without a specific target.
|
void |
trigger(String keys)
Deprecated.
|
@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–2018 Atlassian. All rights reserved.