[wtr-general] ie.modal_dialog(:title, 'Tile') problem

2009-10-29 Thread david
known' for WIN32OLE:Class David --~--~-~--~~~---~--~~ 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 follo

[wtr-general] Re: ie.modal_dialog(:title, 'Tile') problem

2009-11-01 Thread david
8/gems/watir-1.6.2/lib/watir/ container .rb:186:in `new' from C:/Work/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/ container .rb:186:in `modal_dialog' from (irb):9 David On Oct 30, 8:50 am, Bret Pettichord wrote: > Could you try > > @ie.modal_dialog(:title

[wtr-general] Re: ie.modal_dialog(:title, 'Tile') problem

2009-11-01 Thread david
log(:title, /Batch/) ArgumentError: Title value must be String when I had no issue attaching to the IE instance using same syntax irb(main):002:0> @ie = Watir::IE.attach(:title, /Mainet/) David On Oct 30, 8:50 am, Bret Pettichord wrote: > Could you try > > @ie.modal_dialog(:title, '

[wtr-general] Re: ie.modal_dialog(:title, 'Tile') problem

2009-11-01 Thread david
itle, /Batch/) ArgumentError: Title value must be String when I had no issue attaching to the IE instance using same syntax irb(main):002:0> @ie = Watir::IE.attach(:title, /Mainet/) And lastly when I execute @ie.modal_dialog.title() that works! David On Oct 30, 8:50 am, Bret Pettichord

[wtr-general] Re: ie.modal_dialog(:title, 'Tile') problem

2009-11-01 Thread david
supported with the current version of Ruby (1.8.6). See http://jira.openqa.org/browse/WTR-2 for details. undefined method `connect_unknown' for WIN32OLE:Class David On Oct 30, 8:50 am, Bret Pettichord wrote: > Could you try > > @ie.modal_dialog(:title, 'Batch Update') >

[wtr-general] Re: ie.modal_dialog(:title, 'Tile') problem

2009-11-03 Thread david
@ie.modal_dialog.title() gives me the correct title of the modal dialog box when I run it from IRB I am using IE7 David On Nov 2, 2:16 pm, Bret Pettichord wrote: > I did a little research on this issue. There does appear to be a bug > using this code with IE8 -- the title changed fro

[wtr-general] Re: Clicking "OK" javascript confirm popup?

2010-12-13 Thread david
6- mingw32] David On Dec 12, 11:23 am, Jarmo Pertman wrote: > Use the simplest way to handleJavaScriptpopups described in the wiki > athttp://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups > > Jarmo Pertman > - > IT does really matter -http://www.itreallymatters.net > >

[wtr-general] Re: How Ruby Interacts with Powerpoint

2010-02-05 Thread David Mullet
hope that helps. I'm short on time at this moment, but let me know if you have further questions. David http://rubyonwindows.blogspot.com/ http://rubyonwindows.blogspot.com/search/label/powerpoint On Feb 2, 6:46 am, arihan sinha wrote: > Thanks Tiffany. > > Actually the extent I&#x

[wtr-general] pixel tracking with Celerity

2010-05-27 Thread David Beckwith
Is it possible to monitor asynchronous calls to other servers? For example, I want to test to make sure our API is being properly implemented on a partner site: 'notify' signals are to be sent to my company's site. I want to log that their JQuery is generatign the 'notify' signals. There are no

[wtr-general] Fix for ie.close throwing NoMethodError when using ruby 1.92 & watir 1.9.2

2011-07-15 Thread David Brown
#x27; from (irb):4 from C:/Ruby192/bin/irb:12:in `' TO FIX THE ISSUE: change ie-class.rb:333:in `exists?' FROM: rescue WIN32OLERuntimeError TO: rescue WIN32OLERuntimeError, NoMethodError If someone on the DEV team could make this simple change I'd appreciate

[wtr-general] Above the fold screenshots

2013-07-12 Thread David West
How can I take them? -- -- 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...@googlegroups.com --- You received this message because you are subs

[wtr-general] Command executed within a test script behaves differently to when the same command is executed in irb

2014-09-03 Thread David Karl
I am investigating WATIR as a testing tool for a product that we are developing for a client. At this stage I have my tests successfully opening a browser, navigating to a page, entering text into the username and password fields, clicking sign in and verifying that it is on the right page. So

Re: [wtr-general] Re: Error while Selecting select_list by Value

2017-03-18 Thread David Drake
It does: http://www.rubydoc.info/gems/watir/Watir/Select#disabled%3F-instance_method On Friday, March 17, 2017 at 9:17:29 AM UTC-7, Super Kevy wrote: > > The second link in that thread mentioned the parent object. W3schools is > a great place to learn how html works. > > Example: > puts ' Is s

[wtr-general] Using Watir to test AS400 mainframe

2009-02-07 Thread David Jamison
Hi all, I am trying to find out if there is a way of testing "green screens" on an AS400? We are currently using QTP with the terminal emulator add-in to preform this task. Many Thanks David --~--~-~--~~~---~--~~ You received this message becau

[wtr-general] Re: Using Watir to test AS400 mainframe AND testing strategy

2009-02-08 Thread David Jamison
ld be on a single platform with a single scripting language. Id be grateful to hear if others are in a similar situation and how this is being approached. Best Regards David Alister Scott wrote: > Watir purely drives web browsers. > >From my understanding there are tools that dynami