Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Finding Links with Paren's
#1
Solved: 10 Years, 9 Months, 3 Weeks ago
From an Excel file, I have imported 15 Report Names, all work in my code except the following two.

Code:
WFI STATEMENTS BY WFA ACCOUNT (020/205)
WFI STATEMENTS BY WFA ACCOUNT (206)

In my code I use the following to click on the link.

Code:
ReportName = objDriverSheet.Cells(r,4).
Browser("W").Page("WIA").Frame("parent").Link("name:="& ReportName, "abs_x:="&absX, "abs_y:="&absY).Click

My variable list durring debug shows the full link name but the link (which is visiasble and exactly the same as the other 11) are not found to Click.

Could I be not finding the link due to the ( )?

If so, how can I better code to find these two links?

Thx everyone for looking.
Reply


Messages In This Thread
Finding Links with Paren's - by mv8167 - 09-12-2011, 08:54 PM
RE: Finding Links with Paren's - by Ankesh - 09-13-2011, 01:05 PM
RE: Finding Links with Paren's - by mv8167 - 09-13-2011, 08:26 PM
RE: Finding Links with Paren's - by vIns - 09-14-2011, 08:15 AM
RE: Finding Links with Paren's - by mv8167 - 09-14-2011, 07:56 PM
RE: Finding Links with Paren's - by Ankesh - 09-15-2011, 11:11 AM
RE: Finding Links with Paren's - by mv8167 - 09-15-2011, 06:36 PM
RE: Finding Links with Paren's - by Ankesh - 09-19-2011, 03:51 PM
RE: Finding Links with Paren's - by mv8167 - 09-19-2011, 07:39 PM
RE: Finding Links with Paren's - by mv8167 - 09-27-2011, 02:42 AM
RE: Finding Links with Paren's - by Ankesh - 09-27-2011, 02:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation UFT is not finding object in runtime but able to locate the object from repository amar.vallapreddy 1 2,637 02-25-2014, 02:22 PM
Last Post: guin.anirban
  Finding the correct Link mv8167 2 4,294 01-24-2012, 07:58 PM
Last Post: mv8167
  Finding the correct WebTable mv8167 0 2,361 12-07-2011, 02:38 AM
Last Post: mv8167
  Finding WebElements mv8167 7 9,186 06-30-2011, 11:05 PM
Last Post: parminderdhiman84
  Finding a Link mv8167 4 5,383 06-21-2011, 07:04 PM
Last Post: mv8167

Forum Jump:


Users browsing this thread: 1 Guest(s)