Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Clear to locator #1149

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Add Clear to locator #1149

merged 4 commits into from
Jan 10, 2024

Commits on Jan 10, 2024

  1. Add clear method on locator

    This is a new method on the locator type. It will clear the text from
    an input element. It uses the existing fill API to override existing
    text with an empty string.
    ankur22 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1faf5b5 View commit details
    Browse the repository at this point in the history
  2. Add internal timeout method

    This method will be used in the mapping layer to instantiate a
    FrameFillOptions.
    ankur22 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a2515ea View commit details
    Browse the repository at this point in the history
  3. Add locator.Clear to mapping

    ankur22 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5a72b94 View commit details
    Browse the repository at this point in the history
  4. Add locator.Clear tests

    ankur22 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1259461 View commit details
    Browse the repository at this point in the history