I have added "Google Maps" as a gadget in iGoogle - "
www.google.co.in/ig". I want to navigate through the "Google Maps" using "Selenium".
The logic which I have in mind is:
$sel->mouse_down($locator)
$sel->mouse_out($locator)
$sel->mouse_up($locator)
The first statement will press the left mouse button, second will move the mouse there by navigating through google maps and final statement will release the mouse there by stopping the navigation.
But before I could test the above logic I want to get the locator/xPath of Google Maps. Right clicking over the Maps yeild nothing. Also I tried Firebug but couldn't get the locator.
Any pointers on how can I get locator/xPath.