04-05-21 09:26 AM
04-05-21 01:59 PM
04-05-21 04:24 PM
Hey Mayank....
Some time UI mode is worked with Chrome and Edge however some time its not, that time you have to add
"--force-renderer-accessibility" after your URL in Application Modeler.
Like - https://Portal.blueprism.com --force-renderer-accessibility
I hope it will solve your issue
09-10-24 01:21 PM
@david.l.morris @NileshJadhavBP
Thanks for the information!
How we can use --force-renderer-accessibility if our object is set with A browser which already running instead of Launching?
09-10-24 05:15 PM
Myank,
A couple of notes.
1) I believe the full argument should be "--force-renderer-accessibility=complete". The '=complete' portion became necessary after a specific version of Chrome/MS Edge. It seems like it has been a year or two.
2) I believe you need to have the argument in place when you originally started the browser (either using a form of the 'Launch' logic, or in the 'Start Process' action).
Best of luck,
Red
10-10-24 11:53 AM
@stepher Thanks for your help and suggestion!
I have still issues with UI automation while using A browser which already running option.
I have launched browser/application with --force-renderer-accessibility=complete in first object and attached from second object.
11-10-24 02:25 PM
I just wanted to pipe in and mention that '--force-renderer-accessibility' should work again. The '=complete' part was only necessary for a bit and it was a bug that Microsoft fixed. That said, we still use the '=complete' part as well because it should result in the same thing.
@DipinDevP Can you provide more information, such as your version of Blue Prism and any other info you can such as screenshots of your application modeller or the attach logic and its inputs, etc. For most versions of Blue Prism, the way you are describing what you're doing should work. So, either there is a bug, something is different with your system, or you aren't actually doing it correctly. We can't really guess which one it is without more information.
17-10-24 04:19 PM
Hi @DipinDevP ,
Once you launch a browser with the switch mentioned above, all subsequent Attach from different objects configured as A browser which already running option will also let you use UIA as a spy mode.
The switch acts as an enabler of the UIA operation in the browser level.
P.S : I am presently hosted on 7.1.1 and can't confirm the same for old versions but it should work the same in them as well.