1. Remove Watir if you have it on your computer. 2. gem update --system 3. gem install watir 4. if you need to use Firefox, then get jssh (there is one for FF2 and one for FF3, so make sure you are getting the correct one depending on the version of FF you have installed)
On Mar 11, 7:24 am, kiran <[email protected]> wrote: > This is what i am doing........ > D:\gems>gem install watir-1.6.2.gem > ERROR: While executing gem ... (RuntimeError) > Error instaling watir-1.6.2.gem: > watir requires commonwatir = 1.6.2 > > D:\gems>gem install commonwatir-1.6.2.gem > ERROR: While executing gem ... (RuntimeError) > Error instaling commonwatir-1.6.2.gem: > commonwatir requires user-choices >= 0 > > D:\gems>gem install user-choices-1.1.0.gem > ERROR: While executing gem ... (RuntimeError) > Error instaling user-choices-1.1.0.gem: > user-choices requires xmp-simple >= 1.0.11 > > On Mar 11, 3:20 pm, JArkelen <[email protected]> wrote: > > > Execute a "gem update --system" first. > > > On Mar 11, 10:04 am, nagmani vm <[email protected]> wrote: > > > > Go to command prompt and type like this: gem install watir and then > > > click on Enter > > > > On Wed, Mar 11, 2009 at 2:29 PM, kiran <[email protected]> wrote: > > > > > hi, > > > > am trying to install watir 1.6.2 gem but i am getting the following > > > > error > > > > D:\gems>gem install user-choices-1.1.0.gem > > > > ERROR: While executing gem ... (RuntimeError) > > > > Error instaling user-choices-1.1.0.gem: > > > > user-choices requires xmp-simple >= 1.0.11 > > > > > please do the needful ASAP. > > > > Thanks, > > > > kiran. > > > > -- > > > Thanks & Regards, > > > Nagmani V.M.- Hide quoted text - > > > - Show quoted text - > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
