Skip to content

Commit 96fc6b8

Browse files
Tune value
1 parent 4265ccb commit 96fc6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ - (NSString *)wdValue
7878
value = @([value boolValue]);
7979
} else if (elementType == XCUIElementTypeTextView ||
8080
elementType == XCUIElementTypeTextField ||
81+
elementType == XCUIElementTypeSearchField ||
8182
elementType == XCUIElementTypeSecureTextField) {
8283
NSString *placeholderValue = self.placeholderValue;
8384
value = FBFirstNonEmptyValue(value, placeholderValue);

0 commit comments

Comments
 (0)