If you run into any problems trying to load a page using the SetText method; [ ] Browser.Location.SetText ("http://www.borland.com") [ ] Browser.TypeKeys ("") Try using instead the Navigate method which should resolve the issue and be more robust as it replaces both lines of code above. [ ] Browser.Navigate ("http://www.borland.com") For more information on the Navigate method, please consult the SilkTest Help. Old KB# 20778
↧