diff --git a/testui/elements/testui_element.py b/testui/elements/testui_element.py index 1a983ce..0fbef4a 100644 --- a/testui/elements/testui_element.py +++ b/testui/elements/testui_element.py @@ -99,6 +99,7 @@ def __show_error(self, exception): :param exception: exception """ testui_error(self.testui_driver, exception) + return self def get(self, index): """