Improve the example, Added a new class WEB_DRIVER_WAIT, still under development.

Update web driver, to define time outs.
This commit is contained in:
jvelilla
2013-05-03 10:43:48 -03:00
parent dcdc700bac
commit 8535a8378c
3 changed files with 71 additions and 2 deletions

View File

@@ -441,6 +441,14 @@ feature -- Common
end
feature {WEB_DRIVER, WEB_DRIVER_WAIT}
session_wait (duration : INTEGER_64)
do
if attached session as l_session then
api.set_session_timeouts_async_script (l_session.session_id, duration.as_integer_32)
end
end
feature {NONE} -- Implementation
session: detachable SE_SESSION