com.atlassian.webdriver.waiter
Interface ExecutableWaiterQuery


@ExperimentalApi
public interface ExecutableWaiterQuery

WARNING: This API is still experimental and may be changed between versions.

Since:
2.1.0

Method Summary
 WaiterQuery and()
          Allows chaining of queries together and will pass when both queries evaluates to true
 void execute()
          Executes the built up waiter query.
 WaiterQuery or()
          Allows chaining of queries together and will pass when either query evaluates to true
 

Method Detail

execute

void execute()
Executes the built up waiter query.


and

WaiterQuery and()
Allows chaining of queries together and will pass when both queries evaluates to true


or

WaiterQuery or()
Allows chaining of queries together and will pass when either query evaluates to true



Copyright © 2014 Atlassian. All rights reserved.