We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71abfb4 commit d2b7b9eCopy full SHA for d2b7b9e
appium/webdriver/extensions/flutter_integration/flutter_commands.py
@@ -187,7 +187,7 @@ def get_render_tree(
187
text (Optional[str]): The text of the widget to filter by.
188
189
Returns:
190
- str: The render tree of the current screen.
+ List[Optional[Dict]]: A list of dictionaries or None values representing the render tree.
191
"""
192
opts = {}
193
if widget_type is not None:
0 commit comments