Forum Discussion
AlexeyKolosov
Staff
16 years agoHi Anand,
Once I find the object which has innertext="abc" then I would have also to find the multiple occurences of these innertext
You can use the FindAllChildren method to retrieve all objects which match a specific criteria regardless of their location in the objects hierarchy (see the "FindAllChildren Method" help topic (http://www.automatedqa.com/support/viewarticle/12741/) for more information).
know their parents
You can use the Parent property for that. Please see the "Parent Property" help topic (http://www.automatedqa.com/support/viewarticle/13203/) for more information.
I have the following situation where I have to compare the values of two table cells data to check whether they are equal or not
You can use the approach described in the "Parsing HTML Tables" (http://www.automatedqa.com/support/viewarticle/12719/) help topic to work with the table and retrieve the needed data.