similar to: Watir without -jssh extension

Displaying 20 results from an estimated 20000 matches similar to: "Watir without -jssh extension"

2007 Apr 12
2
Watir on firefox
Hello is there any way through which we can run watir on forfox if so please reply me with example Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2005 Mar 12
1
FW: Watir needs a Win32GUI library
Anyone need something to do? :) Dan -----Original Message----- From: Bret Pettichord [mailto:bret@pettichord.com] Sent: Saturday, March 12, 2005 8:25 AM To: ruby-talk ML Cc: wtr-general@rubyforge.org Subject: Watir needs a Win32GUI library We''ve seen growing enthusiasm for Watir, a web-testing library that is good enough that it is convincing people to learn Ruby just so that they
2006 Sep 06
0
RSpec and Watir
Hi all, (Sorry for cross-posting - please reply to only one list, preferrably wtr-general) I just started on a project where it looks like we might start using Watir. I just whipped up a little example and some doco about how to (and why) use RSpec with Watir. It''s in RSpec''s subversion under trunk/vendor/watir http://rubyforge.org/scm/?group_id=797
2008 Jan 15
1
Converting Watir script to Mechanize
I have a Watir script that I would like to convert to a Mechanize script. The watir code looks like this require ''watir'' include Watir def test ie = IE.new ie.goto(''http://cpref.gsm.com/inter.asp?r=8084'') ie.text_field(:name, ''inter_string'').set(''Potassium'') ie.button(:id, ''image1'').click
2011 Jul 21
0
Is it possible to open particular version of browser using Watir?
Dear all: I installed *Utilu Firefox Collection *which has all the versions of the Firefox. After installation when I run my Watir script then FF version 2 is getting opened and my scripts are not working. My question is, is it possible to open particular browser version using Watir? I am using Watir-webdrivers. Thanks and Regards, Amit -- You received this message because you are subscribed
2008 Oct 16
2
Any good conferences this year about ruby/rspec/watir?
Hello. Sorry for this little offtopic question, but I was wondering if anyone happens to know if there''s any good conferences coming up about rspec or ruby or watir in this year where I could attend to? Or any good website where such things are listed or something similar. All suggested conferences should not take place before one month from now (employer needs some time to get good
2006 Sep 07
0
Dead easy Watir AND Selenium
Yesterday I added some Watir examples to RSpec''s svn. Today I added some Selenium (actually - Selenium Remote Control) examples. It''s dead easy to use both, and the Ruby code you end up writing is actually quite similar. Here''s a taste: == Watir == require File.dirname(__FILE__) + ''/rspec_watir'' context "Google''s search page" do
2006 Dec 03
0
Watir reports with screenshots using RSpec and Win32::Screenshot
You can read all about it here: http://blog.aslakhellesoy.com/articles/2006/12/02/getting-screenshots-from-watir (Yes, this is my new blog wohoo)
2006 Nov 07
0
Wiki -> RSpec -> Watir
Rubies & Acceptance Testers: For those of you not doing acceptance tests yet, I have a very slick test rig to show off. I haven''t demo-ized it yet, so please accept these diverse audiovisual displays as if they were a united whole! We start with MiniRubyWiki, at this demo: http://www.zeroplayer.com/cgi-bin/wiki?TestFlea Click on any of the green bars. Now imagine if the left
2006 Jul 12
0
Watir on Rails
Hello everybody Over the last 4 months we have been writing WATIR tests to test our php based site. The test suite is getting bigger nad bigger and has got to the point where we want to move off thre command line and into some kind of admin interface where we can select a single test to run or a set of them. the current plan is to write a admin interface in php like our other admin tools,
2006 Mar 16
0
HanselMinutes on WATIR
Scott Hanselman, noted .NET developer, talks at length about Ruby, Rails, and WATIR on his most recent podcast, HanselMinutes. The past three podscasts have all spent time discussing some aspects of Ruby / Rails and specifically some of the work that John Lam has been doing with the RubyCLR bridge. http://www.hanselminutes.com/ Michael
2010 Nov 24
0
How to select BACK button in "Internet Explorer" using RUBY code with Watir Framework
How to select BACK button in "Internet Explorer" using RUBY code with Watir Framework -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2004 Aug 12
0
AW: Starting with digium cards
You've gotta be kidding! You bought two cards without knowledge of anything ? DOS = no way.... Read here: http://www.voip-info.org/wiki-Asterisk+Hardware -----Urspr?ngliche Nachricht----- Von: Saurabh Garg [mailto:Saurabh.Garg@bbsgroup.com.sg] Gesendet: Donnerstag, 12. August 2004 05:16 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] Starting with digium cards
2011 May 25
1
can't load hpricot gem in rails 3
This is in windows .. So from irb, I can load hpricot ok. (ruby 1.8.7) C:\Users\Laurence\rails-play\plug-test>irb irb(main):001:0> require ''hpricot'' LoadError: no such file to load -- hpricot from (irb):1:in `require'' from (irb):1 irb(main):002:0> require ''rubygems'' => true irb(main):003:0> require
2008 Jun 09
6
Selenium/Watir usage along side Webrat in story testing
This is related to Selenium/Watir usage along side webrat in story testing. MHS_Testing and Rspec-ui provide some great help for testing through frameworks like Selenium/Watir. But there is something missing, Webrat has changed the landscape somewhat with Acceptance Tests/Story Driven development. Now I have a choice: 1. Tests and rails process run as one test process (Webrat) 2. Use
2010 Sep 03
1
Rack gem in not getting unpacked
Hi All, my server is having rack gems as: rack (1.2.1, 1.1.0, 1.0.1, 1.0.0) when i run the following command in my project/vendor/gems folder: gem unpack rack-1.0.0 It shows the following error message: Error: Gem ''rack-1.0.0'' not installed. Any idea on this?? Thanks, Saurabh -- Posted via http://www.ruby-forum.com/. -- You received this message because you are
2008 Jun 03
1
Clicking on links within facebook iframes (facebook apps)
Hello, I have a problem with clicking on the links in facebook apps due to iframes. I am trying to write a little script to run through the funwall app. I used IE Dev toolbar to get the name of the id of the iframe (those iframes how no name attribute). So I run this command: $ie.frame(:id, "app2378983609_fb_frame").link(:text, ''View this post'').click And I get
2004 Aug 11
1
Starting with digium cards
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12"> <TITLE>Starting with digium cards</TITLE> </HEAD> <BODY> <P><FONT SIZE=2>Hi
2004 Sep 29
0
Query on DMA Config
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12"> <TITLE>Query on DMA Config</TITLE> </HEAD> <BODY> <BR> <P><FONT
2006 May 17
1
Functionnal testing : Watir vs Selenium
Hello, I wonder if some of you have evaluated these two solutions and how they compares each other. What did you liked or disliked ? And may be are you aware of others functionnal testing tools usable with and integrated with Ruby ? Thanks -- Posted via http://www.ruby-forum.com/.