Skip to content

FindAsync and FindAllAsync #1756

@linkdotnet

Description

@linkdotnet

Short meeting minutes from our call @egil

  • Instead of Find and WaitForElement, we introduce FindAsync that behaves sync if a component is already there or async and like WaitForElement if it isn't (also we have to rephrase some xmldocs on BunitContext)
  • Instead of FindAll and WaitForElements, we introduce FindAllAsync (with the same as above).
  • Mark Find/FindAll as Obsolete
  • Remove IRefreshableElementCollection and return IList for FindAll (anyway obsolete so no big deal)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions