There are a few different gems that help with page objects that are a bit easier to use. you might want to take a look at all of them and see which works best for you or build your own which is a lot easier than it sounds.
On Thu, Dec 15, 2011 at 6:59 AM, Abe Heward <[email protected]> wrote: > I use cheezy's <http://www.cheezyworld.com/> Page Object > gem<https://github.com/cheezy/page-object>, > actually. But in some cases (like this one) I need methods customized to my > application, obviously. > > This was my first foray into the world of "define_method" (I'm still > basically a n00b to programming) so I haven't thought yet about getting the > code organized. > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
