

You can run it over and over again to continually ensure that your website or application works properly.īut repeatedly running tests this way can get a bit tedious. Running testsĪfter you’ve created a test you can run it within Selenium IDE. If you haven’t saved it then you’ll have to recreate it. It’s very important to save your project because Selenium IDE will not remember your project if you close your browser. Selenium IDE groups multiple tests into “projects” which you can save as a. When you start recording, any actions you take in the browser will be stored so they can be saved as a test and repeated in the future.įor example, if you were to start recording, load Google, search for “Ghost Inspector”, click the search button, and then assert that “Ghost Inspector” is somewhere on the page, you’d end up with a test that looks something like this.

GHOST BROWSER SELENIUM PYTHON INSTALL
To record a test with Selenium IDE you’ll first need to install the browser extension in Chrome or Firefox. Both have a CLI for triggering test runs.Selenium IDE requires you to build your own testing infrastructure from scratch.

