Difference between webdriver.get() and webdriver.navigate()
问题 What is the difference between get() and navigate() methods? Does any of this or maybe another method waits for page content to load? What do I really need is something like Selenium 1.0\'s WaitForPageToLoad but for using via webdriver . Any suggestions? 回答1: Navigating The first thing you’ll want to do with WebDriver is navigate to a page. The normal way to do this is by calling get : driver.get("http://www.google.com"); WebDriver will wait until the page has fully loaded (that is, the