Skip to content

Commit c12e3e9

Browse files
committed
Merge pull request #3 from redskyit/development
Replace references to Selenium Script with Script Driver.
2 parents 3de1a37 + d6c0b1c commit c12e3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple scripting language for driving selenium based web automation and regres
44

55
### Overview
66

7-
Selenium Script is a basic scripting language designed to take some of the pain out of writing and updating automation and regression tests for web pages. Selenium is a powerful automation tool for web pages, but it requires a fair amount of code to do even the simplest things. The idea behind Selenium Script is to hide all the complication inside the script engine, and expose the power of selenium through the simplest of scripting commands. Simple and quick was the goal behind this project.
7+
Script Driver is a basic scripting language for Selenium, designed to take some of the pain out of writing and updating automation and regression tests for web pages. Selenium is a powerful automation tool for web pages, but it requires a fair amount of code to do even the simplest things. The idea behind Script Driver is to hide all the complication inside the script engine, and expose the power of selenium through the simplest of scripting commands. Simple and quick was the goal behind this project.
88

99
### Project Status
1010

0 commit comments

Comments
 (0)