eyeyen
unread,Aug 27, 2010, 5:38:09 PM8/27/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FuncUnit
Hi, I am writing some tests for my application which has a Google map.
How would I go about issuing a click-and-drag action? I have utilized
most of the actions except for some sort of click and drag (my guess
is it has something to do with move/drag?)
I was looking at the API and most of them are of the general form:
S(selector).move()
But I'm not too sure how to implement that given a Google map, because
a Google map has image tiles and I don't have control over how to use
a selector on a given map tile. I would usually use an id/class name
then traverse the DOM using jQuery-like syntax, however, this seems
like a unique case.
Any ideas are appreciated, thanks!