com.atlassian.selenium.pageobjects
Class Button

java.lang.Object
  extended by com.atlassian.selenium.pageobjects.PageElement
      extended by com.atlassian.selenium.pageobjects.Button

public class Button
extends PageElement


Field Summary
 
Fields inherited from class com.atlassian.selenium.pageobjects.PageElement
autogeneratedKey, client, key, locator
 
Constructor Summary
Button(String locator, SeleniumClient client)
           
 
Method Summary
 String getText()
           
 
Methods inherited from class com.atlassian.selenium.pageobjects.PageElement
click, contextMenu, doubleClick, dragAndDrop, dragAndDropToObject, focus, getCursorPosition, getElementKey, getHeight, getIndex, getLocator, getPositionLeft, getPositionTop, getWidth, highlight, isAutogeneratedKey, isEditable, isPresent, isVisible, keyDown, keyPress, keyUp, mouseDown, mouseDownRight, mouseMove, mouseOut, mouseOver, mouseUp, mouseUpRight, toString, type, typeKeys, typeWithFullKeyEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Button

public Button(String locator,
              SeleniumClient client)
Method Detail

getText

public String getText()
Overrides:
getText in class PageElement


Copyright © 2014 Atlassian. All rights reserved.