Hi, there are few OPTION TAG

I want to count how many OPTION TAG.
It looks like Rows.count ( if DataTable method)
is there any good ideas?
Hi, there are few OPTION TAG

I want to count how many OPTION TAG.
It looks like Rows.count ( if DataTable method)
is there any good ideas?
Hey @saintseiyer,
Use Find Children Activity and indicate the select combobox.The activity will return you a list of uielement or ienumerable of uielement on which you can do a .count() or .Length().
thanks!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.