wolfenrain / fluttium

Fluttium, the user flow testing tool for Flutter

Home Page:https://fluttium.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: erasing text in focused field

wolfenrain opened this issue · comments

Description

We are able to write text using the inputText action but there is no way to erase that text or existing text in input fields.

Requirements

  • Add a new FluttiumAction for erasing text.
  • Implement and bind the action to the testing code.