MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / to

Method to

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

Load a new web page in the current browser window. This is done using an HTTP POST operation, and the method will block until the load is complete. This will follow redirects issued either by the server or as a meta-redirect from within the returned HTML. Should a meta-redirect "rest" for any durati

(String url)

Source from the content-addressed store, hash-verified

520 * @param url The URL to load. Must be a fully qualified URL
521 */
522 void to(String url);
523
524 /**
525 * Overloaded version of {@link #to(String)} that makes it easy to pass in a URL.

Callers 15

getMethod · 0.65
rspec_matchers.rbFile · 0.65
SeleniumClass · 0.65
WebDriverClass · 0.65
WebDriverClass · 0.65
WebDriverClass · 0.65
SupportClass · 0.65
WebDriverClass · 0.65
WebDriverClass · 0.65
FedCMClass · 0.65
WebDriverClass · 0.65

Implementers 3

RemoteNavigationjava/src/org/openqa/selenium/remote/Re
Navigationrb/lib/selenium/webdriver/common/navig
Navigationjavascript/selenium-webdriver/lib/webd

Calls

no outgoing calls