API Docs for: 0.0.6
Show:

Dalek.DriverNative.Commands.Frame Class

Module: Driver

Frame related methods

Item Index

Methods

Methods

_frameCb

(
  • selector
  • hash
  • result
)
Object private

Sends out an event with the results of the toFrame call

Parameters:

  • selector String

    Selector expression to find the element

  • hash String

    Unique hash of that fn call

  • result String

    Serialized JSON with the reuslts of the toFrame call

Returns:

Object:

promise Exists promise

toFrame

(
  • selector
  • hash
)
chainable

Switches to frame context

Parameters:

  • selector String

    Selector expression to find the element

  • hash String

    Unique hash of that fn call