adspace
Answer Posted / Avneesh Chittodia
In QuickTest Professional (QTP), you can use the `IsEnabled` property of a WebElement to check if a link is enabled or not. Here's an example:
WebBrowser browsers = Browser("Firefox");
Link link = browsers.Page("MyPage").Link("MyLink");
if (link.IsEnabled)
Log.Info "The link is enabled."
else
Log.Error "The link is disabled."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Anyone have qtp11.0 crack?
please can you help me to get a code of flames using a visual basic 6
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)