Print Page | Close Window

LoadPage for Netscape browser

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: SilkTest @ OneStopTesting
Forum Discription: SilkTest is an automation tool for testing the functionality of enterprise applications in most versions of Windows, Sun Solaris 9 & 10, and Red Hat Enterprise Linux WS 2.1 & 3.0.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1003
Printed Date: 28Dec2024 at 4:04pm


Topic: LoadPage for Netscape browser
Posted By: Abishta
Subject: LoadPage for Netscape browser
Date Posted: 26Apr2007 at 9:41pm
I am trying to use LoadPage method to load URL in netscape browsertype; but it does not load url though passes testcase. I am using scripts for all browsertypes, and it fails for netscape. Here's my code

[ ] list of BROWSERTYPE lbType = {netscape, firefox1_5, explorer6_DOM}
[ ] BROWSERTYPE bType

[-] for each bType in lbType
[ ] Set_Browser(bType)
[ ] Browser.SetActive()
[ ] Browser.LoadPage



Print Page | Close Window