Update readme.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user