Class KeyboardShortcuts
java.lang.Object
com.atlassian.confluence.pageobjects.KeyboardShortcuts
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.KeyboardShortcuts(org.openqa.selenium.WebDriver driver) Deprecated.since 5.5.1 use injection and don't use the deprecated AtlassianWebDriver -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.KeysDeprecated.voidsave()Deprecated.sendKeysToPageBody(String keys) Deprecated.Send keys to page body.sendKeysToWindow(String keys) Deprecated.Send keys without a specific target.voidDeprecated.
-
Constructor Details
-
KeyboardShortcuts
@Inject public KeyboardShortcuts()Deprecated. -
KeyboardShortcuts
Deprecated.since 5.5.1 use injection and don't use the deprecated AtlassianWebDriver
-
-
Method Details
-
trigger
Deprecated. -
sendKeysToPageBody
Deprecated.Send keys to page body. This avoids accidentally sending them to the address bar or somewhere.- Since:
- 5.6
-
sendKeysToWindow
Deprecated.Send keys without a specific target. This allows testing situations where the focus is expressly manipulated by javascript, and where usingsendKeysToPageBody(String)will fail due to that.- Since:
- 5.6
-
save
public void save()Deprecated. -
getControlOrCommand
public org.openqa.selenium.Keys getControlOrCommand()Deprecated.- Returns:
- an operating system dependent key for the 'control' key (which is command in OSX).
-
KeyboardShortcutsinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.