DMBrowser.GoTo Method
Definition
Navigate inside the current tab to the specified address (URL).
public virtual void GoTo(string url)
Parameters
url stringExamples
tab0.GoTo (“http://yahoo.com”);
Navigate inside the current tab to the specified address (URL).
public virtual void GoTo(string url)
tab0.GoTo (“http://yahoo.com”);