public class HtmlUnitOptions extends Object implements org.openqa.selenium.WebDriver.Options
| Constructor and Description |
|---|
HtmlUnitOptions(HtmlUnitDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCookie(org.openqa.selenium.Cookie cookie) |
void |
deleteAllCookies() |
void |
deleteCookie(org.openqa.selenium.Cookie cookie) |
void |
deleteCookieNamed(String name) |
org.openqa.selenium.Cookie |
getCookieNamed(String name) |
Set<org.openqa.selenium.Cookie> |
getCookies() |
org.openqa.selenium.WebDriver.ImeHandler |
ime() |
org.openqa.selenium.logging.Logs |
logs() |
org.openqa.selenium.WebDriver.Timeouts |
timeouts() |
org.openqa.selenium.WebDriver.Window |
window() |
public HtmlUnitOptions(HtmlUnitDriver driver)
public org.openqa.selenium.logging.Logs logs()
logs in interface org.openqa.selenium.WebDriver.Optionspublic void addCookie(org.openqa.selenium.Cookie cookie)
addCookie in interface org.openqa.selenium.WebDriver.Optionspublic org.openqa.selenium.Cookie getCookieNamed(String name)
getCookieNamed in interface org.openqa.selenium.WebDriver.Optionspublic void deleteCookieNamed(String name)
deleteCookieNamed in interface org.openqa.selenium.WebDriver.Optionspublic void deleteCookie(org.openqa.selenium.Cookie cookie)
deleteCookie in interface org.openqa.selenium.WebDriver.Optionspublic void deleteAllCookies()
deleteAllCookies in interface org.openqa.selenium.WebDriver.Optionspublic Set<org.openqa.selenium.Cookie> getCookies()
getCookies in interface org.openqa.selenium.WebDriver.Optionspublic org.openqa.selenium.WebDriver.Timeouts timeouts()
timeouts in interface org.openqa.selenium.WebDriver.Optionspublic org.openqa.selenium.WebDriver.ImeHandler ime()
ime in interface org.openqa.selenium.WebDriver.Optionspublic org.openqa.selenium.WebDriver.Window window()
window in interface org.openqa.selenium.WebDriver.OptionsCopyright © 2022. All rights reserved.