Posts

Showing posts with the label chrome open multiple incognito windows

Shell script to open multiple chrome windows with auto close command

Hi, This is  Shubham Mishra  from India,  this is the part of  Ruby on Rails  exploration journey.  In this post we will discuss about the shell script code to open multiple chrome windows and I am sure you will get excited to make your hands dirty with those code, so why to wait let's get started... In this blog we will going to write a shell script to open N number of url's in a new Chrome incognito windows. Some times we want to test load on our websites or want to increase the view count of our youtube videos then we need some automations, here the actual requst is : "Write a shell script for opening new incognito window of chrome from list of urls in random manner, and also keep random sleep time between 1 minute to 10 minute for next iteration and also close the opened window after 3 minutes" This is how the script functions: 1. Set the URL list to open. 2. cycle over each URL. 3. Set a random sleep period of between one and ten minutes. 4. U...