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
Siteprism realisation in classes
def fields
{
"Login field" => "UIWebView css: 'INPUT' index:0",
"Password field" => "UIWebView css: 'INPUT' index:1"
}
end
def buttons
{
"Login button" => "UIWebView css: 'BUTTON'"
}
end
And also: dropdowns, links, checkboxes, radiobuttons
Siteprism in String style