Hello everyone !
I have a scenario where i have to set the hasFocus attribute of element to True before typing something.
I know i can use “Set web attribute” activity to do so.
But it’s only showing as inner and outer HTML.
Where can i set the value to True to make TextBox as focused ?
Not sure if this was tried at first, but have you tried to use Type Into Activity directly and if an error has occurred, Could you let us know what was the error faced when it was used ?
Also, Did you enable the Activate Property in Type Into Activity and checked if it works ?
I am sure typeinto should work we are working on a similar interface…If that does not work then use a click and type into with selector of whole window and activate or click before set to false. In Click do a hardware click and also give the selector of the text box
First of all, That inbox box is not excepting click functionality, therefore its not allowing for click in that box.
Using ui explorer i found : when that input box is focus= True that only type into is working perfectly. when input box is focus = False , type into activity gets fail.
So manually how to you type? how does it work…would it take a tab to get it activated…perform similar steps with bot…Is it controlled by any other field…if so clicka nd use tab from there
Yes, after completing all the process in studio. I am gonna upload the package and run in unattendend mode.
But while testing in studio without uploading to orchestrator , my process is not running in background. The input box for username is needed to focused to proceed further
Unattended doesn’t necessarily be a background process…it can be a foreground as well and focusing ot getting the target application to foreground is important as to send inputs to the target application…
So please try to get the application to foreground
Yes sir,
I just used activate activity to bring browser to front. but it thrown error as : “cannot bring the target application in foreground because window session is locked”