I watched this video (https://www.youtube.com/watch?v=idb6hOxlyb8) which was uploaded Aug 2013. It claims that we should use
ptor.get(url)
rat
Using ptor is obsolete, you should switch to browser from now on.
ptor
browser
Regarding the modern way to navigate to a page, use: browser.get(url)
browser.get(url)
If is not an angular page then browser.driver.get(url)
browser.driver.get(url)