From notifications at github.com Thu Nov 15 00:22:38 2012 From: notifications at github.com (user2085) Date: Wed, 14 Nov 2012 16:22:38 -0800 Subject: [Wtr-development] [watir-webdriver] Watir Automation on Windows 7 with IE8 (#169) Message-ID: am trying to run watir scripts on Wndows 7 on IE8 as administrator. Here is problem description: Problem was with below statement(popup windows) popup = Watir::IE.attach(:url, /ContactDetails/) and Error message was ? Unable to locate the url(ContactDetails) The issue seems to be that when there already exists an instance of IE8 that was opened with administrative privs, Watir won't see any other IE8 windows that are being run as admin, including ones it opens itself. Fix that i have been doing: Turn off User Account Control (set to the lowest setting). Go to Control Panel->System and Security->Action Center->Change User Account Control settings, and drop the slider to the lowest setting. But this is not a permanent fix, i have to change the windows 7 settings every day to run my automation script. Can anyone help me finding out the permanent solution ? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/169 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Thu Nov 15 13:26:13 2012 From: notifications at github.com (Jari Bakken) Date: Thu, 15 Nov 2012 05:26:13 -0800 Subject: [Wtr-development] [watir-webdriver] Watir Automation on Windows 7 with IE8 (#169) In-Reply-To: References: Message-ID: Closed #169. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/169 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Thu Nov 15 13:26:13 2012 From: notifications at github.com (Jari Bakken) Date: Thu, 15 Nov 2012 05:26:13 -0800 Subject: [Wtr-development] [watir-webdriver] Watir Automation on Windows 7 with IE8 (#169) In-Reply-To: References: Message-ID: `Watir::IE` is not part of watir-webdriver and neither is `#attach`. I suggest you write to the [watir-general](https://groups.google.com/forum/?fromgroups#!forum/watir-general) mailing list questions on watir-classic. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/169#issuecomment-10408346 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 17:49:48 2012 From: notifications at github.com (Eric Wollesen) Date: Fri, 16 Nov 2012 09:49:48 -0800 Subject: [Wtr-development] [watirspec] Spec on #flash, ensuring it returns the element on which it was called. (#38) Message-ID: This aids in chainability, eg: browser.link(:text => "Click here").flash.click Instead of having to do something like this: browser.link(:text => "Click here").tap(&:flash).click You can merge this Pull Request by running: git pull https://github.com/ewollesen/watirspec master Or you can view, comment on it, or merge it online at: https://github.com/watir/watirspec/pull/38 -- Commit Summary -- * Spec on #flash, ensuring it returns the element on which it was called. -- File Changes -- M element_spec.rb (9) -- Patch Links -- https://github.com/watir/watirspec/pull/38.patch https://github.com/watir/watirspec/pull/38.diff --- Reply to this email directly or view it on GitHub: https://github.com/watir/watirspec/pull/38 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 17:50:34 2012 From: notifications at github.com (Eric Wollesen) Date: Fri, 16 Nov 2012 09:50:34 -0800 Subject: [Wtr-development] [watir-webdriver] Return the element itself when #flash is called. (#170) Message-ID: This aids in chainability. There should be a matching pull request for watirspec with a spec. You can merge this Pull Request by running: git pull https://github.com/ewollesen/watir-webdriver master Or you can view, comment on it, or merge it online at: https://github.com/watir/watir-webdriver/pull/170 -- Commit Summary -- * Return the element itself when #flash is called. -- File Changes -- M lib/watir-webdriver/elements/element.rb (2) -- Patch Links -- https://github.com/watir/watir-webdriver/pull/170.patch https://github.com/watir/watir-webdriver/pull/170.diff --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/pull/170 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 17:54:29 2012 From: notifications at github.com (Alex Rodionov) Date: Fri, 16 Nov 2012 09:54:29 -0800 Subject: [Wtr-development] [watir-webdriver] Return the element itself when #flash is called. (#170) In-Reply-To: References: Message-ID: :+1: --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/pull/170#issuecomment-10455672 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 17:54:39 2012 From: notifications at github.com (Alex Rodionov) Date: Fri, 16 Nov 2012 09:54:39 -0800 Subject: [Wtr-development] [watirspec] Spec on #flash, ensuring it returns the element on which it was called. (#38) In-Reply-To: References: Message-ID: :+1: --- Reply to this email directly or view it on GitHub: https://github.com/watir/watirspec/pull/38#issuecomment-10455682 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 19:20:57 2012 From: notifications at github.com (Chuck van der Linden) Date: Fri, 16 Nov 2012 11:20:57 -0800 Subject: [Wtr-development] [watirspec] Spec on #flash, ensuring it returns the element on which it was called. (#38) In-Reply-To: References: Message-ID: +1 This makes a lot of sense in a number of ways, both for troubleshooting, and also for scripts designed for humans to watch while they execute. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watirspec/pull/38#issuecomment-10458543 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 19:22:04 2012 From: notifications at github.com (Chuck van der Linden) Date: Fri, 16 Nov 2012 11:22:04 -0800 Subject: [Wtr-development] [watir-webdriver] Return the element itself when #flash is called. (#170) In-Reply-To: References: Message-ID: +1 --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/pull/170#issuecomment-10458587 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 19:24:12 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 16 Nov 2012 11:24:12 -0800 Subject: [Wtr-development] [watir-webdriver] Return the element itself when #flash is called. (#170) In-Reply-To: References: Message-ID: +1 What about tests? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/pull/170#issuecomment-10458670 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 19:26:41 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 16 Nov 2012 11:26:41 -0800 Subject: [Wtr-development] [watirspec] Spec on #flash, ensuring it returns the element on which it was called. (#38) In-Reply-To: References: Message-ID: Merged #38. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watirspec/pull/38 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 16 19:27:28 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 16 Nov 2012 11:27:28 -0800 Subject: [Wtr-development] [watir-webdriver] Return the element itself when #flash is called. (#170) In-Reply-To: References: Message-ID: Merged #170. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/pull/170 -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at gmail.com Sat Nov 17 12:22:13 2012 From: zeljko.filipin at gmail.com (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Sat, 17 Nov 2012 13:22:13 +0100 Subject: [Wtr-development] Support sheriff In-Reply-To: References: Message-ID: On Thu, Apr 5, 2012 at 8:27 PM, Bret Pettichord wrote: > Excellent. Thanks for all your help, Jari, Chuck and Zeljko. Who will be the next support sheriff? I have noticed that Justin Ko has Watir badge at Stackoverflow[1]. As far as I am concerned, that makes him a Watir support sheriff. I have contacted him and he said: "Sure, it would be an honour to be part of the Watir team." If nobody complains in the next week or so, I will add him to the team[2]. Justin has a blog[3] where he writes mostly on Watir. ?eljko -- [1] http://stackoverflow.com/badges/1104/watir [2] http://watir.com/team/ [3] http://jkotests.wordpress.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at gmail.com Sat Nov 17 12:47:31 2012 From: zeljko.filipin at gmail.com (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Sat, 17 Nov 2012 13:47:31 +0100 Subject: [Wtr-development] Watir Book Message-ID: I finally have some time to continue working on the book[1]. The plan is: - stop selling the book - move the book to https://github.com/watir/watirbook/, so it is no longer my personal project, but part of Watir project - publish the book via https://leanpub.com/, that will make it possible to offer the book for free in various formats (pdf, epub, mobi...), but also to accept donations for Watir project - update installation - update the rest of the book - continue working on the book If you have any comments or questions, let me know. ?eljko -- [1] https://github.com/zeljkofilipin/watirbook/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko at filipin.eu Mon Nov 19 15:35:03 2012 From: zeljko at filipin.eu (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Mon, 19 Nov 2012 16:35:03 +0100 Subject: [Wtr-development] Code Climate is free for Open Source In-Reply-To: References: Message-ID: On Mon, Jul 16, 2012 at 10:16 AM, ?eljko Filipin wrote: > Here are the results for Watir repositories: > https://codeclimate.com/github/watir/watirspec > https://codeclimate.com/github/watir/watir-classic > https://codeclimate.com/github/watir/watir-webdriver Take a look at the results again. Code Climate has noticed that some classes have improved, and some got worse. ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at gmail.com Wed Nov 21 00:16:55 2012 From: zeljko.filipin at gmail.com (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Wed, 21 Nov 2012 01:16:55 +0100 Subject: [Wtr-development] =?utf-8?q?Homebrewer=E2=80=99s_Guide_to_Watir_0?= =?utf-8?q?=2E8=2E0?= In-Reply-To: References: Message-ID: Hi, after more than a year since the Watir Book 0.7.1 release I have good news. I have renamed the book to Homebrewer?s Guide to Watir and released it at Leanpub. To mark the milestone, I have bumped the version to 0.8.0. Read more at http://filipin.eu/homebrewers-guide-to-watir-0-8-0/ ?eljko -- https://leanpub.com/watirbook -------------- next part -------------- An HTML attachment was scrubbed... URL: From jarmo.p at gmail.com Wed Nov 21 06:01:37 2012 From: jarmo.p at gmail.com (Jarmo) Date: Wed, 21 Nov 2012 08:01:37 +0200 Subject: [Wtr-development] =?utf-8?q?Homebrewer=E2=80=99s_Guide_to_Watir_0?= =?utf-8?q?=2E8=2E0?= In-Reply-To: References: Message-ID: Good news! Congratulations! J. On Nov 21, 2012 2:17 AM, "?eljko Filipin" wrote: > Hi, > > after more than a year since the Watir Book 0.7.1 release I have good > news. I have renamed the book to Homebrewer?s Guide to Watir and released > it at Leanpub. To mark the milestone, I have bumped the version to 0.8.0. > > Read more at http://filipin.eu/homebrewers-guide-to-watir-0-8-0/ > > ?eljko > -- > https://leanpub.com/watirbook > > > _______________________________________________ > Wtr-development mailing list > Wtr-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Wed Nov 21 06:48:56 2012 From: notifications at github.com (hemanth.hm) Date: Tue, 20 Nov 2012 22:48:56 -0800 Subject: [Wtr-development] [watir-webdriver] Element visibilty issue on setting the value (#133) In-Reply-To: References: Message-ID: Closed #133. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/133 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Wed Nov 21 06:48:56 2012 From: notifications at github.com (hemanth.hm) Date: Tue, 20 Nov 2012 22:48:56 -0800 Subject: [Wtr-development] [watir-webdriver] Element visibilty issue on setting the value (#133) In-Reply-To: References: Message-ID: Failing to reproduce the same. It seems like it was some web design issue. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/133#issuecomment-10587199 -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at gmail.com Wed Nov 21 10:38:06 2012 From: zeljko.filipin at gmail.com (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Wed, 21 Nov 2012 11:38:06 +0100 Subject: [Wtr-development] =?utf-8?q?Homebrewer=E2=80=99s_Guide_to_Watir_0?= =?utf-8?q?=2E8=2E0?= In-Reply-To: References: Message-ID: On Wed, Nov 21, 2012 at 7:01 AM, Jarmo wrote: > Good news! Congratulations! Thanks. 26 people downloaded the book in the last few hours since I published it: https://leanpub.com/watirbook By the way, I am looking for contributors. If anybody wants to contribute to Watir documentation, please let me know. ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Wed Nov 21 11:58:46 2012 From: notifications at github.com (Gregory Loscombe) Date: Wed, 21 Nov 2012 03:58:46 -0800 Subject: [Wtr-development] [watir-webdriver] Using .flash method on an element that has a CSS hover breaks hover style functionality (#171) Message-ID: Had an issue with hover in FF16 (looks like its a selenium bug, will report there), but noticed the following:- Steps:- b = Watir::Browser.new(:chrome) b.goto("http://10cms.qa.s3.amazonaws.com/hover/index.html") Notice that if you hover over the 2 links you get a yellow hover styling from the CSS. b.link(text: "w3schools.com").flash (should flash the first link) Now goto the link again in the browser by hand, notice that the CSS style no longer applies on hover. Note:- This also happens with Firefox 16. (upgraded to 17 to try and its broken selenium webdriver 2.26). System:- Watir-webdriver 0.6.1 Watir 4.0.2 Selenium-webdriver 2.26.0 FF16 / Chrome 23.0.1271.64 / Windows 7. Thank you. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/171 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Wed Nov 21 18:06:43 2012 From: notifications at github.com (Jari Bakken) Date: Wed, 21 Nov 2012 10:06:43 -0800 Subject: [Wtr-development] [watir-webdriver] Using .flash method on an element that has a CSS hover breaks hover style functionality (#171) In-Reply-To: References: Message-ID: Closed #171 via c38acb472478142e5bdb008b1231e6e45700cd87. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/171 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Wed Nov 21 21:02:16 2012 From: notifications at github.com (Jacob Elder) Date: Wed, 21 Nov 2012 13:02:16 -0800 Subject: [Wtr-development] [watir-rspec] Don't fail when not using ActiveRecord (#1) Message-ID: This patch prevents watir-rspec from failing when ActiveRecord has been removed (for instance, when using Mongoid). You can merge this Pull Request by running: git pull https://github.com/GoBoundless/watir-rspec master Or you can view, comment on it, or merge it online at: https://github.com/watir/watir-rspec/pull/1 -- Commit Summary -- * Don't fail when not using ActiveRecord -- File Changes -- M lib/watir/rspec/active_record_shared_connection.rb (26) -- Patch Links -- https://github.com/watir/watir-rspec/pull/1.patch https://github.com/watir/watir-rspec/pull/1.diff --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-rspec/pull/1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From watirjira at gmail.com Thu Nov 22 07:07:48 2012 From: watirjira at gmail.com (shanth (JIRA)) Date: Thu, 22 Nov 2012 01:07:48 -0600 (CST) Subject: [Wtr-development] [JIRA] Commented: (WTR-167) OLE error when creating new IE browser as Scheduled Task Message-ID: <24687551.53.1353568068946.JavaMail.oqa-j2ee@openqa01.managed.contegix.com> [ http://jira.openqa.org/browse/WTR-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20470#action_20470 ] shanth commented on WTR-167: ---------------------------- I am using 1.8.6 version and the issue still existing.Any help much appreciated. > OLE error when creating new IE browser as Scheduled Task > -------------------------------------------------------- > > Key: WTR-167 > URL: http://jira.openqa.org/browse/WTR-167 > Project: Watir > Issue Type: Bug > Affects Versions: 1.5.0/1.5.1 > Environment: windows server 2003 r2, ruby 1.8.5, watir-1.5.1.1192, win32-process 0.5.2, windows-pr 0.6.6 > Reporter: Peter Paul Bakker > Priority: Major > Fix For: 1.5.2 > > > We use watir scripts to check the health of web sites at regular intervals. > The scripts run unattended using scheduled tasks in windows. > When running a watir script when logged in, the scripts work fine. > When running the same script unattended as a scheduled task, it fails. > Only when the user that the scheduled task "runs as" is logged on while the scheduled task runs, it works fine. > So maybe it fails when there is no desktop available. > The user that the scheduled task "runs as" has admin rights. > The error is: > Windows > OLE error code:80040154 in > > HRESULT error code:0x80020009 > Exception occurred. > The stacktrace for "IE.start_process" is: > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1588:in `method_missing' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1588:in `each' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir/ie-process.rb:21:in `window' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1490:in `_new_process_init' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1484:in `new_process' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1499:in `start_process' > watir.rb:1588 is the second line in: > shell = WIN32OLE.new('Shell.Application') > shell.Windows.each do |window| > The error and stacktrace for ie.new is: > failed to create WIN32OLE object from `InternetExplorer.Application' > HRESULT error code:0x80004005 > Unspecified error > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1534:in `initialize' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1534:in `new' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1534:in `create_browser_window' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1462:in `_new_window_init' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1458:in `initialize' > watir.rb:1534 is the second line in: > def create_browser_window > @ie = WIN32OLE.new('InternetExplorer.Application') > In watir 1.4.1 the "IE.new" method worked fine in an unattended scheduled task. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.openqa.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From watirjira at gmail.com Thu Nov 22 09:11:48 2012 From: watirjira at gmail.com (Zeljko (JIRA)) Date: Thu, 22 Nov 2012 03:11:48 -0600 (CST) Subject: [Wtr-development] [JIRA] Commented: (WTR-167) OLE error when creating new IE browser as Scheduled Task Message-ID: <10732937.57.1353575508676.JavaMail.oqa-j2ee@openqa01.managed.contegix.com> [ http://jira.openqa.org/browse/WTR-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20471#action_20471 ] Zeljko commented on WTR-167: ---------------------------- Please report the problem in the new issue tracker at https://github.com/watir/watir-classic/issues > OLE error when creating new IE browser as Scheduled Task > -------------------------------------------------------- > > Key: WTR-167 > URL: http://jira.openqa.org/browse/WTR-167 > Project: Watir > Issue Type: Bug > Affects Versions: 1.5.0/1.5.1 > Environment: windows server 2003 r2, ruby 1.8.5, watir-1.5.1.1192, win32-process 0.5.2, windows-pr 0.6.6 > Reporter: Peter Paul Bakker > Priority: Major > Fix For: 1.5.2 > > > We use watir scripts to check the health of web sites at regular intervals. > The scripts run unattended using scheduled tasks in windows. > When running a watir script when logged in, the scripts work fine. > When running the same script unattended as a scheduled task, it fails. > Only when the user that the scheduled task "runs as" is logged on while the scheduled task runs, it works fine. > So maybe it fails when there is no desktop available. > The user that the scheduled task "runs as" has admin rights. > The error is: > Windows > OLE error code:80040154 in > > HRESULT error code:0x80020009 > Exception occurred. > The stacktrace for "IE.start_process" is: > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1588:in `method_missing' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1588:in `each' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir/ie-process.rb:21:in `window' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1490:in `_new_process_init' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1484:in `new_process' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1499:in `start_process' > watir.rb:1588 is the second line in: > shell = WIN32OLE.new('Shell.Application') > shell.Windows.each do |window| > The error and stacktrace for ie.new is: > failed to create WIN32OLE object from `InternetExplorer.Application' > HRESULT error code:0x80004005 > Unspecified error > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1534:in `initialize' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1534:in `new' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1534:in `create_browser_window' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1462:in `_new_window_init' > C:/ruby/ruby_bin/lib/ruby/gems/1.8/gems/watir-1.5.1.1192/./watir.rb:1458:in `initialize' > watir.rb:1534 is the second line in: > def create_browser_window > @ie = WIN32OLE.new('InternetExplorer.Application') > In watir 1.4.1 the "IE.new" method worked fine in an unattended scheduled task. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.openqa.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From zeljko.filipin at gmail.com Thu Nov 22 21:38:11 2012 From: zeljko.filipin at gmail.com (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Thu, 22 Nov 2012 22:38:11 +0100 Subject: [Wtr-development] =?utf-8?q?Homebrewer=E2=80=99s_Guide_to_Watir_0?= =?utf-8?q?=2E8=2E0?= In-Reply-To: References: Message-ID: The book now has a web site too! http://zeljkofilipin.github.com/watirbook/ Not a nice web site, but it is a start. :) ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 10:47:10 2012 From: notifications at github.com (shanth) Date: Fri, 23 Nov 2012 02:47:10 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) Message-ID: We are facing below issue on IE start up with 1.8.6 version.The issue is occurring abruptly and if we run the same code the issue is not occurring.Any help much appreciated. failed to create WIN32OLE object from `InternetExplorer.Application' --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 14:30:10 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 23 Nov 2012 06:30:10 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: Does this problem also appear in newest version of watir-classic? What version of Ruby are you using? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-10660889 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 14:32:45 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 23 Nov 2012 06:32:45 -0800 Subject: [Wtr-development] [watir-rspec] Don't fail when not using ActiveRecord (#1) In-Reply-To: References: Message-ID: If you use Mongoid, then why do you have ActiveRecord loaded? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-rspec/pull/1#issuecomment-10660956 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 14:33:04 2012 From: notifications at github.com (=?UTF-8?B?xb1lbGprbyBGaWxpcGlu?=) Date: Fri, 23 Nov 2012 06:33:04 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: Watir 1.8.6 does not exist, I guess that is Ruby version: https://rubygems.org/gems/watir/versions --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-10660965 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 14:34:00 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 23 Nov 2012 06:34:00 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: In that case - does this problem also exist on Ruby 1.9.3? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-10660986 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 14:35:17 2012 From: notifications at github.com (=?UTF-8?B?xb1lbGprbyBGaWxpcGlu?=) Date: Fri, 23 Nov 2012 06:35:17 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: And we still do not know watir-classic version. :) --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-10661021 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 15:47:29 2012 From: notifications at github.com (Jacob Elder) Date: Fri, 23 Nov 2012 07:47:29 -0800 Subject: [Wtr-development] [watir-rspec] Don't fail when not using ActiveRecord (#1) In-Reply-To: References: Message-ID: We use a half dozen other gems which require it, but still function when it's not configured. On Nov 23, 2012, at 9:32 AM, Jarmo Pertman wrote: > If you use Mongoid, then why do you have ActiveRecord loaded? > > ? > Reply to this email directly or view it on GitHub. > --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-rspec/pull/1#issuecomment-10663126 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 16:34:30 2012 From: notifications at github.com (shanth) Date: Fri, 23 Nov 2012 08:34:30 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: The ruby version is 1.8.3 and watir version is 1.5.3 --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-10664342 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 16:43:28 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 23 Nov 2012 08:43:28 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: Closed #44. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Nov 23 16:43:27 2012 From: notifications at github.com (Jarmo Pertman) Date: Fri, 23 Nov 2012 08:43:27 -0800 Subject: [Wtr-development] [watir-classic] failed to create WIN32OLE object from `InternetExplorer.Application' error on IE startup. (#44) In-Reply-To: References: Message-ID: Unfortunately, since you have so old versions of both, then i can't recommend anything else than upgrading both and trying if the problem persists. If the problem persists after these steps, then reopen this issue or create a new one. Closing this for now. Sorry for not being much of a helpful. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-10664568 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sat Nov 24 17:44:57 2012 From: notifications at github.com (Justin Ko) Date: Sat, 24 Nov 2012 09:44:57 -0800 Subject: [Wtr-development] [watir-classic] Choose File dialog does not appear when setting file field that is located within a frame (#45) Message-ID: When trying to set a file field that is located within a frame, the "Choose File to Upload" dialog never opens, causing the script to timeout. **Steps to Reproduce - Using w3schools:** 1. Run the following script (using any existing file for upload): ```ruby require 'watir-classic' browser = Watir::Browser.new browser.goto('http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_file') browser.frame(:index, 1).file_field.set('c:\users\jko\desktop\file.txt') ``` --> Notice that the "Choose File to Upload" dialog never opens and that the following exception occurs. ```ruby RAutomation::UnknownWindowException: Window with locator {:index=>0, :title=>/^choose file( to upload)?|Elegir archivos para cargar$/i} doesn't exist or is not visible! from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rautomation-0.7.3/lib/rautomation/window.rb:226:in `rescue in wait_until_present' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rautomation-0.7.3/lib/rautomation/window.rb:224:in `wait_until_present' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/rautomation-0.7.3/lib/rautomation/window.rb:214:in `text_field' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.3.0/lib/watir-classic/dialogs/file_field.rb:19:in `set_file_name' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.3.0/lib/watir-classic/dialogs/file_field.rb:7:in `set' from (irb):10 from C:/Ruby193/bin/irb:12:in `
' ``` **Steps to Reproduce - Locally:** 1. Create a file called "file_field.htm", which contains a file field: ```html ``` 2. Create a file called "main.htm", which includes the above file in a frame: ```html