DMBrowser.GoTo Method

Definition

Navigate inside the current tab to the specified address (URL).

public virtual void GoTo(string url)

Parameters

 url  string

Examples

tab0.GoTo (“http://yahoo.com”);