Skip to content

Instantly share code, notes, and snippets.

@iSarCasm
Created December 21, 2015 09:23
Show Gist options
  • Save iSarCasm/4553abdd8d4137e82c2b to your computer and use it in GitHub Desktop.
Save iSarCasm/4553abdd8d4137e82c2b to your computer and use it in GitHub Desktop.
def find_errors
err_node = @agent.page.at(".errors")
[] << if err_node
["#{err_node.attributes['id'].value}: #{err_node.children.text}"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment