Question d’entretien chez Hexaware Technologies

wat difference btw navigate and get

Réponse à la question d'entretien

Utilisateur anonyme

5 avr. 2018

driver.get() is used to navigate particular URL(website) and wait till page load. driver.navigate() is used to navigate to particular URL and does not wait to page load. It maintains browser history or cookies to navigate back or forward.

1