com.atlassian.confluence.pageobjects
Class KeyboardShortcuts

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.KeyboardShortcuts

public class KeyboardShortcuts
extends java.lang.Object


Constructor Summary
KeyboardShortcuts()
           
KeyboardShortcuts(com.atlassian.webdriver.AtlassianWebDriver driver)
          Deprecated. since 5.5.1 use injection and don't use the deprecated AtlassianWebDriver
 
Method Summary
 void save(com.atlassian.pageobjects.elements.PageElement body)
           
 void trigger(java.lang.String keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyboardShortcuts

@Inject
public KeyboardShortcuts()

KeyboardShortcuts

@Deprecated
public KeyboardShortcuts(com.atlassian.webdriver.AtlassianWebDriver driver)
Deprecated. since 5.5.1 use injection and don't use the deprecated AtlassianWebDriver

Method Detail

trigger

public void trigger(java.lang.String keys)

save

public void save(com.atlassian.pageobjects.elements.PageElement body)


Copyright © 2003-2014 Atlassian. All Rights Reserved.