org.seleniumhq.selenium.fluent.monitors
Class CompositeMonitor

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.monitors.CompositeMonitor
All Implemented Interfaces:
Monitor

public class CompositeMonitor
extends Object
implements Monitor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.seleniumhq.selenium.fluent.Monitor
Monitor.NULL, Monitor.Timer
 
Constructor Summary
CompositeMonitor(Monitor... monitors)
           
 
Method Summary
 FluentExecutionStopped exceptionDuringExecution(FluentExecutionStopped ex, org.openqa.selenium.WebElement webElement)
           
 Monitor.Timer start(String item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeMonitor

public CompositeMonitor(Monitor... monitors)
Method Detail

start

public Monitor.Timer start(String item)
Specified by:
start in interface Monitor

exceptionDuringExecution

public FluentExecutionStopped exceptionDuringExecution(FluentExecutionStopped ex,
                                                       org.openqa.selenium.WebElement webElement)
Specified by:
exceptionDuringExecution in interface Monitor


Copyright © 2013. All Rights Reserved.