Forum Discussion

Petewilson's avatar
Petewilson
Contributor
2 months ago

Performing select all and delete on BitBar iPad or Android device

I am using TestComplete connected to Bitbar and am trying to simulate selecting the Text in a box and deleting it.

I need to do this on the same app but on IOS and Android platforms if the code is different for both?

As far as i can tell it doesn't support .SetText , nor key strokes, .Keys("^A[Del]"), for select all and delete

I can't find any documentation for how to proform this function. Can anyone give any guidance?

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    On Android, if I double tap the text, it highlights it. I guess the same should occur on iOS? You should then be able to select the appropriate menu item to perform your action. 

    The keyboard shortcut Ctrl + A, is specific to Windows. However, other OS may implement the same keyboard shortcut.