I\'m trying to run a same test across multiple browsers through for loop but it always run only on Firefox.
bros = [\'FIREFOX\',\'CHROME\',\'INTERNET EXPLORER\']
You will have to generate multiple test classes (or webdriver instances) with the chosen browsers. A Webdriver is defined with one browser.