It is, but not near-term at the moment. We consider WebDriver a dubious overall direction given the requirement to install things into browsers, which is especially bad for mobile browsers where you are basically running something other than the true normal browser. So even with Selenium 2.0 we recommend using the Selenium JavaScript system to do testing unless your site is primarily focused around features only WebDriver can test (eg upload).
Comment