stega
13 years agoContributor
Can' find the selected object
I have a list on a web page (tbody-tr-td). If i select for example the first item (Cell(1,1)), when i want to search with the nativeWebObject.Find() method, the testcomplete doesn't find it.
How can i get the selected object properties.
The way i want to do is:
1. Search the first item, and click on it.
2. Check if one of the item propery matches with a string.
3. If not, than press down, and check again (2.)
4. if matches, click a button
Thanks
How can i get the selected object properties.
The way i want to do is:
1. Search the first item, and click on it.
2. Check if one of the item propery matches with a string.
3. If not, than press down, and check again (2.)
4. if matches, click a button
Thanks