Hi folks, I'm currently writing selenium tests in Ruby on Rails 3 and Cucumber. I'm wondering if it is possible, to select a specific marker through the DOM or any other selectors. I've found the selenium tests for the V2 api at http://gmaps-api-issues.googlecode.com/svn/trunk/selenium/core/TestRunner.html?test=../tests/examples_stable_suite.html
Here they are selecting a marker with waitForElementPresent xpath=//img[contains(@src,'marker')] but this seems not to work with the V3. I've tried it as mentioned above with cucumber in rails, but it doesn't find the element. Any idea how to check if a marker is on the map with selenium? I have to do several tests, like click and drag the map etc.pp (if anybody has a good tutorial or some resources for this kind of tests in V3, please let me know). Hope someone can help! Beste regards, tux -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.
