Is there any way to usefully test an Uploadify file upload with Selenium? I'm using Capybara with Rails, but really, any solution with Selenium would be a starting place. I'm worried I may have to disable Uploadify for Selenium testing.
feedback
|
|
Look at Flash-selenium project. But it uses JS so you possibly could do interactions with Flash by yourself using JS. | |||
|
feedback
|
|
I was able to get this to work, by interacting with the JS directly. I added this to my test helper.
You can't actually trigger a button click because of the flash, but besides that it works great and you can test the rest of the interaction goes as planned | |||
|
feedback
|