Skip to content

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
swngarg-lt committed Nov 11, 2024
1 parent 3e0dd51 commit edd5da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edd5da9

Please sign in to comment.