GSDL 'findChildByIndexLastElementFound' command can't find the child by index

When you use https://greenspector.atlassian.net/wiki/spaces/DOCUMENTATION/pages/2937028723 with methods of type find like findChildByIndexLastElementFound,8 you can encounter issue on index of children on dump file.

In the following example, the selected node has 9 children but there is no child with index 0.

In this case you have to consider there is a bug in uiautomator framework. You have to remove 1 to get the real index. For example use findChildByIndexLastElementFound,7 instead of findChildByIndexLastElementFound,8 to get the child with (8)