Update readme.md

This commit is contained in:
jvelilla
2013-05-23 07:50:18 -03:00
parent 60fa076796
commit c741e41597

View File

@@ -26,19 +26,19 @@ The examples and guide are based on http://docs.seleniumhq.org/docs/03_webdriver
WebDriver is a tool for automating web application testing, and in particular to verify that they work as expected. WebDriver is a tool for automating web application testing, and in particular to verify that they work as expected.
class class
EXAMPLE_SEARCH EXAMPLE_SEARCH
inherit inherit
ANY ANY
redefine redefine
default_create
end
feature
default_create default_create
end do
feature search
default_create end
do feature -- Example
search
end
feature -- Example
search search
local local
web_driver : WEB_DRIVER web_driver : WEB_DRIVER