Skip to content

Commit

Permalink
changed docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
swngarg-lt committed Nov 8, 2024
1 parent e8ccf3c commit e3ba4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN
- (BOOL)fb_deactivateWithDuration:(NSTimeInterval)duration error:(NSError **)error;

/**
@Param excludedAttributes which needs to be excluded from the response possible values contain frame, enabled, visible, accessible, focused
@Return application elements tree in form of nested dictionaries
@param excludedAttributes Set of possible attributes to be excluded i.e frame, enabled, visible, accessible, focused
@return application elements tree in form of nested dictionaries
*/
- (NSDictionary *)fb_tree:(nullable NSSet<NSString *> *) excludedAttributes;

Expand Down

0 comments on commit e3ba4c8

Please sign in to comment.