Multiple elements matching - perform action on only two elements from the list
Hi,
There are several checkboxes on the page with the same attributes. I used UseKeys = True, GetClones and a ListLoop for iteration over these elements. However, I need to perform a click action on only two of these elements. How can they be accessed from a list?
GetClones result gives me a cloneCollectionProxy, I am not able to extract a particular web element (the result of cloneCollextionProxy.GetItem(name) is iElementProxy). I would like to extract an element and use a PerformClick method on that element.