08-31-2015, 10:02 AM
Hi Syahirah,
There are 3 options.
1) Using xpath and handle it straight away
2) B.P.Webelement("html tag:=tr","innertext:=.*Daniel.*").Checkbox("index:=0").click
3) Using Child object - get the row with the text and then childItem with checkbox.
Let me know if you need any more info.
There are 3 options.
1) Using xpath and handle it straight away
2) B.P.Webelement("html tag:=tr","innertext:=.*Daniel.*").Checkbox("index:=0").click
3) Using Child object - get the row with the text and then childItem with checkbox.
Let me know if you need any more info.
Thanks,
SUpputuri
SUpputuri