i am useing this code to open browser but how can i use advance method to naviage to diffrent url after that
var target = new TargetAppModel();
target.WithUrl(“https://www.yahoo.com/”, “”, NBrowserType.Chrome);
var tabOptions = new TargetAppOptions();
tabOptions.OpenMode = NAppOpenMode.IfNotOpen;
var webScreen = uiAutomation.Open(target, tabOptions);