I’m trying to get iterate through a list of addresses for pictures, stored in base64, to download the pictures. my problem is that open browser/attach browser isn’t working.
My path: data:image/jpeg;base64, .
I’m trying to build it out I open the browser once, using navigate to function to repoint to each image i’m trying to capture.
The problem is that navigate to isn’t working. I tested this same approach with navigating to “https://www.cnn.com” and it worked without fail. I don’t understand why the data:image/jpeg isn’t working.
Any suggestions? I have tried opening a new browser for each image, but it seems to break after the 3rd execution.
Hi. Yes i have tested this with open browser activity and it works fine. I’m trying to use the Navigate To activity to prevent me from opening and closing browsers for each activity (assuming that there’s at least 5-10 photo downloads per execution).
When i use the open browser, the process is successful against the first 3 (shorter data paths) and fails on the 4th one. Error message is “cannot communicate with browser”.
As far as I know Internet Explorer does not support navigating to data URIs. You’ve mentioned that it works fine the first three times so it might not be that. What browser are you using?