API Docs for: 0.0.6
Show:

FirefoxDriver.Commands.WebDriver.Page Class

Page related WebDriver endpoints see JsonWireProtocol

Item Index

Methods

geoLocation

(
  • sessionId
)

Get the current geo location

Parameters:

  • sessionId GET

    ID of the session to route the command to

setGeoLocation

(
  • sessionId
  • latitude
  • longitude
  • altitude
)

Set the geo location

Parameters:

  • sessionId GET

    ID of the session to route the command to

  • latitude POST

    The new location

  • longitude POST

    The new location

  • altitude POST

    The new location

source

(
  • sessionId
)

Get the current page source

Parameters:

  • sessionId GET

    ID of the session to route the command to

title

(
  • sessionId
)

Get the current page title

Parameters:

  • sessionId GET

    ID of the session to route the command to