[wtr-general] Watir-classic execute_script no longer working in IE11

2015-01-16 Thread Chris E
r.rb:29:in `rescue in execute_script' from c:/Ruby200/lib/ruby/gems/2.0.0/gems/watir-classic-3.7.0/lib/watir-classic/page-container.rb:22:in `execute_script' from (irb):43 from c:/Ruby200/bin/irb:12:in `' irb(main):044:0> Thanks for the help. -Chris

[wtr-general] Watir-WebDriver vs Selenium WebDriver Python bindings

2012-10-27 Thread Chris Smalley
Hello, I'm making a case for Watir-WebDriver at work, and I'd like your insights. First, a little background: Automated front end testing is going to be owned by the QA department. We're a small group of QAs, some more technical than others, but none of us are programmers. Over the past th

[wtr-general] Watir vs Watir Web-driver

2011-11-18 Thread chris
In the Watir book, during the Installation chapter it say that if you are new to Watir, start with the webdriver gem, why is it best for new users to start with the webdriver gem? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@

[wtr-general] CFP: Second Writing About Testing peer conference, Durango CO May 13/14

2010-10-25 Thread Chris McMahon
Details available here: http://chrismcmahonsblog.blogspot.com/2010/10/call-for-participation-second-writing.html Writing About Testing is a peer conference for those interested in influencing the public discourse on software testing and software development by writing and speaking on those subject

[wtr-general] onclick="return confirm..

2010-10-08 Thread Chris Strife
Hello, I see many articles on dealing with popups and I have tried implementing the functions given, however the OK button simply is not getting clicked. The specific function I am dealing with is the onclick="return confirm('confirmation text') -- Before posting, please read http://watir.com/s

[wtr-general] Re: Differences between Watir, FireWatir, Webdriver ?

2010-08-14 Thread Chris
> ps: Why don't people make them become consistent and unique for all > browsers ( IE, FF, Safari... )? Unlurking for a minute because this is an interesting question. IE has a proprietary API published by Microsoft. Microsoft also has a long history of jacking anyone who emulates their publi

[wtr-general] OT: selenium-webdriver Ruby help?

2010-04-04 Thread Chris McMahon
I know a few of you are working in watir-webdriver. I am doing a small script using selenium-webdriver and I ran across something that looks like a bug in the framework, that might be interesting. If you would like to help me figure this out, let me know off the list, christopher dot mcmahon on g

[wtr-general] Re: FireWatir broken on OSX 10.6.1 Snow Leopard

2009-11-03 Thread Chris
awesome, thank you On Nov 3, 8:51 am, Charley Baker wrote: > Hey Chris, > >   This has been fixed in the latest release candidate 1.6.5.rc2, the change > was calling firefox-bin to start it up instead of the firefox shell > script.http://github.com/br

[wtr-general] FireWatir broken on OSX 10.6.1 Snow Leopard

2009-11-03 Thread Chris McMahon
Hi... Oddly enough my problem is described exactly in a Selenium thread here: http://stackoverflow.com/questions/1364523/firefox-bin-quit-unexpectedly-while-running-selenium-test Firefox runs normally until I try to use FireWatir. The error message is as described in the stackoverflow page. When

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-29 Thread Chris
on that window, set them, click the > >> 'ok' button. That'd all be in javascript over the jssh socket. > > >> On Tue, Oct 27, 2009 at 20:28, aidy lewis wrote: > > >>> The Firefox browser is completly scriptable. I would suggest looking > >>

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-28 Thread Chris
On Oct 28, 1:20 am, Angrez Singh wrote: > I have added the basic authentication mechanism to Firewatir. Its not yet > released. Me & Bret need to finalize on the syntax, method name etc so that > its easier to use both with Watir/Firewatir. That's cool. I could have used that some time ago.

[wtr-general] Re: Basic authentication on Linux with FireWatir

2009-10-27 Thread Chris
any other tool that makes this possible. There might be something fancy you could do in multiple libraries used by Watir, but I did not have that kind of mandate. I suggest a well-designed set of manual tours. -Chris On Oct 27, 1:53 pm, Aedorn Varanis wrote: > This doesn't really s

[wtr-general] Re: Answering incomplete requests

2009-10-23 Thread Chris
> 1. Stop responding to incomplete requests. Maybe they will repost with > more information. Maybe not. Anyway, just ignore them. > 2. Humiliate them and question their right to claim to be a tester if > they can't even report a problem correctly. Make it clear that Watir is > only for testers wh

[wtr-general] had to issue 3 'gem install watir' commands

2009-10-16 Thread Chris McMahon
hi Watir people, long time no email. I want to use Watir for a little project. I was installing it on a Vista desktop. Because it took 3 tries to get everything, Bret suggested I mention that here. Here is the full transcript of the installation, which happened to still be up in my shell: C:\U

[wtr-general] Re: after massive watir crawl..

2009-08-30 Thread Chris McMahon
> internet access?? I seem to recall that Ruby under some circumstances will hog memory until Bad Things Happen. If you're crawling all these pages and saving bits of information, be sure you're writing out to a file along the way and flushing the

[wtr-general] nice PNSQC paper on security testing with Ruby/Watir

2009-08-13 Thread Chris
>From Jim Knowlton, this showed up on Twitter just now, I read it over, very well done I think: http://docs.google.com/fileview?id=0B2VIeFg5LMV6NTZkMzM2MDktNDAyNC00ZTliLWI3MjAtYWE3OTJlYTk4YzA0&hl=en Apparently this is a draft, and Knowlton is soliciting comments. @jimknowlton --~--~-~--~

[wtr-general] Re: Data driven test using .CSV file

2009-07-26 Thread Chris McMahon
rk that does exactly this: http://chrismcmahonsblog.blogspot.com/2009/04/ui-test-framework-design-using-watir.html Please let us know if that is useful. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir G

[wtr-general] Re: Watir vs Selenium

2009-05-01 Thread Chris McMahon
I've worked with Selenium the past two years. It's an excellent tool. For one thing, support for multiple browsers is excellent because the way Selenium goes about manipulating pages is consistent from browser to browser. Watir is rapidly achieving support for multiple browsers, but it is usin

[wtr-general] Re: thinking about automation frameworks/harnesses

2009-04-29 Thread Chris McMahon
On Apr 29, 12:47 am, JArkelen wrote: > It wasn't broad criticism, it was just my 2 cents about combining test > data and object data. I don't know what you mean by "object data". Probably a character flaw on my part, but that's why I was hoping for an example of what you meant. And since the

[wtr-general] Re: thinking about automation frameworks/harnesses

2009-04-28 Thread Chris McMahon
like to see what you have in mind. Also, I'm a pretty crappy OO programmer, so again, I would learn something to see what changes you have in mind. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Wat

[wtr-general] Re: thinking about automation frameworks/harnesses

2009-04-28 Thread Chris McMahon
obably so. Want to refactor it and put it in a comment? -Chris --~--~-~--~~~---~--~~ 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

[wtr-general] thinking about automation frameworks/harnesses

2009-04-27 Thread Chris
basis for your own test harness, I'd appreciate it if you let me know. -Chris --~--~-~--~~~---~--~~ 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@goo

[wtr-general] Re: Apply a patch to FireWatir and JSSH

2009-04-27 Thread Chris McMahon
ut it'll be some time I think before any of this is well-supported in Watir. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-g

[wtr-general] Re: FireWatir bug/anomaly

2009-04-12 Thread Chris McMahon
s.rb file in the SelectList class beneath   > the select method's definition: > alias :set :select Alex, thanks very much. I should have thought of some of that myself-- it has been some time since I've worked closely with Watir. Seems like I shoul

[wtr-general] Re: Test Automation? Pashaw!

2009-04-04 Thread Chris McMahon
On Apr 4, 2:22 pm, Paul Rogers wrote: > get a copy of Lisa Crispins and Janet Gregorys book. There lots of good > stuff in there about this kind of situation. And may I point out in particular (ahem) page 260 sidebar "Giving Testers Better Work". Automation exercises function; people exercise

[wtr-general] FireWatir bug/anomaly

2009-04-04 Thread Chris
This snippet show the issue on FF3/Mac. select_list on craigslist seems to be invisible. FWIW, Selenium IDE can address the select_list with no problem require 'rubygems' require 'firewatir' @browser = Watir::Browser.new @browser.goto("http://newyork.craigslist.org/jjj/";) #CAN'T ADDRESS BY

[wtr-general] at liberty

2009-04-03 Thread Chris
I was laid off yesterday from my job as a software tester on a distributed agile team. If you know of anyone looking for an agile tester/QA person (former ThoughtWorker), let me know. I live in rural Colorado so telecommuting is required. I'm a pretty good Ruby programmer but most of my experie

[wtr-general] Re: soa testing

2009-03-13 Thread Chris McMahon
on. No browsers in sight. -Chris --~--~-~--~~~---~--~~ 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] Re: QA Position Available w/ Watir

2009-01-29 Thread Chris
> LOL! > > Nice to see you around Chris, hope all's well at Socialtext HQ! Things are smokin' at ST HQ. We are coming up on 10,000 test steps; that is, 10,000 assertions of behavior at the UI level. Unfortunately, we're using Selenium :-). FWIW, we have a little more

[wtr-general] Re: QA Position Available w/ Watir

2009-01-29 Thread Chris
I've tried getting people in working remote before > that I know and respect... no dice. Dude, you *still* haven't gotten those HR people fired? :-) -C --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General"

[wtr-general] Re: Selenium 2.0 plans to drive native browsers

2009-01-04 Thread Chris
On Jan 3, 11:55 am, "aidy lewis" wrote: > Chris wrote > > > but I would not be surprised in the coming years to see Selenium and Watir > > growing closer together. > > I am not so sure these worlds will collide, however we can learn and > borrow off eac

[wtr-general] Re: Selenium 2.0 plans to drive native browsers

2009-01-03 Thread Chris
On Jan 2, 5:20 pm, Alister Scott wrote: > I noticed that Selenium 2.0 plans to include integration of WebDriver > to focus on driving native browsers. > http://blog.browsermob.com/2009/01/plans-for-selenium-in-2009/http://code.google.com/p/webdriver/1 > Sounds a bit like Watir to me. Delurking

[wtr-general] Re: Running in pure Linux shell mode (headless)

2008-10-30 Thread Chris
> So question is: Is it possible to run FireWatir in something like that or > you need a graphics environment such as xWindows where FireFox can be > launched? Once you get this set up and working it's a really nice way to go. We use the 'blackbox' window manager and run FF under x11vnc on dis

[wtr-general] Re: Google test automation conference

2008-10-23 Thread Chris
I'll be happy to post the announcement next year. Y'all remind me... That said, it's unlikely to be in North America again any time soon. The first one was in London, the second one was in NYC. This one was supposed to be in Hyderabad but the logistics didn't

[wtr-general] Re: Google test automation conference

2008-10-22 Thread Chris
On Oct 21, 4:57 pm, "Paul Rogers" <[EMAIL PROTECTED]> wrote: > Is any one going to this? I will be there. I'll be there. Nice, I don't think I've seen you since, umm, the Denver airport in umm, 2006 or so? -Chris --~--~-~--~~~---~

[wtr-general] Re: firefox2.0 and jssh

2008-10-13 Thread Chris
ng Mac? That would have been helpful when I was fooling with this, a little more than a year ago. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send