Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP WebElement Click Help
#1
Not Solved
Hi,

I am trying to click on WebElement in Table. But not able to click on exact table row and column. There is no unique object properties. After click on webelement it displays the textbox to enter value.

Please help me to find solution for this issue.

Please see the attached application and object properties displayed for webelement.


Attached Files Image(s)
       
Reply
#2
Not Solved
Hi,

Use 'childItem' Method as given below.

Code:
Browser("Installment Schedule").Page("Installment Schedule).WebTable("Policy").ChildItem(5,3,"WebElement",0).Click
Browser("Installment Schedule").Page("Installment Schedule).WebTable("Policy").ChildItem(5,3,"WebEdit",0).Set "$200"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP not recognizing the webelement vidya2k2 3 3,190 04-06-2015, 10:36 PM
Last Post: babu123
  unable to click webelement by holding shift key tanyamrz 1 3,354 09-14-2012, 05:21 AM
Last Post: kcn
  unable to click on WebElement in webtable mahendra 3 6,073 12-12-2011, 12:43 PM
Last Post: sshukla12
  QTP Webelement with Html tag as OPTION pjr 0 6,832 01-30-2011, 05:33 AM
Last Post: pjr
  QTP Not Recognizing WebElement Sathiyakum 6 10,088 01-27-2011, 07:46 PM
Last Post: Arun Prakash

Forum Jump:


Users browsing this thread: 1 Guest(s)