/// <method> /// Navigate to the url /// </method> public void GoToURL() { util.GetDriver(config.BrowserType); //util.GoToURL(config.BaseURL); util.BrowserMaximize(); }