cancel
Showing results for 
Search instead for 
Did you mean: 

HTML spy mode is not visible in Blueprism 6.4

Anujq
Level 3



Hi Guys,

I am using BP 6.4 and trying to automate an HTML website...................but after launching the website when i go to spy element that time all modes are available (Win32/Region/Accessibility etc) except html mode.

Can anyone help me here, is there any configuration have to be enable in order to use html mode in BP 6.4


Thanks
11 REPLIES 11

TetsujiJunicho
Level 9
Hi,

Did you select any one of types of application in the following on Application Modeler Wizard? 

  • Browser-based Applications (Chrome/Firefox) - which need Chrome/Firefox Extensions
  • Browser-based Applications (Internet Explorer)
17164.png

If so, did you spy the inside Web Page area, other than outer Window Application area?
HTML mode will only recognize the HTML elements within the web app, nothing outside.

Hope this helps.

------------------------------
Tetsuji Junicho
Manager of RPA Practice Grp.
Accenture Japan
Asia/Tokyo
------------------------------

Hi,

Yes i checked by launching both (IE/Chrome browser) from Application Modeler Wizard. After launching the application when i try to spy html elements, It doesn't show HTML mode for the same. 

Thanks

------------------------------
Anuj q
q
a
UTC
------------------------------

Hi,

Did you set the correct path of IE process such as "‪C:\Program Files (x86)\Internet Explorer\iexplore.exe"?

17166.png


------------------------------
Tetsuji Junicho
Manager of RPA Practice Grp.
Accenture Japan
Asia/Tokyo
------------------------------

Hi,

Yes path is correct.

Thanks

------------------------------
Anuj q
q
a
UTC
------------------------------

Anonymous
Not applicable

Hi Anuj, 

I have seen this issue before when using BP 6.4
I think it is a bug which just randomly means that HTML doesn't show up when trying to spy every now and then. 

Most of the time I have to close the process studio and the browser and load up again, that tends to fix it.

Thanks
Elliot



------------------------------
Elliot Barling
Systems Developer, RPA
John Lewis Partnership
Europe/London
------------------------------

Is anyone aware of a fix for this please? I am currently experiencing exactly the same issue, tried restarting both BP and the virtual worker I am building on.  I had already built the objects and they were working, suddenly today all spying has been lost and HTML spy mode doesn't appear when I try and re-spy the web application

Appreciate any further help on this anyone can offer, thanks

------------------------------
Paul Kirwan
------------------------------

Hi Paul,

Could you please restart the machine 2 to 3 time and check.

Thanks
Nilesh

------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Nilesh Jadhav.
Consultant
ADP,India

Hi, firstly thank you for your reply.  On trying again this morning I think the issue lies elsewhere. When I call the Objects from a Process I get a "Fail to Attach" error and delving down into Object Level from Process Level all of the spying is lost and there is no option to re-spy using HTML. However when the web app is launched and ran at Object level alone it works and all the spying is there.  It seems like at Process level it is trying to attach to another instance of the browser for some reason (Internet Explorer - on googling the issue I have seen this mentioned) however I have been unable to find a fix so far

If anyone has any suggestions to a fix I would be very grateful, thanks

------------------------------
Paul Kirwan Automation Developer
------------------------------

Hi, after some digging I found that there were multiple instances of iexplore running (under the Details tab in Task Manager even though only 1 instance of Internet Explorer showing under Processes) which was causing the loss of spying and the inability to re-spy using HTML mode as the process was trying to attach to the wrong instance of IE.  In this case using Child Index would not fix the issue.  .  Fix (from BP Brower Automation Guide) is as follows:

Changing the registry file is done at your own risk

1 Open RegEdit
2 Browse to HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main
3 Right click and select New-DWORD Value
4 Name this TabProcGrowth and set value to 0 (explained below)

0 (Zero) – This disables protected mode for IE Security Zones and tells Internet
Explorer to open tabs and frames within the same process.
1 (One) - This leaves protected mode enabled, and ensures that all tabs in a given
frame run in a single process. Note that this may require the use of process flow to
launch and separately attach to the required IE instance. Two processes will still be
created, one for the frame and one for all the tabs within that frame.

5 Restart IE

Hope this helps someone 🙂

------------------------------
Paul Kirwan Automation Developer
------------------------------