Hi, i've got a problem with <verifyText> step. I need to validate some special characters like ç, ã, :, é. When i try to validate these characters the test fails.
Step[verifyText "Verify that text is contained in the page" (2/3)]: Text not found in page. Expected: <Simulação: Crédito Automóvel> I check the result page and the text is present. I suppose that there is any way to escape these characters but i didn't found this information on the web. May i must write a regular expression instead of the entire text? Any suggestion?

