I have an issue i spying the selector. After launching the application I wanted to check whether the launch was successfull or not. In other applications i have captured the username element. But in one of the web application am unable to do that. Any suggestions please let me know. Attached is the screenshot.
I have had similar issues with Chrome message boxes despite of having the extension installed. I would use one of the “exists” activity: e.g. Image Exists, OCR Text Exists or Text Exists. I personally find “Image Exists” activity more reliable.
Hi @sumareddy47, I experienced this same issue as you today with chrome (even though the extension is installed). This was my solution, since the username field was already active, you can use the type into activity (no need to indicate element), add some hotkeys in the type into to press tab into the next field, then type the password then click enter. See screenshot below for the solution:
Currently i did my process in the same way using hot keys. But initially i need to check whether the launching is successfull or not. Later i need to try for Login into the Application. So am trying to make sure whether the application is successfully launched or not