Updated web_driver, use the API as delegation instead of inheritance. Updated web_element class.
33 lines
379 B
Plaintext
33 lines
379 B
Plaintext
note
|
|
description : "project application root class"
|
|
date : "$Date$"
|
|
revision : "$Revision$"
|
|
|
|
class
|
|
APPLICATION
|
|
|
|
inherit
|
|
ARGUMENTS
|
|
|
|
create
|
|
make
|
|
|
|
feature {NONE} -- Initialization
|
|
|
|
make
|
|
-- Run application.
|
|
do
|
|
execute_search
|
|
end
|
|
|
|
execute_example1
|
|
do
|
|
(create {EXAMPLE_1}).test
|
|
end
|
|
|
|
execute_search
|
|
do
|
|
(create {EXAMPLE_SEARCH}).search
|
|
end
|
|
end
|