Suddenly yesterday uipath during an Open Browser activity started to open IE twice.
The flow check if the browser is open, if not:
Open Browser (with a variable for the address based on values gathered before) ;
check if exists the IE Windows Security login window, if yes:
Attach Window
and set text for User and Password.
It was working perfectly since yesterday. Now when it reach this point it opens IE twice and break returning the “Cannot communicate with IE browser” message.
@lakshman
thank you for your fast reply. I´ve tried the possible solutions mentioned but the problem still happening. I´ve also tried add site to trustable zones and define home page as blank and still facing the problem.
I had same problem on couple machines and I solved that with “start process” activity.
For the path you just need to pass path to your IE 32bit and in argument you just need to pass your url and that’s it!