What is the error then? I am not familiar with SVG based app. Does it still use the same DOM structure as regular html? Or does it use its own VM? In the latter case, you may need some bridge to invoke the call just like the bridge in Flash/Flex.
Thanks, Jian On Fri, Oct 30, 2009 at 4:03 PM, Rudy Bonefas <[email protected]> wrote: > > Has anyone out there tried to use tellurium to drive a SVG based app? > (such as mxGraph)? > > i've been able to get a <rect> sub-element from the <svg> tag, but > only if I use JQuery selectors. > I created a Rect UIObject subclass, builder, and registered it. The > Rect UiObject class implemented the mouseDown event, however I get an > error back from the selenium server when I try to invoke it. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
