Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
BasePage functions
class BasePage
element_should_have_text(key, text)
element_should_be_present(key)
element_should_not_be_present(key)
get_element_locator(key)
fill_in(key, value)
find(key)
tap_on(key)
end
BasePage functions