How do I navigate to another webpage using the same driver with Selenium in python? I do not want to open a new page. I want to keep on using the same driver. I thought that the following would work:
driver.navigate().to("https://support.tomtom.com/app/contact/")
But it doesn't! Navigate seems not to be a 'WebDriver' method