org.openqa.selenium.htmlunit
Class HtmlUnitDriver.HtmlUnitWindow

java.lang.Object
  extended by org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWindow
All Implemented Interfaces:
org.openqa.selenium.WebDriver.Window
Enclosing class:
HtmlUnitDriver

public class HtmlUnitDriver.HtmlUnitWindow
extends Object
implements org.openqa.selenium.WebDriver.Window


Constructor Summary
HtmlUnitDriver.HtmlUnitWindow()
           
 
Method Summary
 org.openqa.selenium.Point getPosition()
           
 org.openqa.selenium.Dimension getSize()
           
 void maximize()
           
 void setPosition(org.openqa.selenium.Point targetPosition)
           
 void setSize(org.openqa.selenium.Dimension targetSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlUnitDriver.HtmlUnitWindow

public HtmlUnitDriver.HtmlUnitWindow()
Method Detail

setSize

public void setSize(org.openqa.selenium.Dimension targetSize)
Specified by:
setSize in interface org.openqa.selenium.WebDriver.Window

setPosition

public void setPosition(org.openqa.selenium.Point targetPosition)
Specified by:
setPosition in interface org.openqa.selenium.WebDriver.Window

getSize

public org.openqa.selenium.Dimension getSize()
Specified by:
getSize in interface org.openqa.selenium.WebDriver.Window

getPosition

public org.openqa.selenium.Point getPosition()
Specified by:
getPosition in interface org.openqa.selenium.WebDriver.Window

maximize

public void maximize()
Specified by:
maximize in interface org.openqa.selenium.WebDriver.Window


Copyright © 2013. All rights reserved.