Member Junction
    Preparing search index...
    • Maps a single Base RemoteBrowserAction to the computer-use BrowserAction the adapter executes. Exhaustive over action.Kind; lossless — every Base field that the enriched computer-use action can carry (selector, coordinates, deltas, text, key, wait) is propagated.

      Field-level mapping notes:

      • clickClickAction: propagates Selector (preferred when present) AND X/Y so the adapter can use robust DOM targeting or fall back to a coordinate click — exactly the dual mode the enriched ClickAction supports.
      • typeTypeAction: carries Text and the optional focus Selector.
      • keyKeypressAction: carries the key/combination string.
      • scrollScrollAction: carries Selector (scroll-into-view) AND DeltaX/DeltaY (delta scroll); the adapter prefers the selector when set.
      • navigateNavigateAction: carries the URL.
      • back/forwardGoBackAction/GoForwardAction.
      • waitWaitAction: carries the optional Selector (wait-for-element) AND maps MsDurationMs (fixed sleep); the adapter prefers the selector when set.

      Parameters

      Returns BrowserAction

      The equivalent computer-use BrowserAction.