what is driver get, method code example

Example 1: what is driver get method

If you use this method for opening URL, it will wait until the page has
fully loaded, that means every element in the page gets loaded before
returning control to your test or script. It only opens the url, but
driver.navigateto() interface also exposes the ability to move
backwards and forwards in browser’s history.

Example 2: what is driver navigate to

If we use navigate(to) method to open URL, it will not wait until the
whole page get loaded.

Tags:

Misc Example