org.openqa.selenium.internal.seleniumemulation
Class IsCookiePresent

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.SeleneseCommand<java.lang.Boolean>
      extended by org.openqa.selenium.internal.seleniumemulation.IsCookiePresent

public class IsCookiePresent
extends SeleneseCommand<java.lang.Boolean>


Constructor Summary
IsCookiePresent()
           
 
Method Summary
protected  java.lang.Boolean handleSeleneseCommand(WebDriver driver, java.lang.String name, java.lang.String ignored)
           
 
Methods inherited from class org.openqa.selenium.internal.seleniumemulation.SeleneseCommand
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsCookiePresent

public IsCookiePresent()
Method Detail

handleSeleneseCommand

protected java.lang.Boolean handleSeleneseCommand(WebDriver driver,
                                                  java.lang.String name,
                                                  java.lang.String ignored)
Specified by:
handleSeleneseCommand in class SeleneseCommand<java.lang.Boolean>


Copyright © 2012. All Rights Reserved.