DMBrowser.Navigating Method

Definition

Reflects transition to another URL during recording, initiated by a browser. It doesn’t force the browser to navigate. During playback, this method awaits transition (timeout 50 seconds). Often addresses contain dynamic parameters, that’s why it awaits transition, not to the specific URL but a fact of the transition itself. Any URL string can be a parameter.

public virtual void Navigating(string url)

Parameters

 url  string

Examples

tab0.Navigating (“https://search.yahoo.com/search?p=health&fr=yfp-t&ei=UTF-8&fp=1”);