similar to: Is it possible to open particular version of browser using Watir?

Displaying 20 results from an estimated 20000 matches similar to: "Is it possible to open particular version of browser using Watir?"

2011 Aug 01
3
How to call the Ruby Script using HTML?
Hi, I am new to Ruby. I want to use Ruby in browser and integrate it with HTML. Could somebody help me to do so? Please suggest me how to achieve this? I want to use my code in call my Ruby script with the help of HTML code. Is it possible? FYI: I am not using RAILS. I am using Ruby and Watir to automate the my web applications. -- Thanks and Regards, Amit -- You received this message
2011 Aug 24
3
How to connect Ruby with MySQL (XAMPP)?
*Dear All:* I need your help on following points. 1. Can I connect Ruby with MySQL in XAMPP server? 2. Could someone tell me that how to connect MySQL with Ruby? I have XAMPP server installed and want to connect with ruby. I am using Ruby1.8.7. I tried following code: require ''rubygems'' require ''mysql'' begin # connect to the MySQL server
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
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
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
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
2009 May 28
0
Watir without -jssh extension
Hi All, Is there any way to run watir/firewatir without having -jssh extension for firefox??? If so plz suggest me. Thanks in advance, Saurabh -- Posted via http://www.ruby-forum.com/.
2012 Mar 20
0
Problem with before(:all) command
Hi when I use to run following file, it does not do anything, no error and nothing. It is meant to open a browser and put some information but nothing happens. Any help would be really appreciated... require "rubygems" require ''watir-webdriver'' require "rspec" describe "TEST Suite" do before(:all) do client =
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
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
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/.
2002 Mar 07
2
Is it possible to open a specific file in the HTML browser like help(htmlhelp=TRUE) does?
Dear all/anyone, after generating a HTML file "result.html" from within [R], I would like to open the default HTML browser (like help.start() does) to show the file. Is it possible to do this (without trying to do a system dependent search for possible browsers)? I browsed the source of package 'base' (R v1.4.1 WinMe) and I found the following in help():
2007 Apr 24
0
how to capture text from a popup window..in watir
Hi all, I got the answer how to click on ''ok'' button. But still i have two problems --- that code is not working when im trying to run that code through the exe file of that ruby file which is using that code. and second one is i want to capure the text of that popup.. i tried this with no success #----- js_dialog.rb ----- require ''win32ole'' require