Wahaha2001
Wahaha2001

Reputation: 213

Any way to hook the iPhoneDriver to an existing UIWebView embedded in a Native Application?

My project was a hybrid one, a native application which have an embedded UIWebView, so in order to run automation test for it, I need handle both native controls and Web Elements.

For native controls, I can use Apple's automation classes, but for embedded UIWebView, I want to use the Selenium iPhoneDriver. Anyway to hook the iPhoneDriver to an existing UIWebView embedded in a Native Application? Thanks.

Upvotes: 1

Views: 258

Answers (1)

Mark Wang
Mark Wang

Reputation: 707

We're in the same situation, and actively investigating this. http://code.google.com/p/selenium-uiwebview/ looks promising to us.

Upvotes: 1

Related Questions