Skip to content

Object to perform complex steps #1

Description

@AlejandroHuerta

something akin to:

special 'Login' do
step 'Username', :enter, ENV[:username]
step 'Password', :enter, ENV[:password]
step 'Sign In', :click
end

'special' would reference already defined objects within the page and perform the method call with optional parameters in sequence. The outside method call would look something like

PAGE.Login.do

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions