Skip to content

A direct addValue call produces no action row #352

Description

@vishnuv688

addValue is excluded from ACTION_MAP by design — the note says WDIO fires it inside setValue, so mapping it would double-count. But that assumes it only ever appears nested. A direct addValue, which is idiomatic in Appium, then produces no action at all: the typing step is simply missing from the trace.

Seen on a real iOS run — a spec doing click → addValuegetText produced two action rows.

Worth noting the WDIO service already suppresses nested commands through its own command stack, so the exclusion may be redundant there. ACTION_MAP is shared with Selenium and Nightwatch, which have no equivalent, so this needs checking per adapter rather than just deleting the entry.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmobileAppium / native mobile capture and playback

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions