org.openqa.selenium.html5
Interface LocationContext


public interface LocationContext


Method Summary
 Location location()
          Gets the physical location of the browser.
 void setLocation(Location location)
          Sets the physical location.
 

Method Detail

location

Location location()
Gets the physical location of the browser.

Returns:
A Location containing the location information. Returns null if the location is not available

setLocation

void setLocation(Location location)
Sets the physical location.

Parameters:
location - A Location containing the new location information


Copyright © 2011. All Rights Reserved.