Tag: Selenium

Selenium IDE and Selenium server results with a NOT FOUND error

The battle with Selenium IDE and Selenium server. I have used Selenium IDE to create a test for a particular website. I can run the test using Selenium IDE with successful results. However, running the same test using Selenium server halted as there was the error “not found”. The code that caused the error. I tried everything I could think…

Read More »

How to automate Selenium scripts

Selenium is a test tool for web applications. Selenium tests run directly in a browser. This guide will demonstrate how to take many Selenium scripts and automate them using a single test using a Microsoft Windows workstation. Prerequisites Selenium Scripts Create Automate Create an html file to batch the tests together (placed in the same folder) as the existing html…

Read More »