We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f147a commit 940df80Copy full SHA for 940df80
WebDriverAgentLib/Commands/FBSessionCommands.m
@@ -141,10 +141,6 @@ + (NSArray *)routes
141
[FBConfiguration forceSimulatorSoftwareKeyboardPresence];
142
}
143
144
- if (capabilities[FB_SETTING_USE_CLEAR_TEXT_SHORTCUT]) {
145
- [FBConfiguration setUseClearTextShortcut:[capabilities[FB_SETTING_USE_CLEAR_TEXT_SHORTCUT] boolValue]];
146
- }
147
-
148
NSString *bundleID = capabilities[FB_CAP_BUNDLE_ID];
149
NSString *initialUrl = capabilities[FB_CAP_INITIAL_URL];
150
XCUIApplication *app = nil;
0 commit comments