Re: [wtr-general] Re: Managing multiple version of Watir

2011-04-04 Thread Ethan
you know, you can just choose which gem version to activate within ruby. require 'rubygems' gem 'watir', '1.6.2' require 'watir' # rubygems will only require v1.6.2. then you can have as many versions of the watir gem installed simultaneously as you want, and switch between them by changing, say,

[wtr-general] Re: Managing multiple version of Watir

2011-04-04 Thread Darryl Brown
Hi, Thanks for your reply, Yes, it is way overkill for managing gems. It works but it's slow when changing branches, I'm planning to checkout RVM and Bundler as soon as I can. Darryl On Apr 4, 4:16 pm, Jarmo Pertman wrote: > If you're versioning your ruby directory then it makes sense that it

[wtr-general] Re: Java Developer - Technical/Product Job Opening - NYC,NY

2011-04-04 Thread Chuck van der Linden
Thanks guys (for nuking this clown). Hey folks want a laugh, when I'm job hunting I LOVE seeing postings from idiot recruiters like that one. You know why? because he re- posted requirements straight from his client without sanitizing them! Take a moment to read the posting and notice this part

[wtr-general] Re: Compare HTML with HTML in a file

2011-04-04 Thread dt_nz
for anyone who is inrested, I just found I should be using Nokogiri (http://nokogiri.org/Nokogiri.html) -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+un

[wtr-general] Re: firewatir installation failure on Ubuntu Server 10.10 x64

2011-04-04 Thread wkharold
Per another thread try: $sudo gem update --system 1.6.2 $sudo gem install firewatir --no-ri Worked for me ... WkH On Apr 3, 2:40 pm, hookdump wrote: > I'm sorry for asking such a noob question, but how do you switch to > rubygems 1.6.2 ? > (I'm using Ubuntu 10.04, which is almost the same as 10

[wtr-general] Re: Compare HTML with HTML in a file

2011-04-04 Thread dt_nz
Am using the imap class as part of my watir tests, but yes, will try the general group. Ta. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@g

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread Abe Heward
We finally got the downgrade to work. On Apr 4, 2:00 pm, sridhar wrote: > downgrading worked for me...Thanks! > > I tried downgrading using the command > gem update --system 1.6.2 > > On Apr 4, 2:22 pm, Ben Carter wrote: > > > We were still not successful with downgrading: > > > *** LOCAL GEMS *

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread sridhar
downgrading worked for me...Thanks! I tried downgrading using the command gem update --system 1.6.2 On Apr 4, 2:22 pm, Ben Carter wrote: > We were still not successful with downgrading: > > *** LOCAL GEMS *** > > rake (0.8.7) > rubygems-update (1.6.2) > win32-api (1.4.8 x86-mingw32) > win32-proc

Re: [wtr-general] Re: .Net Developer Job Opening - Valencia, CA

2011-04-04 Thread Željko Filipin
On Mon, Apr 4, 2011 at 7:29 AM, Chuck van der Linden wrote: > I vote nuke and ban.. I just tried to ban him from the group and I saw Charlie already did it. Sorry it took us so long, we are on a conference. :) Željko -- Before posting, please read http://watir.com/support. In short: search bef

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread Ben Carter
We were still not successful with downgrading: *** LOCAL GEMS *** rake (0.8.7) rubygems-update (1.6.2) win32-api (1.4.8 x86-mingw32) win32-process (0.6.5) windows-api (0.4.0) windows-pr (1.2.0) xml-simple (1.0.15) C:\Users\Ben>gem install watir Fetching: s4t-utils-1.0.4.gem (100%) ERROR: While

[wtr-general] Re: Managing multiple version of Watir

2011-04-04 Thread Jarmo Pertman
If you're versioning your ruby directory then it makes sense that it works of course. It just seems like a pretty much overkill to do that. I'd still recommend using other approaches :) Jarmo Pertman - IT does really matter - http://www.itreallymatters.net On Apr 2, 5:40 pm, Darryl Brown wro

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread Abe Heward
I tried that and am still seeing the problem. Will try again. On Apr 4, 12:36 pm, Charley Baker wrote: > Looks like this is a rubygems problem with 1.7.1, downgrade to an earlier > version. > > gem update --system 1.6.2 > > Charley Baker > Lead Developer, Watir,http://watir.com > > On Mon, Apr 4

Re: [wtr-general] Re: Java Developer - Technical/Product Job Opening - NYC,NY

2011-04-04 Thread Charley Baker
Done. This spam has no relevance to this group. Charley Baker Lead Developer, Watir, http://watir.com On Mon, Apr 4, 2011 at 11:57 AM, Adam Reed wrote: > I don't mind these every once in a while but this is the third I've > received today. I have changed my stance on the topic to "nuke > wit

Re: [wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread Charley Baker
Looks like this is a rubygems problem with 1.7.1, downgrade to an earlier version. gem update --system 1.6.2 Charley Baker Lead Developer, Watir, http://watir.com On Mon, Apr 4, 2011 at 10:29 AM, sridhar wrote: > Hey I have the same problem. Please let me know if you find a solution > for it.

[wtr-general] Job Opportunity - Network Engineer - Richmond, VA

2011-04-04 Thread Makro Tech
Hi, Good Morning! Hope you're doing well. I'm Venkat, from *MAKRO*. This is with reference to your profile on internet. We've an urgent requirement with one of our client for "*Network Engineer*" position in *Richmond, VA*. Please find below the job description for the same and revert back to

[wtr-general] Re: Simulate keystroke with watir-webdriver

2011-04-04 Thread Dan Claudiu Pop
Thank you for your fast reply. Works just fine. Bookmarked the link as well. Dan On Apr 4, 9:53 pm, Jari Bakken wrote: > On Mon, Apr 4, 2011 at 11:46 AM, Dan Claudiu Pop > > wrote: > > Hello, > > > Is there a way to simulate keystroke with watir-webdriver. > > I know that, recently Jarib pushed

[wtr-general] Re: Java Developer - Technical/Product Job Opening - NYC,NY

2011-04-04 Thread Adam Reed
I don't mind these every once in a while but this is the third I've received today. I have changed my stance on the topic to "nuke without remorse". On Apr 4, 1:54 pm, Basim Baassiri wrote: > seriously, this is not a watir related question > > Please can you stop > > Thanks > > Basim > > On Mon,

Re: [wtr-general] Java Developer - Technical/Product Job Opening - NYC,NY

2011-04-04 Thread Basim Baassiri
seriously, this is not a watir related question Please can you stop Thanks Basim On Mon, Apr 4, 2011 at 1:12 PM, Makro Tech wrote: > Hi Dear Candidate, > > This is Vignesh with Makro Technologies, Inc. > > We have been in business for over 10 years and we are one of the Fast 500 > National IT

Re: [wtr-general] Simulate keystroke with watir-webdriver

2011-04-04 Thread Jari Bakken
On Mon, Apr 4, 2011 at 11:46 AM, Dan Claudiu Pop wrote: > Hello, > > Is there a way to simulate keystroke with watir-webdriver. > I know that, recently Jarib pushed send_keys method. > Does it simulate keystroke as well ? > I've tried all kind of combinations, including ascii, but no success. > br

[wtr-general] Java Developer - Technical/Product Job Opening - NYC,NY

2011-04-04 Thread Makro Tech
Hi Dear Candidate, This is Vignesh with Makro Technologies, Inc. We have been in business for over 10 years and we are one of the Fast 500 National IT staffing and Solution firms in USA. Our clients include country’s top-notch IT, Healthcare, Pharmaceutical, Financial, Telecom,Government and othe

[wtr-general] Simulate keystroke with watir-webdriver

2011-04-04 Thread Dan Claudiu Pop
Hello, Is there a way to simulate keystroke with watir-webdriver. I know that, recently Jarib pushed send_keys method. Does it simulate keystroke as well ? I've tried all kind of combinations, including ascii, but no success. browser.send_keys('{F11}') Thank you, Dan -- Before posting, please r

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread sridhar
Hey I have the same problem. Please let me know if you find a solution for it. Thanks! On Apr 4, 6:29 am, Uri Goldstein wrote: > Hello, > > I am new to Watir. My first installation of Watir seems to have failed. Upon > running "gem install watir" I get: > > Fetching: win32-api-1.4.8-x86-mingw32.g

[wtr-general] .Net Developer Job Opening - Valencia, CA

2011-04-04 Thread Makro Tech
Hi This is Vignesh with Makro Technologies, Inc. We have been in business for over 10 years and we are one of the Fast 500 National IT staffing and Solution firms in USA. Our clients include country’s top-notch IT, Healthcare, Pharmaceutical, Financial, Telecom,Government and other industries. St

[wtr-general] Re: how to access an element from a multi level nested div/ul/li

2011-04-04 Thread Chuck van der Linden
The only time that 'nesting' really matters is 1) items inside a frame, which must always be addressed starting at the frame level (but you do not need to specify the 'path' to the item unless that's the only way to identify it) 2) The item you want lacks a means to uniquely identify it (e.g. no

[wtr-general] Re: .Net Developer Job Opening - Valencia, CA

2011-04-04 Thread Chuck van der Linden
I vote nuke and ban.. recruiters who post job openings where there's nothing to do with watir listed anywhere in the opening have no business in this group. On Apr 1, 3:41 pm, Makro Tech wrote: > Hi > > This is Vignesh with Makro Technologies, Inc. > We have been in business for over 10 years an

[wtr-general] Re: checkbox questions

2011-04-04 Thread Adam Reed
Cristina, You may find solutions faster by searching this group using the search box at the top of the page. Both topics have been addressed many times here. 1. ie.checkbox(:name => "Checkbox").checked?returns true or false 2. There are a few methods to alter the checkbox value: ie.checkbox(

[wtr-general] Re: Compare HTML with HTML in a file

2011-04-04 Thread marc
I'm not sure how this is Watir related. You may have better luck asking a general Ruby users group. On Apr 4, 12:15 am, dt_nz wrote: > Hi > I am using imap to retrieve email, and want to compare the data (which > is retrieved as a string but contains html) with html stored in a > file.  If the da

[wtr-general] Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread Uri Goldstein
Hello, I am new to Watir. My first installation of Watir seems to have failed. Upon running "gem install watir" I get: Fetching: win32-api-1.4.8-x86-mingw32.gem (100%) Fetching: windows-api-0.4.0.gem (100%) Fetching: windows-pr-1.2.0.gem (100%) Fetching: win32-process-0.6.5.gem (100%) Fetching: