com.atlassian.selenium
Class AbstractSeleniumDriver

java.lang.Object
  extended by com.atlassian.selenium.AbstractSeleniumDriver
Direct Known Subclasses:
SeleniumKeyHandler, SeleniumTagInspector, SeleniumTypeWriter

public abstract class AbstractSeleniumDriver
extends Object

Base class for utilities using SeleniumClient for higher-level operations.

Since:
v1.21

Field Summary
protected  SeleniumClient client
           
 
Constructor Summary
protected AbstractSeleniumDriver(SeleniumClient client)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected final SeleniumClient client
Constructor Detail

AbstractSeleniumDriver

protected AbstractSeleniumDriver(SeleniumClient client)


Copyright © 2014 Atlassian. All rights reserved.