Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to click a link
#1
Not Solved
Hi,

I want to click a link through the following code. But i'm getting general run error.

Code:
Browser("SAP - []").Page("SAP - []").SAPFrame("SAP - []_2").Link("text :=Transaction ID", "html tag:=A","index:=1").Click

But QTP OR recognizes the object with the same properties. I attached here the image of the look of the object in OR.

   
Reply
#2
Not Solved
Try this, There was a space after text and the :=
Code:
Browser("SAP - []").Page("SAP - []").SAPFrame("SAP - []_2").Link("text:=Transaction ID", "html tag:=A","index:=1").Click
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Regular Expression to click an Link ramkumar 1 2,543 07-28-2008, 12:51 PM
Last Post: surya_7mar

Forum Jump:


Users browsing this thread: 1 Guest(s)