how to extract values from .properties file, having two values corresponding to one property name Example of property file is
iFrame=className=demo-frame
DateTextBox=id=datepicker
datePicker=xpath="//td[not(contains(@class,'ui-datepicker-other-month'))]/a[text()='"+value+"']"
Q: main help required for 3rd property as value contains special characters as well.