Search code examples
xmlseleniumvxml

Interested in using Selenium to test XML / VXML pages


Is there a way to use selenium to test VXML pages? I seem to only be able to access HTML content. Can anyone help?


Solution

  • Found this patch to Selenium RC, seems to be working for some people:

    http://www.mernin.com/blog/2007/02/adding-xml-support-to-selenium-remote-control/

    Hope that helps.