Print Page | Close Window

Dynamic Links in Silk

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=1021
Printed Date: 29Dec2024 at 1:04am


Topic: Dynamic Links in Silk
Posted By: Ananya
Subject: Dynamic Links in Silk
Date Posted: 26Apr2007 at 10:54pm
Hi Guys,

I am interested to know, how to identify dynamic Links [which may be displayed at any time] in a web application.



Replies:
Posted By: Karuna
Date Posted: 27Apr2007 at 3:45am
windowid.HtmlLink("Dyanmiclinkname").exists()==true
or
browserpage.GetLinks ( ) will help u out



Print Page | Close Window