API Docs for: 0.0.6
Show:

FirefoxDriver.Commands.WebDriver.URL Class

URL related WebDriver endpoints see JsonWireProtocol

Item Index

Methods

back

(
  • sessionId
)

Navigate backwards in the browser history, if possible

Parameters:

  • sessionId GET

    ID of the session to route the command to

forward

(
  • sessionId
)

Navigate forwards in the browser history, if possible.

Parameters:

  • sessionId GET

    ID of the session to route the command to

open

(
  • sessionId
  • url
)

Navigate to a new URL

Parameters:

  • sessionId GET

    ID of the session to route the command to

  • url POST

    The URL to navigate to.

refresh

(
  • sessionId
)

Refresh the current page

Parameters:

  • sessionId GET

    ID of the session to route the command to

url

(
  • sessionId
)

Retrieve the URL of the current page

Parameters:

  • sessionId GET

    ID of the session to route the command to