I ahve a bunch of URL’s in an excel sheet, I have tried to use the open browser activity but it opens me 1 window for each url I have seen some people with very similar issues but the tickets were already closed and I was not able to post on those
this is what I have for this function
If it was a duplicate my apologies, it wasn’t meant to do it, regarding the issue it should open each url as a tab in chrome but I am only managing to make it open independent windows. @Anil_G condition for the loop ur talking about the for each function or to create one? like this?
@Anil_G, I think I get it, but when attaching it requests some sort of variable/value how can I specify it to be for the first URL opened? so i got “URL” as header of the column being rowindex “0”, for me to define the next line should it be something like row(“URL”).index(1) ?
Your for loop will take care of changing or looping through eqch row…
What you need to provide in url field any where is row("Urlcolumnname or index").ToString
And the index can be directly assigned in the for loop properties.it will automatically be incremented
but when it opens the first time it won’t attach anything, but will already be on the second line when going to the first time it attaches, don’t I need the value of the first one as refence for the attachment process?
Then do one this…After click ctrl+t …Try using another attach browser…but now use the title as the title of empty tab…which would always be constant again…so if we attach to the new tab and then use navigate it should work on the new tab now