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

Need a ProfileLogging with specifiable level (from an enum) #68

Closed premganz closed 5 years ago

premganz commented 5 years ago

IMplement a profiler which the framework coudl read from the configuration as ProfileLoggingLevel.PageLoadOnly for instance and activate cetain sections of code inserted in the framework, that is in the nature of timing the reaction times fo the application under test

premganz commented 5 years ago

fixed in 1.7.11