This document discusses automated web UI testing using behave-manners. It introduces behave-manners as a way to abstract DOM elements into reusable "components" to make web UI testing with Behave and Selenium more scalable. Behave-manners parses the DOM using page element templates to generate component objects that can be used directly in test steps. It also includes a validator tool to help define page element templates interactively. The document demonstrates setting up a basic test project with behave-manners and encourages testing it on your own projects.