We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49a485 commit 34b303cCopy full SHA for 34b303c
WebDriverAgentLib/Categories/XCUIElement+FBResolve.h
@@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN
31
@return Either the same element instance if `fb_isResolvedNatively` was set to NO (usually the cache for elements
32
matched by xpath locators) or the stable instance of the self element based on the query by element's UUID.
33
*/
34
-- (XCUIElement *)fb_stableInstanceWithUid:(NSString *)uid;
+- (XCUIElement *)fb_stableInstanceWithUid:(NSString *__nullable)uid;
35
36
@end
37
0 commit comments