In the post on UI testing with Selenium – record and refactor, the tests ran locally using Chrome. They were subsequently modified to run faster by running Selenium tests in parallel. For tests to be actually useful in the real world, they need to run on multiple browsers, on different…