Hello All ! How are you? I hope you are very good.
I have a problem with the "index" identifier in the WebCheckBox element, I'm trying to make something like this:
I read about "index" in the help page, but still unclear for my.
Thanks!
I have a problem with the "index" identifier in the WebCheckBox element, I'm trying to make something like this:
Code:
Count=Browser("Application RECLID").Page("Application RECLID").WebTable("Code PSV").RowCount
For y=1 to Count
CheckText = Browser("Application RECLID").Page("Application RECLID").WebCheckBox("WebCheckBox").GetTOProperty("Value")
// Here, the changing index code to WebCheckBox with de Count variable.//
Datatable.LocalSheet.AddParameter "Code",CellText
Next
Thanks!