Open GoogleCodeExporter opened 9 years ago
Tellurium does support direct Selenium calls with the following
method,
def customDirectCall(String method, Object[] args);
You can still programmatically generate the runtime xpath and then
call the
above method to Selenium directly.
For more elegant solutions, it would be great if Tellurium could
support dynamic
attributes in the UI module. For example, for your first question, if
Tellurium UDL
could define some attributes as dynamic and do lazy binding at
runtime, your problem
could be solved. But to be honest, I haven't thought of such use cases
yet. I will
think it over and try to add this feature to UDL and core.
For your second question, Tellurium provides the following method
UiByTagResponse getUiByTag(String tag, Map filters);
to return temporal uids for the giving tag and attributes. Then you
can use these uids
in the same way as other predefined uids in a UI module. More details
here,
http://code.google.com/p/aost/wiki/Tellurium070Update#Get_UIs_by_Tag_Name
Original comment by John.Jian.Fang@gmail.com
on 8 Apr 2010 at 3:25
Original comment by John.Jian.Fang@gmail.com
on 19 Apr 2010 at 7:16
Original issue reported on code.google.com by
John.Jian.Fang@gmail.com
on 8 Apr 2010 at 3:25