Hi,

Flash object is totally different from a DOM object and there are some
testing APIs in Flash, but
we haven't worked on Flash testing in Tellurium yet. Seems there are some
articles about
testing Flash with Selenium, for example:

http://wiki.openqa.org/display/SRC/Testing+Flash+with+Selenium+RC
http://www.adobe.com/devnet/flash/articles/flash_selenium.html
http://www.testinggeek.com/index.php/testing-tools/test-execution/145-flash-object-automation-using-selenium

You can use Selenium directly, or use the following method to call any
Selenium commands in Tellurium:

def customDirectCall(String method, Object[] args)


Thanks,

Jian
On Mon, Aug 2, 2010 at 10:23 PM, Jun <[email protected]> wrote:

> when web page code contain a flash object as
>        <object id="flash_ui" type="application/x-shock-flash" data="../
> xx.swf">
>             <param name="" value="">
>             ...
>        </object>
> meanwhile this flash object contains many tiny elements.
> in this case , how to define UI module to locate these elements and
> then test my bussiness logic?
> It is very urgent ,who could give me a hand ,Thanks very much.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Regards,
> Jun
>
> --
> You received this message because you are subscribed to the Google Groups
> "tellurium-users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<tellurium-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/tellurium-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to