Skip to content
This repository was archived by the owner on Dec 6, 2020. It is now read-only.
This repository was archived by the owner on Dec 6, 2020. It is now read-only.

Implement sentence to set input focus/blur on an HTML field #19

@m-martinez

Description

@m-martinez

Currently, text can be entered directly to a target element. But if the target element already contains text, the sent text is only appended to the field, which leads to undesired input values. The goal of this enhancement is to be able to focus on a field so that it can be interacted with further. Additionally, entering an leaving a field may be useful for testing the target application's input validation checking.

Module(s) Affected

N/A

Actual Behavior

N/A

Expected (or Proposed) behavior

N/A

Steps to reproduce (if any)

N/A

Tasks to complete (if multiple)

  • Implement a sentence to focus a field
  • Implement a sentence to blur a field
  • Documentation updated
  • Tests updated

Screenshots (if applicable)

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions