[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Loft_Tester
This may cause issues for some of our test where we are using high ascii characters not encoded in UTF-8. All of our test are data driven through excel we may just have to change the values to be UTF-8 encoded. Is there any Idea when the next version of watir is due out On Oct 2, 8:07 am,

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Loft_Tester
, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Oct 1, 2009 at 4:30 PM, Loft_Tester aaronr...@gmail.com wrote: I do not see it appear in examples. Fixed. I have moved it from child of Examples page to child of Advanced Examples. Examples page is autogenerated, and shows only

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Loft_Tester
Thanks that worked great On Oct 2, 9:33 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Oct 2, 2009 at 3:09 PM, Loft_Tester aaronr...@gmail.com wrote: adding myself as a contributer of documentation is not going well at all. Would one of you guys give me a quick tutorial

[wtr-general] Re: adding utf-8 character to text fields

2009-10-01 Thread Loft_Tester
Ok, I tried to add this. Here is the link http://wiki.openqa.org/display/WTR/Adding+UTF-8+characters+to+text+fields. I do not see it appear in examples. not really sure what I may have done wrong. On Sep 30, 8:51 am, Loft_Tester aaronr...@gmail.com wrote: I'll give it a shot. Thanks

[wtr-general] Re: adding utf-8 character to text fields

2009-09-30 Thread Loft_Tester
There are a lot of people that have UTF-8 related problems. Please let me know if you need help with wiki. Željko --http://watirpodcast.com/ On Tue, Sep 29, 2009 at 5:11 PM, Loft_Tester aaronr...@gmail.com wrote: I got this to work.  Here is the code: require 'win32ole' require 'watir

[wtr-general] Re: adding utf-8 character to text fields

2009-09-29 Thread Loft_Tester
(:name,'q').value = 考 $Browser.text_field(:name,'q').value = \xE8\x80\x83 ### On Sep 28, 4:11 pm, Loft_Tester aaronr...@gmail.com wrote: This link will give more information about the character including Scripting-language stringhttp

[wtr-general] adding utf-8 character to text fields

2009-09-28 Thread Loft_Tester
I am trying to enter a japanese(UTF8) character into one of the fields on our web page and I keep having ç ¾ posted instead of 攷. I believe I have to let watir know that I am using UTF-8 but how. I had the same problem going to the google.com home page. I can copy and paste the character above

[wtr-general] Re: adding utf-8 character to text fields

2009-09-28 Thread Loft_Tester
This link will give more information about the character including Scripting-language string http://www.isthisthingon.org/unicode/clipboard.php?add=25911 On Sep 28, 4:01 pm, Loft_Tester aaronr...@gmail.com wrote: I am trying to enter a japanese(UTF8) character into one of the fields on our web

[wtr-general] Unable to find Items in Firefox

2009-08-20 Thread Loft_Tester
Recently, we updated our Web UI, and now watir is unable to find items in firefox. These items are also tested vs IE and those tests are working fine. I can not find a reason why these Items are failing. At first, I thought that it may be an issue with the depth of where the fields are in the

[wtr-general] Re: Unable to find Items in Firefox

2009-08-20 Thread Loft_Tester
some of out id's have . in them is this known to cause problems? On Aug 19, 3:36 pm, Loft_Tester aaronr...@gmail.com wrote: I appologize if the text wraps on your screan, It did not  when the entry was created On Aug 19, 2:56 pm, Loft_Tester aaronr...@gmail.com wrote: Recently, we

[wtr-general] Re: Unable to find Items in Firefox

2009-08-19 Thread Loft_Tester
I appologize if the text wraps on your screan, It did not when the entry was created On Aug 19, 2:56 pm, Loft_Tester aaronr...@gmail.com wrote: Recently, we updated our Web UI, and now watir is unable to find items in firefox.  These items are also tested vs IE and those tests are working

[wtr-general] Re: Fire Watir and Safari Watir

2009-08-18 Thread Loft_Tester
tables are supported. we have many table tests On Aug 7, 8:35 am, Angrez Singh ang...@gmail.com wrote: I think FireWatir does support Table element. look at the unit tests for more details. Thanks, Angrez On Fri, Aug 7, 2009 at 4:24 PM, Pallavi Sharma write2pall...@gmail.comwrote:

[wtr-general] Re: Firewatir and HighAscii

2009-07-01 Thread Loft_Tester
      value = Iconv.conv('CP1252', 'UTF-8', value)       @o.value = value       fire_key_events     end   end end See if that helps FK 2009/6/30 Loft_Tester aaronr...@gmail.com I saw a post asking for the same thing a year ago and it didn't get any responses so I would like to try

[wtr-general] Re: Getting style information in FireFox

2009-06-12 Thread Loft_Tester
this out: http://code.google.com/p/firewatir/issues/detail?id=76#c0 It looks like there is a known issue using 'style' in FF, although I'm not sure if/when it will be resolved. HTH, George On Jun 9, 9:39 am, Loft_Tester aaronr...@gmail.com wrote: I was trying to ask the same

[wtr-general] Re: Getting style information in FireFox

2009-06-12 Thread Loft_Tester
. I cant take a look now, but I can take a look monday. This was an old version of firewatir, so some thanks have probably changed. What version of firewatir/firefox is this? Paul On Fri, Jun 12, 2009 at 2:54 PM, Loft_Tester aaronr...@gmail.com wrote: Ok, Paul, let me see if I have

[wtr-general] Re: currentstyle not working in firefox

2009-06-09 Thread Loft_Tester
using style correctly for firefox On Jun 8, 5:02 pm, Chuck van der Linden sqa...@gmail.com wrote: have you tried just using the .style method on the specific object? On Jun 8, 11:00 am, Loft_Tester aaronr...@gmail.com wrote: Is there another workaround for this? Thanks On Jun 8, 10:38 am

[wtr-general] Re: currentstyle not working in firefox

2009-06-09 Thread Loft_Tester
Is there a differant method other than invoke for style that works? On Jun 9, 11:25 am, Loft_Tester aaronr...@gmail.com wrote: Ok, I tried to use style. For IE this works. puts $Browser.text_field(:id,/PART/).style.invoke('left') when I try it in firefox I get   Exception: undefined

[wtr-general] Re: currentstyle not working in firefox

2009-06-09 Thread Loft_Tester
being a MS gold level partern) and firefox is secondary.   So I don't do a lot of this sort of thing with FF.. On Jun 9, 8:32 am, Loft_Tester aaronr...@gmail.com wrote: Is there a differant method other than invoke for style that works? On Jun 9, 11:25 am, Loft_Tester aaronr...@gmail.com

[wtr-general] Re: Getting style information in FireFox

2009-06-09 Thread Loft_Tester
what I want. On Jun 8, 4:59 pm, Chuck van der Linden sqa...@gmail.com wrote: You had just asked in the other thread if there were workarounds.. so why are you an hour later starting a new thread asking the very same thing? On Jun 8, 11:55 am, Loft_Tester aaronr...@gmail.com wrote: I have

[wtr-general] Re: Please help! Can no longer open a Firefox browser...

2009-06-09 Thread Loft_Tester
If I cant get my stuff working at least I can help other people. Hopefully the karma gods will shine down on me On Jun 8, 6:00 pm, George george.sand...@gmail.com wrote: Actually, switching to IE worked just fine for me (sorry, I should have mentioned that earlier).  Loft_Tester reminded me

[wtr-general] Re: currentstyle not working in firefox

2009-06-08 Thread Loft_Tester
OK, I tried working on this for sometime but I haven't come up with anything that works. I think my problem is that I am not familiar with jssh command language and how it works. maybe if I get some help with one conversion I'll be able to do the rest on my own. I have this field

[wtr-general] Re: Office 2007 - Excel

2009-06-08 Thread Loft_Tester
we have been running in compatibility mode on for office 2003 on our test machines that seems to working fine --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: Using Excel Files?

2009-06-08 Thread Loft_Tester
In our tests we just read data from these excel spreadsheets then we use that data to drive our testcases. There is file out there called xls.rb, that reads from an excel spreadsheet. we use this library to do all of our reading. On Jun 8, 12:59 pm, Charley Baker charley.ba...@gmail.com wrote:

[wtr-general] Re: currentstyle not working in firefox

2009-06-08 Thread Loft_Tester
Is there another workaround for this? Thanks On Jun 8, 10:38 am, Loft_Tester aaronr...@gmail.com wrote: OK, I tried working on this for sometime but I haven't come up with anything that works.  I think my problem is that I am not familiar with jssh command language and how it works.  maybe

[wtr-general] Re: Using Excel Files?

2009-06-08 Thread Loft_Tester
on that note its pretty safe to assume most people kind of Hard-Code their test procedure into the logic of the program and then use excel files to just provide data? On Jun 8, 11:58 am, Loft_Tester aaronr...@gmail.com wrote: In our tests we just read data from these excel spreadsheets then we

[wtr-general] Getting style information in FireFox

2009-06-08 Thread Loft_Tester
I have a question already posted about using currentstyle in Firefox and the fact that it dosen't work correctly. Is there another way to gather style attributes such as left,top, color and so on. If possible, I would like to do this with out modifying the firewatir files. if there is a

[wtr-general] Re: Please help! Can no longer open a Firefox browser...

2009-06-08 Thread Loft_Tester
try the firewatir unit test to see if their stuff runs. Did you install the jssh for your version of firefox? On Jun 8, 4:20 pm, George george.sand...@gmail.com wrote: Hello, I had to get a new hard drive and reinstall Ruby and Watir.  I'm pretty sure everything is set up...however, I'm

[wtr-general] Re: currentstyle not working in firefox

2009-06-05 Thread Loft_Tester
I'll give it a shot thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following

[wtr-general] currentstyle not working in firefox

2009-06-04 Thread Loft_Tester
High all, for our testing of fields properties such as textfields we are using currentstyle. For example, to find the left of the textfield id=part it would look like puts $Browser.text_field (:id,part).document.currentstyle.left. This works great in IE. When I try to run this in firefox my

[wtr-general] Re: currentstyle not working in firefox

2009-06-04 Thread Loft_Tester
sorry I got a little click happy I think it's funny that document didn't return anything does anyone know away around this? is there another way to pull style information other than currentstyle? please help --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: Unable to enter integer value in a text_field

2009-02-03 Thread Loft_Tester
I've ran into this in the past as well. The only way is to send it as a string --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com