12-05-22 08:19 AM
Hi All,
I would like to get your support is resolving issue related to browser Automation.
Recently we migrated to BP 6.10.4 and since then browser automation is not working.
We tried below but no success so far.
1. Enabling of ephemeral port
2. Re-installation of Browser Extension (6.10.4)
3. Re-installation of Google Chrome
4. Checked the firewall and port is allowed as well
After making this changes(1 to 3), it works the first time but after restart of machine, it stops to work again.
Please let me know if anyone else has faced similiar issue and managed to solve it.
Note : Browser Automation is working in MS EDGE
Thanks and Regards
Akash Kumar
20-05-22 07:06 AM
20-05-22 10:44 AM
24-05-22 07:49 AM
Hi All,
Thanks for your support.
The issue got solved by following below steps:
1. Make sure there is no running edge instance Or Close all edge instance as startup during the start of machine.
BP seems to be communicating to one browser at a time, which means if your edge is running in background and the port got used there, then BP will not work with Chrome.
You can performed a netstat -ABNO on the machine and check which browser actively binding the port(31924).
2. We also changed the way we launch the browser(chrome).
Previously, we were using Start Process to Launch the Chrome and then Attaching it.
Now, we changed it to launch using Navigate Stage.
Regarding Point 2 - we are not sure how it is helping in solving the problem, but after this change we no longer have the issue.(Reason is unknown)
There are some required browser settings which you can view from BP Docs.
Best Regards
Akash Kumar