com.atlassian.jira.pageobjects.framework
Annotation Type MessageBox


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface MessageBox

Annotated fields of type PageElement to be able to inject page elements representing JIRA message boxes.


Required Element Summary
 MessageType messageType
          Type of the message box.
 
Optional Element Summary
 org.openqa.selenium.support.How how
          How to locate parent
 String parentLocator
          Locator of the parent element.
 

Element Detail

messageType

public abstract MessageType messageType
Type of the message box.

Returns:
message type

parentLocator

public abstract String parentLocator
Locator of the parent element.

Returns:
locator stirng of the parent
Default:
"body"

how

public abstract org.openqa.selenium.support.How how
How to locate parent

Returns:
how to locate parent
Default:
org.openqa.selenium.support.How.TAG_NAME


Copyright © 2002-2012 Atlassian. All Rights Reserved.