public class HtmlUnitDriver.HtmlUnitWindow extends Object implements org.openqa.selenium.WebDriver.Window
Constructor and Description |
---|
HtmlUnitWindow() |
Modifier and Type | Method and Description |
---|---|
void |
fullscreen() |
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) |
public void setSize(org.openqa.selenium.Dimension targetSize)
setSize
in interface org.openqa.selenium.WebDriver.Window
public void setPosition(org.openqa.selenium.Point targetPosition)
setPosition
in interface org.openqa.selenium.WebDriver.Window
public org.openqa.selenium.Dimension getSize()
getSize
in interface org.openqa.selenium.WebDriver.Window
public org.openqa.selenium.Point getPosition()
getPosition
in interface org.openqa.selenium.WebDriver.Window
public void maximize()
maximize
in interface org.openqa.selenium.WebDriver.Window
public void fullscreen()
fullscreen
in interface org.openqa.selenium.WebDriver.Window
Copyright © 2021. All rights reserved.