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 CustomProperties in AppConfig #26

Closed premganz closed 8 years ago

premganz commented 8 years ago

A map is needed in AppConfig so that it could become extensible with custom key value params apart from the generic params given as Strings in the AppConfig.java file.

premganz commented 8 years ago

fixed as bug in 1.2.6 - closed use AppConfig.customProperties.put(key,value) in the init() method of your AppConfigXYZ