We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5e0a3 commit dca3ca0Copy full SHA for dca3ca0
1 file changed
WebDriverAgentLib/Commands/FBElementCommands.m
@@ -151,7 +151,7 @@ + (NSArray *)routes
151
{
152
FBElementCache *elementCache = request.session.elementCache;
153
XCUIElement *element = [elementCache elementForUUID:(NSString *)request.parameters[@"uuid"]];
154
- FBXCElementSnapshotWrapper *wrappedSnapshot = [FBXCElementSnapshotWrapper ensureWrapped:[element fb_takeSnapshot:NO]];
+ FBXCElementSnapshotWrapper *wrappedSnapshot = [FBXCElementSnapshotWrapper ensureWrapped:[element fb_takeSnapshot:YES]];
155
id text = FBFirstNonEmptyValue(wrappedSnapshot.wdValue, wrappedSnapshot.wdLabel);
156
return FBResponseWithObject(text ?: @"");
157
}
0 commit comments