The selenium web driver module provides all the WebDriver implementations.
Next, the instance of Chrome WebDriver is created.
The driver get method will navigate to a page given by the URL.
#get the title of the page
print(driver title)
get the current url of the page