Skip to content

Object to perform complex steps #1

@AlejandroHuerta

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions