com.atlassian.jira.webtest.selenium.framework.core
Interface Openable


public interface Openable

Page object that is capable of being opened and closed.

Since:
v4.2

Nested Class Summary
static interface Openable.OpenMode
           
 
Method Summary
 Openable assertIsOpen(long timout)
           
 boolean canOpenBy(long timeout)
           
 boolean isOpenBy(long timeout)
           
 Openable.OpenMode open()
           
 

Method Detail

isOpenBy

boolean isOpenBy(long timeout)

canOpenBy

boolean canOpenBy(long timeout)

assertIsOpen

Openable assertIsOpen(long timout)

open

Openable.OpenMode open()


Copyright © 2002-2012 Atlassian. All Rights Reserved.