Package co.verisoft.fw.selenium.drivers
Class VerisoftDriver.VerisoftDriverOptions
java.lang.Object
co.verisoft.fw.selenium.drivers.VerisoftDriver.VerisoftDriverOptions
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Options
- Enclosing class:
- VerisoftDriver
protected class VerisoftDriver.VerisoftDriverOptions
extends Object
implements org.openqa.selenium.WebDriver.Options
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
protected class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCookie
(org.openqa.selenium.Cookie cookie) void
void
deleteCookie
(org.openqa.selenium.Cookie cookie) void
deleteCookieNamed
(String name) org.openqa.selenium.Cookie
getCookieNamed
(String name) Set<org.openqa.selenium.Cookie>
org.openqa.selenium.logging.Logs
logs()
org.openqa.selenium.WebDriver.Timeouts
timeouts()
org.openqa.selenium.WebDriver.Window
window()
-
Constructor Details
-
VerisoftDriverOptions
protected VerisoftDriverOptions()
-
-
Method Details
-
logs
@Beta public org.openqa.selenium.logging.Logs logs()- Specified by:
logs
in interfaceorg.openqa.selenium.WebDriver.Options
-
addCookie
public void addCookie(org.openqa.selenium.Cookie cookie) - Specified by:
addCookie
in interfaceorg.openqa.selenium.WebDriver.Options
-
deleteCookieNamed
- Specified by:
deleteCookieNamed
in interfaceorg.openqa.selenium.WebDriver.Options
-
deleteCookie
public void deleteCookie(org.openqa.selenium.Cookie cookie) - Specified by:
deleteCookie
in interfaceorg.openqa.selenium.WebDriver.Options
-
deleteAllCookies
public void deleteAllCookies()- Specified by:
deleteAllCookies
in interfaceorg.openqa.selenium.WebDriver.Options
-
getCookies
- Specified by:
getCookies
in interfaceorg.openqa.selenium.WebDriver.Options
-
getCookieNamed
- Specified by:
getCookieNamed
in interfaceorg.openqa.selenium.WebDriver.Options
-
timeouts
public org.openqa.selenium.WebDriver.Timeouts timeouts()- Specified by:
timeouts
in interfaceorg.openqa.selenium.WebDriver.Options
-
window
@Beta public org.openqa.selenium.WebDriver.Window window()- Specified by:
window
in interfaceorg.openqa.selenium.WebDriver.Options
-