Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

Add Command execution logic for Tellurium in Engine 0.1.0 #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The selenium core uses 

locate --> process command on the found element 

module to execute the calls. The disadvantage is that it cannot reuse the
previous located elements. In Tellurium Engine, we can cache the UI module
for reuse and we should add our own command execution logic to ensure this
feature.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 27 May 2009 at 5:30

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 5 Oct 2009 at 11:47

GoogleCodeExporter commented 9 years ago
Finished by use the cache aware locate strategy to be consistent with Selenium 
Core

Original comment by John.Jian.Fang@gmail.com on 7 Jan 2010 at 4:43