what is the difference between driver.get() and driver.navigate.to( )
* driver.get() à To open an URL and it will wait
till the whole page gets loaded
• driver.navigateto() à To navigate to an URL and
it will not wait till the whole page get loaded