New to Protractor scripting.
Any feedback on why I am unable to find element in the stack trace based on this following run?
TempString = browser.driver.findElement(by.xpath("/html/body/section/div/form/section/section[2]/div/div/div[1]/div/div/div[3]/div[2]/div[2]/div[1]/div[1]/h3")).getText();
This is "monthly payment" field at the mortgagecalculator.org
site.