com.atlassian.jira.pageobjects.framework
Class MessageBoxFinder

java.lang.Object
  extended by com.atlassian.jira.pageobjects.framework.MessageBoxFinder

public class MessageBoxFinder
extends Object

Finder for message boxes.

Since:
v4.4

Constructor Summary
MessageBoxFinder()
           
 
Method Summary
 com.atlassian.pageobjects.elements.PageElement find(MessageType type)
           
 com.atlassian.pageobjects.elements.PageElement find(MessageType type, org.openqa.selenium.By parentLocator)
           
 com.atlassian.pageobjects.elements.PageElement find(MessageType type, com.atlassian.pageobjects.elements.PageElement parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBoxFinder

public MessageBoxFinder()
Method Detail

find

public com.atlassian.pageobjects.elements.PageElement find(MessageType type,
                                                           org.openqa.selenium.By parentLocator)

find

public com.atlassian.pageobjects.elements.PageElement find(MessageType type,
                                                           com.atlassian.pageobjects.elements.PageElement parent)

find

public com.atlassian.pageobjects.elements.PageElement find(MessageType type)


Copyright © 2002-2014 Atlassian. All Rights Reserved.