Winium.Mobile icon indicating copy to clipboard operation
Winium.Mobile copied to clipboard

Add support for Hybrid apps

Open NickAb opened this issue 9 years ago • 1 comments

Support for testing of hbrid apps can be done in the same way as it is done in Appium. We can implement switching between contexts. When in WebView context driver will simple proxy commands and execute InvokeScript on WebView.

Here are docs on InvokeScript https://msdn.microsoft.com/en-us/library/windows.ui.xaml.controls.webview.invokescript.aspx

Also, there is a project of selenium-based driver for Windows Phone internet Explorer: https://github.com/forcedotcom/windowsphonedriver This project includes driver, that proxies commands and test app, that has single WebView. commands are executed using InvokeScript and selenium atoms.

NickAb avatar Jun 05 '15 07:06 NickAb

  • [ ] StoreApps prototype
  • [ ] Silverlight prototype

NickAb avatar Dec 24 '16 13:12 NickAb