Micro Focus QTP (UFT) Forums

Full Version: QTP WebElement Click Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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"