Category Archives: PageObject

page-object 0.5.4 released

*** DEPRECATION WARNING *** You are calling a method named table. *** This method does not exist in page-object so it is being passed to the driver. *** This feature will be removed in the near future. *** Please change … Continue reading

Posted in PageObject, Ruby, Uncategorized | 9 Comments

Default Data Revisited

I just released a new version of the page-object gem today and it contains a nice new feature. This new feature will make it very easy to apply a set of data to a screen and have it populate all … Continue reading

Posted in Cucumber, PageObject, Ruby, Testing | Leave a comment

Playing the waiting game

One difficulty testers run into when they are new to driving browsers with cucumber is knowing how to handle sites that contain a lot of ajax calls. They write scripts that assume the elements on the page exist and are … Continue reading

Posted in Cucumber, PageObject, Testing | 3 Comments