diff --git a/src/testium/interpreter/test_set.py b/src/testium/interpreter/test_set.py index e78e048..64472d3 100644 --- a/src/testium/interpreter/test_set.py +++ b/src/testium/interpreter/test_set.py @@ -236,7 +236,7 @@ class TestSet: i = 0 while (res is None) and (i < parent.childCount()): - res = self.__findItemByIdRecursively(item_id, parent.child(i)) + res = self.__findItemById(item_id, parent.child(i)) i = i + 1 return res