Answers for "what is the difference between driver.get() and driver.navigate.to( )"

0

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
Posted by: Guest on June-15-2021

Code answers related to "what is the difference between driver.get() and driver.navigate.to( )"

Browse Popular Code Answers by Language