premganz / SeleniumPageObjects

An implementation of the Page Object Pattern in Selenium along with a bunch of other features like KeyWords for oft used Webdriver calls, driver lifecycle management, effective logging and Test Script Templates
Other
2 stars 1 forks source link

Better debug tools for page match failures #34

Closed premganz closed 8 years ago

premganz commented 8 years ago

We already have some logging on differences, some diffing done too, but need more data

premganz commented 8 years ago

More data had been added by logging formatted page and expected content to console as well as file expect in 1.4.3

premganz commented 8 years ago

1.4.3 fixed