I've long searched for a "one language to rule them all" automation framework (besides robot framework) that would allow our QA department to test our cross-platform (web, android native, iOS native) application with a single language. When I first came across appium, I thought you had solved the issue. However, I can't seem to find any mention of driving the web (on desktop, not on mobile web browser). Is it possible? if so, how?
If not, why not? Why did the developers choose not to support browser automation on the desktop platform? There would be great benefit to being able to use the same scripting language (php, python, ruby, etc -- not cucumber) across all 3 platforms. What you've done for mobile is fantastic, but the web needs to be included. 