Hi,
I am reading product names from an Excel sheet. For each of the product name, I am opening amazon, ebay etc. pages to get product details. Every time I am opening amazon page, closing it, opening ebay page, closing it etc. until all products are over.
Is there a better way of doing this?
Hi,
If you are trying to open multiple sites in a loop. Following approaches might be helpful !
Open site(s) in InCognito mode to prevent saving of site Data & cookies.
After performing action on one site, close browser & ReOpen for next loop.
Use Navigate Browser activity which is capable of doing below listed actions :
a. Go Back** - Navigates back in the current browser tab.
b. Go Forward** - Navigates forward in the current browser tab.
c. Go Home** - Navigates to the home or start page in the current browser tab.
d. Refresh** - Reloads the web page that is currently displayed in the browser.
e. Close Tab** - Closes the current browser tab.
By using above activity you can always navigate back to home or close tab before going for next site.
While identifying use normal the first open browser itself…then further to it move it to separate use app/browser and pass variable…ideally it would support either ways