Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
jarib edited this page Aug 14, 2010 · 22 revisions

FAQ

Why doesn’t Celerity recognize elements identified with non-ASCII characters?

Celerity encodes all strings as UTF-8, so you should save your test scripts as UTF-8 as well.
To make Watir use UTF-8, add this line to your test suite: WIN32OLE.codepage = WIN32OLE::CP_UTF8. (WTR-219)

Clone this wiki locally