Skip to content

[Feature request] Web first assettions #271

@papshmeare

Description

@papshmeare

I was recommended to file a feature request for what I am surely doing as a hack. I want to wait until a value of a given elements' attribute equals to false. At the moment I awkwardly loop until the condition is met but after reading the documentation about ".waitFor" I am sure there has to be a better way of doing it. Please correct this message if the format of the request is not correct.

     for {
         v, _ := element.GetAttribute("attribute")
         if v != "true" {
             break
         }
     }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions