24-08-23 10:16 AM
Hi,
How to get the Windows Title for a Web Application. I refer different thread on Community but didn't get any unique answer.
Kindly advise how to get it ? (Lets say the Target Application is : https://transport.telangana.gov.in/)
Also please confirm does the process name for IE, CHROME, EDGE is "ieexplore", "chrome", "msedge" respectively, always remains same.
Thanks
24-08-23 11:11 AM
Hi Madhu Garg,
Yes, process name is always the same. To get Winows Title you can use action in Utility - General -> Get Windows
Here you can download this object: Blue Prism Digital Exchange
24-08-23 11:29 AM
Thanks Dawid for replying.
Correct me if I am wrong.
Utility-General is a default VBO which is provided by Blue prism itself. We can directly import it from our C/Program File/Blue prism Automate/VBO.
I have attached a screenshot. There I could not find any Action, where we can get the WINDOWS TITLE as Output.
Please advise. Thanks
24-08-23 12:06 PM
Hi @MadhuGarg,
Process name always remains the same, i.e. "ieexplore", "chrome", "msedge".
To get the window/web page title, you can use WIN32 mode to get the title of the application quite easily by spying the entire main page itself.
Thank you.
24-08-23 01:48 PM
Hi, Madhu,
as Dawid mentioned you need to go to Digital Exchange and download the update version from there. Then you will see the action which David refers to.
Regards
Zdenek
24-08-23 02:52 PM
24-08-23 03:33 PM
Parameters are used to limit the number of responses in the output. You can complete the fields for which you have data or leave the fields empty, then you will receive collections with all the windows that are available.
I sometimes have problems because when giving Input I don't get all the windows for the given parameters, so I usually read all the windows and filter the collection which is the Output of this action.
28-08-23 09:40 AM
Another simple way is to spy the html "head title" using a css selector and grab the text value off that element with a read stage.