Skip to content

Commit 8f4c7bd

Browse files
committed
remove fb_hasButton from public headers
1 parent 2098b98 commit 8f4c7bd

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ typedef NS_ENUM(NSUInteger, FBUIInterfaceAppearance) {
9595
*/
9696
- (BOOL)fb_openUrl:(NSString *)url withApplication:(NSString *)bundleId error:(NSError **)error;
9797

98-
/**
99-
Checks if the device has a specific hardware button available.
100-
101-
@param buttonName The name of the button to check (e.g., "home", "volumeUp", "volumeDown", "action", "camera")
102-
@return YES if the button is available on the device, otherwise NO
103-
*/
104-
- (BOOL)fb_hasButton:(NSString *)buttonName;
105-
10698
/**
10799
Presses the corresponding hardware button on the device with duration.
108100

0 commit comments

Comments
 (0)