org.openqa.selenium.remote.html5
Class AddBrowserConnection

java.lang.Object
  extended by org.openqa.selenium.remote.html5.AddBrowserConnection
All Implemented Interfaces:
AugmenterProvider

public class AddBrowserConnection
extends java.lang.Object
implements AugmenterProvider


Constructor Summary
AddBrowserConnection()
           
 
Method Summary
 java.lang.Class<?> getDescribedInterface()
           
 InterfaceImplementation getImplementation(java.lang.Object value)
          For the interface that this provider describes, return an implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddBrowserConnection

public AddBrowserConnection()
Method Detail

getDescribedInterface

public java.lang.Class<?> getDescribedInterface()
Specified by:
getDescribedInterface in interface AugmenterProvider
Returns:
The interface that this augmentor describes.

getImplementation

public InterfaceImplementation getImplementation(java.lang.Object value)
Description copied from interface: AugmenterProvider
For the interface that this provider describes, return an implementation.

Specified by:
getImplementation in interface AugmenterProvider
Parameters:
value - The value from the capability map
Returns:
An interface implementation


Copyright © 2011. All Rights Reserved.