python selenium how to get current url code example
Example 1: how to get the url of the current page in selenium python
print(driver.current_url)
Example 2: python phantomjs current url
print(browser.current_url)
print(driver.current_url)
print(browser.current_url)