Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Aug 9, 2024
1 parent 6318e25 commit 2063385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XCUITestHelper/XCUIElement.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extension XCUIElement {
///
/// - Parameter in: Element to type in.
/// - Parameter text: Text to type.
/// - Parameter press: Action to perform after typing.
/// - Parameter action: Action to perform after typing.
public func type(in textField: XCUIElement, text: String, action: XCUIElementAction = .send) {
if textField.elementType == .textField ||
textField.elementType == .secureTextField ||
Expand Down

0 comments on commit 2063385

Please sign in to comment.