I am trying to use the Send Hot Key activity “CTRL+a” to clear a UI text box. However, it is not recognizing the command. It will not highlight the text. It just moves on as if it did it. I use a “click” activity to “activate” the test area followed by the “Send Hot Key” activity and nothing happens. I even used the “type Into” activity to try and clear it that way and it does not work either. I need to delete the text from the text box area.
Any issues with version 20.4 for the Send Hot Key activity?
Thank you, Omar. I tried it and it did not work. Do I have it setup correctly? It acts like it did it and moves on to the next activity, but it never highlights the text. I can use the same activities in other web apps and it works. Does the added screen shot look correct to you?
Please check the selectors after doing the same process to reach the webpage, maybe some value in the selector is variable everytime you reach the page, that’s why!
As per your post, that it is not typing or selecting the text using your hotkeys thus , most probably it is not able to find the selectors of the text box.
Maybe the selectors of that box are dynamic, that’s why!
Please check the selectors after of the text area after making two separate instances!
I’m not seeing any difference. Im wondering if its the web app itself. Its an older web app that emulates in an IE8 browser and uses ActiveX controls in the web pages. That may be the issue. Thoughts on that?