I was trying to loop through each row in csv and search in google through open browser activity and extract address. But open browser adding extra forward slash to urls
Like in Csv I’ve forbes
open browser adding forbes/
Adding forward slash making site in accessible. I just want to search and extract once search page loaded. How can I remove forward slash from open browser activity while searching?
It’s not UiPath adding the forward slash, it’s the browser. Why would the slash make it inaccessible? It’s normal for URLs that end in a folder (rather than a filename) to have a slash on the end.