I\'m trying to get the current url after a series of navigations in Selenium. I know there\'s a command called getLocation for ruby, but I can\'t find the syntax for Python.
Selenium2Library has get_location():
import Selenium2Library s = Selenium2Library.Selenium2Library() url = s.get_location()