Setting up Selenium is easy, although there is a
catch. The basic installation of Selenium must be
hosted by the same web server as the Application
Under Test (AUT). This restriction is due to the fact
that JavaScript has built-in security against cross-site
scripting. [3] After installation, the user simply needs
to begin writing and running tests.