I have a process extracting data from a website, using Application/Browser Activity. The process has been working fine until yesterday.
The process is VB, Windows. Studio is updated to latest version.
Without any changes having been made, it suddenly stopped working. The issue is that the Use Application/Browser activity seems to not be working longer.
Usually I have been using Chrome, but for testing purposes I have also tried Edge and Firefox. The issue is identical on all three browsers.
I have uninstalled and reinstalled the browser extension for all three browsers, but that did not help
When the process reaches the activity two different things will happen depending on the circumstances.
If the browser is not already open it will fail with this error msg:
If the browser is already running it will fail with this error msg:
This may sound very silly, but try to delete the use browser activity and configure it again from scratch, I had this bug once as well and that fixed it for me. Let me know.
Hi, well, it did not work, but it put me on the right path. I went to “Manage Packages”, uninstalled the Web.API.Activities and System.Activities, and then reinstalled them. That fixed the problem. Do not ask me why.