I have a below scenario: In my script, I am entering the credential and logging to the application, after login it asks for text code that is sent to the mobile device.
Currently, through code only I want to ask user to input the code and navigate to for next actions. Is there any way to do it in squish.
Note: I am automating QT desktop application that is developed in Linux.
I tried input(prompt), but it is not working.