[wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread ponto
hello, i'm trying to set an text_field's value to an string with é char, but what on firefox appears é. does anyone knows how to solve this? -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

Re: [wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread Željko Filipin
On Mon, Mar 1, 2010 at 4:19 PM, ponto hugoandrego...@gmail.com wrote: i'm trying to set an text_field's value to an string with é char, but what on firefox appears é. I remember seeing that problem on the list. Until somebody replies, browse the archive. Željko -- watir.com - community

Re: [wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread ponto
i'm on linux i saw this http://www.mail-archive.com/watir-general@googlegroups.com/msg04744.html but this didn't work for me. i'm using firewatir (1.6.5), with firefox compiled by myself with jssh extension (is there any compile option to set unicode or something for jssh?). On 1 March 2010

Re: [wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread Željko Filipin
On Mon, Mar 1, 2010 at 4:55 PM, ponto hugoandrego...@gmail.com wrote: (is there any compile option to set unicode or something for jssh?). Try driving Firefox with watir-webdriver (until FireWatir ninjas answer), maybe it will solve the problem:

Re: [wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread ponto
yeah, i've already done that. but i would like to use it on firewatir, i will have to wait :P On 1 March 2010 15:59, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Mar 1, 2010 at 4:55 PM, ponto hugoandrego...@gmail.com wrote: (is there any compile option to set unicode or

Re: [wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread Željko Filipin
On Mon, Mar 1, 2010 at 5:02 PM, ponto hugoandrego...@gmail.com wrote: yeah, i've already done that. It works fine with watir-webdriver? but i would like to use it on firewatir Why? Željko -- You received this message because you are subscribed to the Google Groups Watir General group. To

Re: [wtr-general] Watir - Firefox (encoding problem)

2010-03-01 Thread ponto
yes, it worked fine. well, because i'm doing an study on web functional testing tools for a company, and using webdriver maybe it would be better to use the original one, i mean the new on-going selenium2, i think. but i'm not sure. for what i really don't know yet. On 1 March 2010 16:08, Željko