'webdriver.get() only ADDS to existing url--does not start from beginning

when I started python today I used webdriver. Normally the 'webdriver.get(url...)' function works but this time it simply ADDED the 'webdriver.get(url...)' to the end of the webpage I started from

ex if I went to www.google.com and wanted to go to www.cozy.tv , the Selenium program takes me to www.google.comwww.cozy.tv what the f*



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source