Ivg
9 years agoOccasional Contributor
How To use "Find" Method with multipe properties and values in connected application (C# Code)
Hi,
I am able to pass single property and value, how to pass multiple properties and values to identify the object?
C# arrays are not supported
Something like this is also not working:
var propNames = "text,Enabled";
var propValues = "Simulate,True";
...["Find"](propNames, propValues, 100, false);
How can I pass array as a parameter?
Thanks!
Ah right.
Wasn't quite sure.
In which case, is this:
http://community.smartbear.com/t5/Getting-Started-with/FindAllChildren/td-p/94331
Any help? It has a reply using FindAllChildren with multiple properties/values in C#. Although, there is no reply to say if it worked or not?