Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.18.0

Compare
Choose a tag to compare
@rosen-vladimirov rosen-vladimirov released this 14 Jul 14:00
· 950 commits to master since this release

New Features

devicesService

  • getDebuggableViews(deviceIdentifier: string, appIdentifier: string): Promise<IDebugWebViewInfo[]> - gives information for available debuggable views in specified application.

deviceEmitter

Three new events will be emitted:

  • debuggableViewFound - raised when new WebView is added to debuggable application.
  • debuggableViewLost - raised when new WebView is removed from debuggable application.
  • debuggableViewChanged - raised when existing WebView is modified.
    For each event, three arguments are passed to the callbacks - deviceIdentifier, applicationIdentifier and webViewInfo.

Fixed

  • [object Object] is not a Future error is raised when trying to work with iOS Simulator.