Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Highlight the Found text in Word/notepad
#3
Solved: 7 Years, 7 Months ago
Hi,

You can try the following code,

Code:
Set obj=Browser("creationtime:=0").page("title:=.*").WebTable(oWT).childobjects
cnt=obj.count
For i=0 to cnt-1
If obj(i).getroproperty("micclass")="Link" Then
        msgbox "The foll object has link:- "obj(i).getroproperty("Name")
        else
        msgbox  "The foll object does not has link:- "obj(i).getroproperty("Name")
    End If
Next
Reply
Jump to the post that solved this thread.


Messages In This Thread
RE: Highlight the Found text in Word/notepad - by BadrinarayananR - 10-21-2013, 06:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Check the word and get no. of times that word in the webpage Sandeep.san229 0 1,179 10-31-2018, 06:42 PM
Last Post: Sandeep.san229
  "Action was not found" error. What to do? ttralor 2 5,857 05-04-2017, 03:54 PM
Last Post: Ankur
  pageDown in word.application wannel 0 1,674 11-25-2016, 10:06 PM
Last Post: wannel
  Automating Word Docs bart02 0 2,687 07-18-2014, 03:25 AM
Last Post: bart02
  Can any of the line in notepad file be appended/updated/modified via QTP(VBScript)? rookie_automator 1 2,440 08-22-2013, 07:13 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)