[wtr-general] UTF8 encode in FireWatir under Mac

2010-07-23 Thread gs
being parsed by firewatir as "L\303\266schen" ? And any solution for such a problem? Br, GS -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-gener

[wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-07-26 Thread gs
Hi Ethan, Could you provide me with script example how to user vapir? As I have installed it (vapir-common, vapir-firefox) and how to continue with it? Shall I start my script with: require 'firewatir' ff = FireWatir::Firefox.new ? Br, GS On Jul 24, 1:52 am, Ethan wrote: >

[wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-07-27 Thread gs
smoothly than I would think about moving to Vapir but would like to have clear view about the point that if new support or fix, implementation will be made for FireWatir will you try to merge it into Vapir project? Br, GS On Jul 26, 7:26 pm, Ethan wrote: > I've added a wiki page for this &

[wtr-general] Re: Calendar Click

2010-08-03 Thread gs
l bar) Worked for me. Br, GS On Aug 3, 7:10 am, madhu kumar wrote: > HI Pallavi, > >   This is travel site just go through this Linkwww.cleartrip.com, in main > page only calendar available. and i dont want to put the date directly. I am > trying to select from calendar only. > &

[wtr-general] Re: Calendar Click

2010-08-03 Thread gs
Hi, Second calendar works but first the radio button "Round trip" needs to be clicked :) Br, GS On Aug 3, 3:05 pm, Željko Filipin wrote: > On Tue, Aug 3, 2010 at 3:02 PM, madhu kumar wrote: > > That command is not working. just check the websitewww.cleartrip.com > &g

[wtr-general] Re: Watir on Linux

2010-08-12 Thread gs
perform this action after each test as Firefox sometimes stays in cache so good approach is to create a symlink in your .bash_profile as: alias kf='killall fiefox-bin' and be sure to kill all instalnces firefox before running the test. Hope that will help, GS On Aug 11, 5:2