Added a simple search example.

Updated web_driver, use the API as delegation instead of inheritance.
Updated web_element class.
This commit is contained in:
jvelilla
2013-04-30 10:19:34 -03:00
parent 31c2be768f
commit dcdc700bac
7 changed files with 121 additions and 74 deletions

View File

@@ -17,11 +17,16 @@ feature {NONE} -- Initialization
make
-- Run application.
do
execute_example1
execute_search
end
execute_example1
do
(create {EXAMPLE_1}).test
end
execute_search
do
(create {EXAMPLE_SEARCH}).search
end
end