|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
protected class RemoteWebDriver.RemoteWebDriverOptions
Nested Class Summary | |
---|---|
protected class |
RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
|
protected class |
RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
|
Constructor Summary | |
---|---|
protected |
RemoteWebDriver.RemoteWebDriverOptions()
|
Method Summary | |
---|---|
void |
addCookie(Cookie cookie)
Add a specific cookie. |
void |
deleteAllCookies()
Delete all the cookies for the current domain. |
void |
deleteCookie(Cookie cookie)
Delete a cookie from the browser's "cookie jar". |
void |
deleteCookieNamed(String name)
Delete the named cookie from the current domain. |
Cookie |
getCookieNamed(String name)
Get a cookie with a given name. |
Set<Cookie> |
getCookies()
Get all the cookies for the current domain. |
WebDriver.ImeHandler |
ime()
Returns the interface for controlling IME engines to generate complex-script input. |
WebDriver.Timeouts |
timeouts()
Returns the interface for managing driver timeouts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RemoteWebDriver.RemoteWebDriverOptions()
Method Detail |
---|
public void addCookie(Cookie cookie)
WebDriver.Options
addCookie
in interface WebDriver.Options
cookie
- The cookie to add.public void deleteCookieNamed(String name)
WebDriver.Options
deleteCookieNamed
in interface WebDriver.Options
name
- The name of the cookie to deletepublic void deleteCookie(Cookie cookie)
WebDriver.Options
deleteCookie
in interface WebDriver.Options
public void deleteAllCookies()
WebDriver.Options
deleteAllCookies
in interface WebDriver.Options
public Set<Cookie> getCookies()
WebDriver.Options
getCookies
in interface WebDriver.Options
public Cookie getCookieNamed(String name)
WebDriver.Options
getCookieNamed
in interface WebDriver.Options
name
- the name of the cookie
public WebDriver.Timeouts timeouts()
WebDriver.Options
timeouts
in interface WebDriver.Options
public WebDriver.ImeHandler ime()
WebDriver.Options
ime
in interface WebDriver.Options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |