Skip to content

need WebPage method to validate all page controls are in place (visible, clickable) #10

@heilgeirr

Description

@heilgeirr

i.e. Test.jdi_uitests_webtests.main.page_objects.pages.login.Login

class Login(Form):

login = TextField(By.id("Login"))

password = TextField(By.id("Password"))

button = Button(By.css(".btn-login"))

profile = Clickable(By.css(".profile-photo"))

in tests, precondition could be login_form.is_ready() # all elements visible, enabled and clickable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions