How to use kill process activity to close IE browser after scraping data from a website?
@RPAwithAshish give “iexplore” in kill process activity
Thanks! but not working. i had tried it already.
Thanks! but not working this way.
got attached window but how to send hot key?
when you open the browser set the output
Then at the end use Close Tab Activity
now in the Browser tab from the Properties pane give the output variable of the open browser
Still facing probelm? @RPAwithAshish
Thanks guys! but problem solved by edit selection section. there i unchecked the tab name and now it is working perfectly.
How to put a condition to continue flow using if function? any help?
what is your requirement?
want to set a criteria to the loop. when it reaches to a certain number it should stop looping it.
I have a set of URLs in excel sheet which bot will open in IE and look for certain data points and save it in excel. i want to stop this loop when the last url is done.
- Use Read Range activity
- Drag a For Each Row to loop through the datatable do all the operation inside the for each loop except the open browser( you can use it but you should close it before opening other)
- Instead of using the Open Browser inside the for each what i would suggest is to set the out put variable after opening the browser.
- You can use Navigate To activity inside the for each loop.
- in the Browser Input from the properties panel give the output of the variable that has been set to the Open Browser activity
- Once the last url is reached the loop will end and at the end(outside the for each row activity) use Close Tab or kill activity