Forum Discussion

rdpatil's avatar
rdpatil
Occasional Contributor
7 years ago

How to Uncheck the angular checkbox in different rows?

Team,

I want to verify that the checkbox is checked or not & Accordingly I have to remove the Selection.

TestComplete is Mapping this checkbox as a cell & taking the Co-ordinates of Click, if did it through Recording.

Unable to Parameterize it.

 

Please find the enclosed attachment for HTML Code for Referance.

 

Set modal = Aliases.browser.pageE2Administration3.panelModalFadeNgIsolateScopeIn

Set table = modal.panelModalDialogModalLg.panelModalContent.panelModalContentNgScope.panelModalBody.panelKGridContent.tableKSelectable

Call table.cell.Click(28, 19)

Call table.cell2.Click(28, 25)

Call modal.tableKSelectable.cell3.Click(29, 23)

 

1 Reply