Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with clicking a radiobutton in a table
#1
Not Solved
ISSUE: I want to click on the radiobox on the third row of the table based on the "Sitename" value passed as an argument - for all the 4 tabs - Access Pricing, Port Pricing, CPE Pricing, Miscellaneous Pricing - on the application page [Screenshot attached]

WHAT WORKS: It works only for Access Pricing tab
WHAT DOESNT WORK: The remaining tabs
ERROR: rows = -1 is shown as the value for the remaining tabs when debugged (line number 3)

Code:

Code:
Classic_Sitename = DataTable.Value("Classic_SiteName", Global)
row = Browser("IPSDK WEB GUI (Search)").Page("Customer Info").Frame("PricingSummary").WebTable(sitetable).GetRowWithCellText(Classic_Sitename)

msgbox row

Set View = Browser("IPSDK WEB GUI (Search)").Page("Customer Info").Frame("PricingSummary").WebTable(sitetable).ChildItem(row,1,"WebRadioGroup", 0)

View.Click

The text (AMSTERDAMBRANCH) appears fine/correctly for all the tabs in the same position(row 3, col 3).

Any idea why this happens?


Attached Files Image(s)
   
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Winbutton slow in clicking kpat 0 1,677 05-23-2016, 12:09 PM
Last Post: kpat
  Clicking on sublink venkatesh9032 1 2,523 06-01-2015, 08:26 PM
Last Post: babu123
Exclamation Login & logout in Siebel and clicking pop-up button yuetling926 7 10,699 07-09-2014, 10:43 PM
Last Post: hhamilton
  Clicking a link in an outlook email using QTP kirti 0 5,370 06-15-2014, 01:25 AM
Last Post: kirti
  QTP not clicking on Yes button in the IE pop up dialog adityasrinivasb 2 9,325 09-29-2013, 11:01 PM
Last Post: prashantrawat101@gmail.com

Forum Jump:


Users browsing this thread: 1 Guest(s)