Tag Archive

Driving a Flex Application via Selenium 2 WebDriver

Published on November 22, 2010 By John Eccleston

A while ago my colleague Julia posted an article on acceptance testing a Flex application using Selenium. Now that Selenium 2 has been released I wondered how easy it would be to achieve the same functionality with WebDriver? As it turns out it isn’t all that difficult. The interaction with JavaScript in the Browser has [...]