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 85c8876 commit 3dea313Copy full SHA for 3dea313
EarlGrey/Action/GREYActions.h
@@ -317,8 +317,8 @@ NS_ASSUME_NONNULL_BEGIN
317
*
318
* @param text The text to be typed. For Objective-C, backspace is supported by using "\b" in the
319
* string and "\u{8}" in Swift strings. Return key is supported with "\n".
320
- * For Example: @"Helpo\\b\\bloWorld" will type HelloWorld in Objective-C.
321
- * "Helpo\u{8}\u{8}loWorld" will type HelloWorld in Swift.
+ * For Example: @code @"Helpo\b\bloWorld" @endcode will type HelloWorld in Objective-C.
+ * @code "Helpo\u{8}\u{8}loWorld" @endcode will type HelloWorld in Swift.
322
323
* @return A GREYAction to type a specific text string in a text field.
324
*/
0 commit comments