org.seleniumhq.selenium.fluent.monitors
Class HighlightOnError

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

public class HighlightOnError
extends Monitor.NULL


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.seleniumhq.selenium.fluent.Monitor
Monitor.NULL, Monitor.Timer
 
Field Summary
protected  org.openqa.selenium.WebDriver driver
           
 
Constructor Summary
HighlightOnError(org.openqa.selenium.WebDriver driver)
           
 
Method Summary
 FluentExecutionStopped exceptionDuringExecution(FluentExecutionStopped ex, org.openqa.selenium.WebElement webElement)
           
protected  void executeScript(org.openqa.selenium.WebElement webElement)
           
protected  String highlightOperation()
           
protected  String highlightValue()
           
 
Methods inherited from class org.seleniumhq.selenium.fluent.Monitor.NULL
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected final org.openqa.selenium.WebDriver driver
Constructor Detail

HighlightOnError

public HighlightOnError(org.openqa.selenium.WebDriver driver)
Method Detail

exceptionDuringExecution

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

executeScript

protected void executeScript(org.openqa.selenium.WebElement webElement)

highlightValue

protected String highlightValue()

highlightOperation

protected String highlightOperation()


Copyright © 2013. All Rights Reserved.