cancel
Showing results for 
Search instead for 
Did you mean: 

"Open application Navigator" greyed out in application modeller when using chrome browser

Miya
Level 5
Hi,

   Recently we moved to chrome  and when i try to spy a table using the open application navigator it got greyed out in chrome.

Please can someone help to doer this issue

Thanks & Regards,


------------------------------
Miya
------------------------------
3 REPLIES 3

bruce.liu
Staff
Staff
Hi Miya,

Which Blue Prism version were you using? Application Navigator for modern browsers was only introduced from v6.9 onwards. This might be the reason why you did not get that option.

------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------



   Thank You, Bruce, we have BP V6.8.
Actually i am trying to spy a long list, when i try in browser mode i am not getting the table option to get into collection.
Can someone tell me how can i get the values into collection

Thanks
Miya


------------------------------
Miya
------------------------------

Hi Miya,

You need to make sure the list you spied on is actually a <table> element behind. This can be done by using the browser "inspect" feature to know the exact HTML behind the element. If the your list is not a <table>, rather a series of <div>, you may need to devise your own logic to obtain the list.

If it is a <table>, and you are not getting what you need, you can try to spy <tbody> and see if that works. In the latter case, you may wish to alter the element type from a generic "Web Element" to "Table (Web)" so you can get the "Get Table" action in the read stage.

Hope this helps.

------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------