I’m going to go to google search anything and inside the images section there will be a data scraping which will extract the ‘src’ attribute which is in the column “images”.
now in the foreach row in datatable
Using navigate to, I navigate to each extracted image’s src from the data scraping
Here is a video of that weird behavior (watch the entire video).
the switching between uipath and the browser is done by me
Hi @indiedev91
I think “Src” is your current page which is already open and it is same for all images. please check manually are you getting same or different.
As your automation is working as expected as you are getting the browser extension error, just try to add a delay after the Navigate activity. Also please try reinstalling the chrome extension from uipath studio.
@indiedev91 if you want to navigate to the image link then follow the screenshot, because here the data scrapping is not working. You have to copy image link and then navigate that link. Main(2).xaml (12.5 KB)
Have you tried with manually, i mean copy the data that your getting in currentrow(“images”).tostring and paste that in search bar. What results you are getting?
Also check sequence1, that navigate to url activity is working or not