admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 402 forks source link

windowHandle method not yet implemented #441

Closed ayousf closed 7 years ago

ayousf commented 8 years ago

Hello, I tried using the below two methods with an Android emulator using a Ubuntu OS, and the error that method not yet implemented appeared to me.

windowHandle(cb) -> cb(err, handle) windowHandles(cb) -> cb(err, arrayOfHandles)

jlipps commented 8 years ago

You need to use the contexts api, not the window handles api to get into a webview.