Installing the Selenium WebDriver Environment
On the machine where Fortify WebInspect is installed, you must install all the software and tools that you need to run Selenium scripts. This includes, but is not limited to, such items as:
-
A browser
-
A test runner
-
All prerequisite software to support running Selenium scripts
For example, for .NET NUnit framework, you must install
.NETandnunit3-console.exeas the executable that runs the Selenium scripts.
Important! The list of required software and tools varies depending on your programming language.