driver.navigate().to('https://example.com')
is Java , in python only get is there
it uses same browser session and cookies ,
you can use page loading strategies if ypu dont want to wait for page load
Also the answer you tagged is wrong ,
https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/WebDriver.html#navigate()
navigate WebDriver.Navigation navigate() An abstraction allowing the
driver to access the browser's history and to navigate to a given URL.
Returns: A WebDriver.Navigation that allows the selection of what to
do next
The only use of navigate is to go-to history for navigating back and forward it doesn't have anything to do with cookies or session