Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selecting a Link
#1
Not Solved
I am having issues finding links. Sometimes, my code seems to find links every time. The next time I run my script, the same or different links are not found. On a third run some links are found while other previous found links are not being found.

Is there a better way to always look for a link that I will “Click”.

Such as using:

Code:
If Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link("html tag:=" & "A", "innertext:="& ReportName, "abs_x:="&absX, "abs_y:="&absY).Exist(2) Then
    Browser("Wisdom").Page("Wisdom IA").Frame("parent").Link(("html tag:=" & "A", "innertext:="& ReportName, "abs_x:="&absX, "abs_y:="&absY).Click

see attachment

;-)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP not selecting appropriate webelement from the webtable..Need Solution satishkumarm 11 21,040 03-23-2016, 12:47 PM
Last Post: Swetha_Bayya
  Selecting values from drop down using QTP. prempujaripati 2 46,364 06-26-2014, 06:06 PM
Last Post: rasmirani
  Selecting file saved in a location excellentpawan 1 3,815 02-25-2014, 02:05 PM
Last Post: guin.anirban
  Selecting a value from a Dropdown qtpbeginner78 12 17,529 06-10-2013, 11:10 AM
Last Post: basanth27
  Selecting a cell from Javatable at RUN time arjun.singh 7 9,774 05-07-2013, 03:26 PM
Last Post: simbolla

Forum Jump:


Users browsing this thread: 1 Guest(s)