From edd5da96fc53b759df1334da459126a8141d38cb Mon Sep 17 00:00:00 2001 From: Sawan Garg Date: Mon, 11 Nov 2024 16:37:48 +0530 Subject: [PATCH] updated docstring --- WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h b/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h index abc91a3fe..54d4bd281 100644 --- a/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +++ b/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h @@ -27,9 +27,10 @@ NS_ASSUME_NONNULL_BEGIN - (BOOL)fb_deactivateWithDuration:(NSTimeInterval)duration error:(NSError **)error; /** - Return application elements tree in form of nested dictionaries + Return application elements tree in form of nested dictionaries */ - (NSDictionary *)fb_tree; + /** @param excludedAttributes Set of possible attributes to be excluded i.e frame, enabled, visible, accessible, focused. If set to nil or an empty array then no attributes will be excluded from the resulting JSON @return application elements tree in form of nested dictionaries