MCPcopy
hub / github.com/SeleniumHQ/selenium / manage

Method manage

java/src/org/openqa/selenium/WebDriver.java:203–203  ·  view source on GitHub ↗

Gets the Option interface @return An option interface @see org.openqa.selenium.WebDriver.Options

()

Source from the content-addressed store, hash-verified

201 * @see org.openqa.selenium.WebDriver.Options
202 */
203 Options manage();
204
205 /** An interface for managing stuff you would do in a browser menu */
206 interface Options {

Callers 15

evaluateMethod · 0.95
window_test.jsFile · 0.65
changeSizeByFunction · 0.65
forSizeToBeFunction · 0.65
forPositionToBeFunction · 0.65
logging_test.jsFile · 0.65
cookie_test.jsFile · 0.65
assertHasCookiesFunction · 0.65
network_test.jsFile · 0.65

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls