[wtr-general] Watir Podcast #33: Jake Dempsey and Brian Knorr on Watij and UISpec

2010-04-13 Thread Željko Filipin
Hi, Watir Podcast #33 is out: http://watirpodcast.com/33-jake-dempsey-and-brian-knorr-on-watij-and-uispec/ Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them -- Before

Re: [wtr-general] Keep up with me

2010-04-14 Thread Željko Filipin
On Wed, Apr 14, 2010 at 4:39 AM, sunny bansal wrote: > Note: This is a reminder email sent by Indyarocks.com on behalf of its member. Sunny, This is the second time you have sent bulk mail to watir-general. Please do not send such mail here any more. All your future e-mails will be moderated. Th

Re: [wtr-general] Running my Watir Scripts in batch file??

2010-04-19 Thread Željko Filipin
On Mon, Apr 19, 2010 at 2:15 PM, Srinidhi wrote: > 3. So in this way ill have as many scripts as many scenarios. HOW WILL > I PUT THESE IN A BATCH FILE SO THAT THEY RUN UNATTENDED. What is the problem? You do not know how to call a file from a batch file? As far as I remember, you just have to cr

Re: [wtr-general] Re: Installation of Watir 1.6.5

2010-04-20 Thread Željko Filipin
On Tue, Apr 20, 2010 at 9:42 AM, deepak wrote: > how to get win32-process 0.5.5 There is download link here: http://rubygems.org/gems/win32-process Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you

Re: [wtr-general] Problem with ChromeSafari in Windows XP

2010-04-20 Thread Željko Filipin
On Tue, Apr 20, 2010 at 11:24 AM, GodwinQA wrote: > When i tried to run the WATIR script in chrome, the page got loaded > but then it got struck up. I do not think ChomeWatir driver works at the moment. If you want to drive Chrome, I would recommend watir-webdriver: http://zeljkofilipin.com/2010

Re: [wtr-general] Re: Running my Watir Scripts in batch file??

2010-04-20 Thread Željko Filipin
On Tue, Apr 20, 2010 at 3:10 PM, Srinidhi wrote: > The issue here is exception handlng You should use a test runner like rspec or test unit, they take care of stuff like that: http://rspec.info/ http://ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit.html Željko -- Before posting,

Re: [wtr-general] Re: Problem with ChromeSafari in Windows XP

2010-04-21 Thread Željko Filipin
On Wed, Apr 21, 2010 at 6:54 AM, GodwinQA wrote: > And Watir supports safari only on MAC.But, my requirement is on XP. I only know of SafariWatir, but it works only on Mac. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received

Re: [wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-21 Thread Željko Filipin
On Wed, Apr 21, 2010 at 10:24 AM, Betsy wrote: > Still waiting for your response.. :( You will have to provide more data. I can not help with the data you have provided so far. I need a few lines of code (the less the better) that reproduce the problem. Željko -- Before posting, please read ht

Re: [wtr-general] Re: `const_get': no such file to load -- safariwatir (MissingSourceFile) with FireWatir

2010-04-21 Thread Željko Filipin
On Wed, Apr 21, 2010 at 11:35 AM, Betsy wrote: > include FireWatir Remove this and let me know if there is any improvement. > The problem with this issue is that it does not come up every time. That would make it hard to debug. Željko -- Before posting, please read http://watir.com/support.

Re: [wtr-general] Question about attach embedded browser

2010-04-22 Thread Željko Filipin
On Mon, Apr 19, 2010 at 6:20 AM, James wrote: > I just want to let watir attach embedded browser, and control it. Since you got no reply here, maybe you should post it to wtr-development. Maybe Watir developers could answer, and I know a lot of them are not monitoring this group. http://rubyforg

Re: [wtr-general] Can't click element

2010-04-22 Thread Željko Filipin
On Thu, Apr 22, 2010 at 10:04 AM, madh wrote: > when i used element.click, nothing is working. What should happen? You probably have to fire a javascript event: browser.element(how, what).fire_event "eventname" > I also found difficulties when clicking element inside What is the problem? Ple

Re: [wtr-general] Re: Can't click element

2010-04-22 Thread Željko Filipin
On Thu, Apr 22, 2010 at 11:18 AM, madh wrote: > Event > names that I found are onblur, onscroll and on focus, it will only > flash the button. Sometimes events have to be fired in a sequence, for example first onmousedown and then onmouseup. You will have to experiment or ask a developer. > Whil

Re: [wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 9:29 AM, Betsy wrote: > Is there a generic method of handling the JS popups for both IE and > Firefox??? As far as I know, no. > are we expecting a > solution any time soon in the future releases? As far as I know, no. Željko -- watir.com - community manager pledgie.com

Re: [wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 9:50 AM, Betsy wrote: > Thanks a lot for the info... :) Sorry for the bad news, but I wanted to let you know. :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscri

Re: [wtr-general] Gem:Load Error

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 11:24 AM, Chandu80 wrote: > `report_activate_error': Could > not find RubyGem gemcutter (>= 0.2.1) (Gem::LoadError) Please let us know what this returns: ruby -v gem -v > Also let me know where do I get the RubyGem gemcutter from. http://rubygems.org/gems/gemcutter Že

Re: [wtr-general] Unable to install ruby-debug-ide

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 12:22 PM, Chandu80 wrote: > ERROR: http://rubygems.org/ does not appear to be a repository > ERROR: could not find gem rubygems-update locally or in a repository I would suggest that you post this to http://groups.google.com/group/gemcutter too. Željko -- watir.com - co

Re: [wtr-general] please remove me from the email list

2010-04-27 Thread Željko Filipin
On Mon, Apr 26, 2010 at 5:43 PM, Randall Biagi wrote: > r.bi...@gmail.com > rbi...@dfg.ca.gov I could not find you in the members list, I guess somebody has already removed you. Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir watirpodcast.com - host testingpo

Re: [wtr-general] XML reading help needed

2010-04-28 Thread Željko Filipin
On Wed, Apr 28, 2010 at 5:12 PM, ChuckD wrote: > I can read all the XML in my file except this Is this related to Watir? There are probably better places to get xml parsing help than this group. Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir watirpodcast.com

Re: [wtr-general] Equivalent of echo in Selenese?

2010-04-30 Thread Željko Filipin
On Fri, Apr 30, 2010 at 9:52 AM, friscodelrosario < friscodelrosa...@sbcglobal.net> wrote: > I browsed Watir's rdoc, but nothing jumped out obviously as an > equivalent command to 'echo' in Selenium, printing its target to the > test output. I am not familiar with Selenium, and I am also not sure

[wtr-general] Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-04-30 Thread Željko Filipin
What do you think about creating Watir Stack Exchange site? It is free and uses Stack Overflow software. I think it would be the the best solution for Watir support, but I can not support it myself. Forwarded mail is part of this thread: http://groups.google.com/group/selenium-developers/browse_t

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-03 Thread Željko Filipin
On Fri, Apr 30, 2010 at 12:52 PM, Betsy wrote: > That is a really great thing to happen to Watir support as it will > help both the sides in finding out the relevant issues faster... > Looking forward to it... Betsy, Are you saying you are interesting in helping me support the site? That would m

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-03 Thread Željko Filipin
On Mon, May 3, 2010 at 1:35 PM, Wesley Chen wrote: > I don't know whether I can help or not. Wesley, Could you please be more specific? You do not know if you will have the time to help, or is something else the problem? Željko -- Before posting, please read http://watir.com/support. In short

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-03 Thread Željko Filipin
On Mon, May 3, 2010 at 5:04 PM, Kunal wrote: > I am game for it as well. Let me know what's next ? You can check Stack Exchange site if the three of us is enough people to start the site. You can also copy Selenium proposal for creating the site and replace the data with Watir's data. I plan to

[wtr-general] Fwd: Donate to Watir

2010-05-06 Thread Željko Filipin
If you like the Watir project, you can make a donation. There is donate button at http://watir.com/. We have raised $570 this year. We will spend it on hosting and stuff like that. We will not spend it on beer, no matter how much I would like that. :) You can see list of donors and Bret's thank y

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-06 Thread Željko Filipin
On Tue, May 4, 2010 at 6:48 AM, Kunal wrote: > Question - Are we targeting to move to stackexchange based community > and hence leaving Google group? Yes. That is my personal goal. I am not sure what other people think. I think Stack Overflow software is the best solution for Watir support. Goog

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-06 Thread Željko Filipin
On Tue, May 4, 2010 at 8:28 AM, Betsy wrote: > Got confused with how to create new proposal.. :( Betsy, Thanks a lot for your effort. I think you have copied Selenium proposal a bit too much. :) I will create the proposal and post a link here, so people could vote on it. Željko -- Before pos

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-06 Thread Željko Filipin
On Mon, May 3, 2010 at 8:34 PM, George wrote: > I am interested in helping, although I'm still a little unclear about > what I need to do. George (and everybody else interested in helping), For now, all you have to do is: 1) Read http://meta.stackexchange.com/questions/6056/proposal-for-watir-s

Re: [wtr-general] canxth element

2010-05-06 Thread Željko Filipin
On Thu, May 6, 2010 at 4:58 PM, tjp wrote: > One > Two > Three > How do I refer to the third one? Not tested, but should work: browser.cell(:text => "Three") or browser.cell(:id => "zippy", :text => "Three") Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir

Re: [wtr-general] How to test if the form was submitted?

2010-05-10 Thread Željko Filipin
On Sun, May 9, 2010 at 2:29 AM, rorguy wrote: > Is there a way to know if a form was submitted successfully? When you submit the form manually, how do you know if it was successful? Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir watirpodcast.com - host testi

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-10 Thread Željko Filipin
On Mon, May 10, 2010 at 12:26 PM, Betsy wrote: > Voted up... Thanks :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: wati

Re: [wtr-general] job opening

2010-05-12 Thread Željko Filipin
On Tue, May 11, 2010 at 6:33 PM, Eric Mathiesen wrote: > I can't speak for the rest of the people on this list, but this for Watir automation questions and support. It is not a place to recruit potentials. The culture of this group so far has been that job postings are fine, if they are Watir re

Re: [wtr-general] Watir/FireWatir and .text

2010-05-12 Thread Željko Filipin
On Tue, May 11, 2010 at 10:22 AM, Betsy wrote: > Is there any way across Watir/FireWatir/Vapir to retrieve the same > text across IE/FF??? As far as I know, no. Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] Re: Watir/FireWatir and .text

2010-05-12 Thread Željko Filipin
On Wed, May 12, 2010 at 12:54 PM, Betsy wrote: > At least now I can look out for alternatives... Good luck. As far as I understand the problem, browsers do not return the text of the page the same, so the problem will probably exist in other tools too. Željko -- Before posting, please read ht

Re: [wtr-general] Re: Question about attach embedded browser

2010-05-13 Thread Željko Filipin
On Thu, May 13, 2010 at 8:16 AM, James wrote: > I find in this thread, http://rubyforge.org/pipermail/wtr-development/2009-August/001174.html > it says this question had been solved. You could post this on wtr-development, but as I understood the thread, Bret just said we had requests for that fe

Re: [wtr-general] Re: Question about attach embedded browser

2010-05-13 Thread Željko Filipin
On Thu, May 13, 2010 at 10:56 AM, James wrote: > Actually I find threads such as http://rubyforge.org/pipermail/wtr-development/2009-August/001174.html > I understand that may be solved already. > and here https://gist.github.com/224981/9d643daf08c9558235bf0e3ce65ed4ca0019f97f > post the source co

[wtr-general] blacklist test requests from google analytics using watir

2010-05-17 Thread Željko Filipin
I plan to post links to questions posted to stackoverflow.com that are tagged "watir". It will probably be just a few posts a week. If it bothers you, let me know. I am doing it to let people know that I prefer that site for Watir support. The first one: http://stackoverflow.com/questions/284714

Re: [wtr-general] Re: Issue with accessing an Object in FireWatir

2010-05-17 Thread Željko Filipin
On Mon, May 17, 2010 at 1:16 PM, Betsy wrote: > The source code is too big. Can you reproduce it on a small portion of HTML? That would help us reproduce it too. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them v

Re: [wtr-general] Issue with accessing an Object in FireWatir

2010-05-17 Thread Željko Filipin
On Monday, May 17, 2010, Betsy wrote: > Can it be an issue with the code? Yes. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To po

Re: [wtr-general] Issue with accessing an Object in FireWatir

2010-05-17 Thread Željko Filipin
On Monday, May 17, 2010, Betsy wrote: > Can it be an issue with the code? Yes. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To po

[wtr-general] Watir and Cucumber unable to run on win xp

2010-05-18 Thread Željko Filipin
New questions tagged Watir at stackoverflow: http://stackoverflow.com/questions/2849319/watir-and-cucumber-unable-to-run-on-win-xp Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardv

Re: [wtr-general] Enabling button in FireWatir

2010-05-18 Thread Željko Filipin
On Tue, May 18, 2010 at 11:57 AM, gmile wrote: > So is it possible to enable the button via > Watir at all? How do you do it manually? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o

Re: [wtr-general] Re: Enabling button in FireWatir

2010-05-18 Thread Željko Filipin
2010/5/18 gmile > What I'm actually trying to accomplish is to enable the button during > the test (that's what I meant saying 'manually'). I am not sure why are you calling it "manually" if you are using Watir to do it. When I say "manually" I usually mean something that I do myself, with keyboa

Re: [wtr-general] Re: Enabling button in FireWatir

2010-05-18 Thread Željko Filipin
On Tue, May 18, 2010 at 12:26 PM, Eugene Pirogov wrote: > Watir actually acts as intended — it activates the button; but in Celerity the button somehow keeps staying disabled I am not Celerity expert, but is JavaScript enabled by default, or do you have to enable it? You could post this to Celer

Re: [wtr-general] Selecting a value from a drop down list

2010-05-19 Thread Željko Filipin
On Wed, May 19, 2010 at 4:13 PM, tester86 wrote: > > This is > the option that is selected by default > > > This is not select list, this is unordered list. Try something like this: browser.li(how, what).click Željko -- watir.com - community manager watirpodcast.com - host testingpodca

Re: [wtr-general] Re: Selecting a value from a drop down list

2010-05-19 Thread Željko Filipin
On Wed, May 19, 2010 at 8:00 PM, tester86 wrote: > I tried > $b.li(:class, "Option 2").click > But I still got the same error. I am not surprised, because class attribute does not have that value: This could help you access the element: http://wiki.openqa.org/display/WTR/XPath Željko -- Be

Re: [wtr-general] Parse IFrame with Nokogiri and Watir

2010-05-20 Thread Željko Filipin
On Wed, May 19, 2010 at 5:10 PM, Berto wrote: > page_html = Nokogiri::HTML.parse(browser.frame(:name, "IframeName") Does this work? Nokogiri::HTML.parse(browser.frame(:name, "IframeName").html) Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts o

Re: [wtr-general] How to identify an element in a table

2010-05-20 Thread Željko Filipin
On Thu, May 20, 2010 at 3:36 PM, Cristina wrote: > Status > Organization Name > If I would like to check that "Status" or "Organization Name" exist on the page Several solutions come to mind (none of them tested). 1) browser.text.include? "Status" browser.text.include? "Organization Name" (Not

[wtr-general] [stackoverflow] Watir question regarding select_list and reloading

2010-05-21 Thread Željko Filipin
New questions tagged Watir at stackoverflow: http://stackoverflow.com/questions/2877367/watir-question-regarding-select-list-and-reloading Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo

Re: [wtr-general] well at least it has an id.....

2010-05-21 Thread Željko Filipin
On Fri, May 21, 2010 at 9:08 PM, dave wrote: > i would like to activate(ie click) on this part of a very complex > deeply nested table/table-tdata entry Does this work? browser.cell(:id => "LOGOUT").click Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - a

Re: [wtr-general] FireWatir still holding ActiveRecord 2.3 dependency? Breaking on my computer

2010-05-24 Thread Željko Filipin
On Sun, May 23, 2010 at 4:45 AM, Tyler wrote: > I would > love to use Firewatir but I don't want to try to manage multiple > concurrent versions of rails in order to do so. You can drive Firefox with watir-webdriver until this is fixed: http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/ Že

[wtr-general] [stackoverflow] Two questions

2010-05-24 Thread Željko Filipin
Integration Testing an Entire *Existing* Application (w/ automatic execution of test suite) http://stackoverflow.com/questions/2894029/ How to build a test group in watir? http://stackoverflow.com/questions/268/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.co

Re: [wtr-general] Not able to click Enter using SENDKEY

2010-05-24 Thread Željko Filipin
On Mon, May 24, 2010 at 1:41 PM, meaculpa wrote: > I had a search field and I have to do a blank search. If there is a search button, you can try clicking it: browser.button(how, what).click You could also submit a form that contains search text field: browser.form(how, what).submit Željko --

Re: [wtr-general] Ruby Debugger for Netbeans issue

2010-05-25 Thread Željko Filipin
On Tue, May 25, 2010 at 7:24 AM, Prashant wrote: > When I ran below command using visual studion command promot then I > got the error How is this Watir related? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them v

Re: [wtr-general] Re: Fwd: [selenium-developers] Proposal for a Selenium StackExchange site

2010-05-25 Thread Željko Filipin
Just to let you know what is going on. Proposal for Watir site is on the second page of top-voted proposals: http://meta.stackexchange.com/questions/tagged?tagnames=site-proposal&page=2&sort=votes&pagesize=15 How the site will be created: http://blog.stackexchange.com/post/628155535/interview-wi

Re: [wtr-general] Radcombox automation

2010-05-25 Thread Željko Filipin
On Tue, May 25, 2010 at 12:36 PM, khaja shaik wrote: > I am trying to select the value from drop down list of Rad combo box with watir. Is there any solution for this Sure: http://wiki.openqa.org/display/WTR/Selection+Boxes Željko -- watir.com - community manager watirpodcast.com - host testing

Re: [wtr-general] Radcombox automation

2010-05-25 Thread Željko Filipin
2010/5/25 khaja shaik > Actually after clicking the drop down arrow in the combo box , values displayed in the separate iframe, thats why i cannot able to automate > check tha attached screen shot "Relevant code snippet is worth a thousand screen shots" a wise man would say. You still did not sa

Re: [wtr-general] Query: Books of Watir

2010-05-26 Thread Željko Filipin
On Wed, May 26, 2010 at 6:43 AM, anil menon wrote: > could any one let me know where i can get book on Watir. There is no book. Take a look at these: http://wiki.openqa.org/display/WTR/tutorial http://watir.com/ http://wiki.openqa.org/display/WTR/Project+Home Željko -- watir.com - community man

Re: [wtr-general] how do simply activate this javascript....from watir

2010-05-26 Thread Željko Filipin
On Tue, May 25, 2010 at 9:11 PM, dave wrote: > ...javascript:MM_goToSubframe('MAINIFRAME','../work/SSRECV? > USER_FUNCTION_NAME=SSRECV') Quick Store-to-Store Transfer Please post more code. In my experience, you probably just have to fire an JS event, something like this: browser.element(ho

[wtr-general] [stackoverflow] 2010-05-26

2010-05-26 Thread Željko Filipin
Watir question regarding table rows and loop http://stackoverflow.com/questions/2909271 Watir changes highline’s “ask” method http://stackoverflow.com/questions/2903200 Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of

Re: [wtr-general] anyone want to do a watir version?

2010-05-26 Thread Željko Filipin
Playing with it right now: http://github.com/zeljkofilipin/pacman Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi -- Before posting, please read ht

Re: [wtr-general] anyone want to do a watir version?

2010-05-27 Thread Željko Filipin
At the moment, Pacman just goes randomly in all directions: http://github.com/zeljkofilipin/pacman There is a short video, too: http://www.youtube.com/watch?v=r9Y6RtKiTQs Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received t

Re: [wtr-general] text_filed validation - onchange alert window

2010-05-27 Thread Željko Filipin
On Thu, May 27, 2010 at 7:14 PM, kashyap wrote: > I want to get a handle of that popup > and verify the text on the alert window and hit on OK button. Did you read this? http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com

Re: [wtr-general] Re: text_filed validation - onchange alert window

2010-05-27 Thread Željko Filipin
On Thu, May 27, 2010 at 10:13 PM, Adam Reed wrote: > Exactly what I came to post; You're too fast Željko! The fastest gun in the West! :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscr

[wtr-general] Watir Podcast #34: Zhimin Zhan on TestWise

2010-05-27 Thread Željko Filipin
I have just published another podcast: http://watirpodcast.com/34-zhimin-zhan-on-testwise/ It is a big day for Watir Podcast. Today it is 2 years old! :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message becaus

Re: [wtr-general] [ANN] Win32::Screenshot 0.0.4

2010-05-28 Thread Željko Filipin
On Thu, May 27, 2010 at 10:23 PM, Jarmo Pertman wrote: > I'm thinking that here are probably some people who would like to take > screenshots in their tests so i'll write about Win32::Screenshot in > here also. I am currently using this: http://github.com/90kts/snapIt Željko -- watir.com - comm

Re: [wtr-general] [ANN] Win32::Screenshot 0.0.4

2010-05-28 Thread Željko Filipin
2010/5/28 Wesley Chen > Have you got the inner code for snapit.exe? The code is at github: http://github.com/90kts/snapIt Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http:/

Re: [wtr-general] Resolving that pesky JSSH extenstion installation failure

2010-05-28 Thread Željko Filipin
On Fri, May 28, 2010 at 4:00 PM, Super Kevy wrote: > Should the openqa.org page get an update on troubleshooting the > extension install? Please update the wiki page. Let me know if you need help. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts

Re: [wtr-general] Re: Resolving that pesky JSSH extenstion installation failure

2010-05-28 Thread Željko Filipin
On Fri, May 28, 2010 at 5:25 PM, Super Kevy wrote: > Thanks, update Thanks, Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post:

Re: [wtr-general] Re: A stupid question ... how do I apply patches to Watir? :-(

2010-06-01 Thread Željko Filipin
On Tue, Jun 1, 2010 at 8:47 AM, Amit Koparkar wrote: > could you please let me know how to apply the patch to watir? What do you want to do? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - prič

[wtr-general] Fwd: Donate to Watir

2010-06-01 Thread Željko Filipin
If you like the Watir project, you can make a donation. There is donate button at http://watir.com/. We have raised $570 this year. We will spend it on hosting and stuff like that. You can see list of donors and Bret's thank you note at http://pledgie.com/campaigns/2982 Željko -- Before postin

Re: [wtr-general] How to handle a pop up having drop down under itself

2010-06-01 Thread Željko Filipin
On Mon, May 31, 2010 at 5:36 PM, Saket wrote: > I am working with an application where a pop up is generated after > clicking on a button. This could help: http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podca

Re: [wtr-general] How to automate ?

2010-06-01 Thread Željko Filipin
On Tue, Jun 1, 2010 at 11:02 AM, meaculpa wrote: > I have a webpage to check which is having 18 different affialiates > means 18 wrappers. Please post sample html. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them

Re: [wtr-general] Getting initialize': can't convert nil into String error

2010-06-08 Thread Željko Filipin
On Tue, Jun 8, 2010 at 10:18 AM, rrash586 wrote: > CLReport.class.rb:170:in `initialize': can't convert nil into String Please provide relevant code. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.c

Re: [wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread Željko Filipin
On Tue, Jun 8, 2010 at 1:56 PM, TCBlues wrote: > I'm trying to download the gem but it is not available, do you know > where could I download it? http://rubygems.org/gems/win32screenshot or gem install win32screenshot Željko -- Before posting, please read http://watir.com/support. In short:

Re: [wtr-general] Re: Win32::Screenshot 0.0.4

2010-06-08 Thread Željko Filipin
On Tue, Jun 8, 2010 at 2:36 PM, TCBlues wrote: > SocketError: getaddrinfo: temporary failure in name resolution. Maybe this caused the problem: http://twitter.com/chadfowler/status/15702305236 Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be

[wtr-general] Watir Twitter Buzz on watir.com

2010-06-08 Thread Željko Filipin
If you want your tweet to show up on http://watir.com/, please include @watir in it. #watir is no longer about Watir most of the time. By the way, Watir now also has identi.ca account (http://identi.ca/watir) and group (http://identi.ca/group/watir). Željko -- watir.com - community manager watirp

Re: [wtr-general] Is there a means to specify an element in the browser as a variable?

2010-06-09 Thread Željko Filipin
On Tue, Jun 8, 2010 at 9:37 PM, joedio wrote: > myID = browser.sElement(:index, 1).id Try this: myID = browser.send(sElement, :index => 1).id Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - p

[wtr-general] Recent Stack Overflow Questions Tagged Watir

2010-06-10 Thread Željko Filipin
How to find a particular table cell in Watir http://stackoverflow.com/questions/3001196/ Watir question regarding selecting a hidden dropdown. http://stackoverflow.com/questions/2969174 How do I route watir through a proxy pragmatically? http://stackoverflow.com/questions/2970777 Željko -- watir

Re: [wtr-general] Recent Stack Overflow Questions Tagged Watir

2010-06-11 Thread Željko Filipin
On Fri, Jun 11, 2010 at 12:14 AM, Paul Rogers wrote: > I answered the proxy one Thanks, I added a couple of comments at Stack Overflow. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscrib

Re: [wtr-general] Re: Firefox 3.6.3 JSSh on Linux

2010-06-14 Thread Željko Filipin
On Sun, Jun 13, 2010 at 3:40 AM, Zenon wrote: > @Felipe, I have complied an xpi for Firefox 3.6 on Ubuntu/Linux and > posted it to the wiki. Hi Zenon, Thanks a lot! I have added xpi to http://watir.com/installation/ too. One comment: the next time you update the wiki, please also add a comment

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-14 Thread Željko Filipin
On Sat, Jun 12, 2010 at 7:42 AM, Wesley Chen wrote: > Problem 1: Send an gmail(Click "Compose Mail" link, input "Email to", "Subject", "Email content", click "Send" button"); > Problem 2: Go to Google Documents page, open an existing DOC/PPT/excel, read the data in it. Do you need to test Gmail's

Re: [wtr-general] How to insert a blank value from spreadsheet into a textbox on webpage.

2010-06-14 Thread Željko Filipin
On Mon, Jun 14, 2010 at 8:34 AM, Chandu80 wrote: > The script should take this blank value from the spreadsheet and then > insert it into the textbox. This sounds to me like it is not Watir related. Watir does not drive spreadsheets. Željko -- watir.com - community manager watirpodcast.com - ho

[wtr-general] Watir ads at stackoverflow.com

2010-06-14 Thread Željko Filipin
New round of free advertising of open source projects at stackoverflow.comhas just started. We had 17 votes the last time [1], 6 are needed to be displayed at stackoverflow.com. The ad got a few complaints about not having any text. (I just copied our logo.) This time I took a creative commons ph

Re: [wtr-general] Dialog boxes..

2010-06-14 Thread Željko Filipin
On Mon, Jun 14, 2010 at 3:17 PM, Ramu Pillai wrote: > I need to work with dialog boxes in watir. Did you read this? http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vid

Re: [wtr-general] Celerity Question - java.net.ConnectException

2010-06-16 Thread Željko Filipin
On Wed, Jun 16, 2010 at 8:41 AM, Alister Scott wrote: > I am having an issue with running a basic celerity script, and couldn't find a celerity mailing list I found something, I know celerity-us...@rubyforge.org is active. http://rubyforge.org/mail/?group_id=6198 http://rubyforge.org/forum/?grou

Re: [wtr-general] Re: Celerity Question - java.net.ConnectException

2010-06-17 Thread Željko Filipin
On Thu, Jun 17, 2010 at 12:38 AM, Alister Scott wrote: > I found a topic on using celerity behind a firewall which fixed my > problem. I have installed rvm, jruby and celerity trying to reproduce your problem, but everything worked for me. :) Željko -- Before posting, please read http://watir.

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-17 Thread Željko Filipin
On Thu, Jun 17, 2010 at 3:20 AM, Wesley Chen wrote: > I think google mail and google doc are really welcome, if I can access them in Watir, that would be great. You could probably automate Gmail and Docs, but the last time I have played with Gmail, it was not trivial. Also, it changes with time.

[wtr-general] Watir site at stackexchange.com

2010-06-17 Thread Željko Filipin
Hi, Recently I have asked if people are interested in creating Watir site at stackexchange.com [1]. I was pleasantly surprised by the number of people that are interested [2]. Just today I have read that new stackexchange.comcan be created [3], so I have created Watir site [4]. I think stackoverf

[wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2010-06-17 Thread Željko Filipin
IE browser doesn’t close and file download popup needs focus http://stackoverflow.com/questions/3058617 Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/gr

[wtr-general] Re: Watir ads at stackoverflow.com

2010-06-17 Thread Željko Filipin
On Mon, Jun 14, 2010 at 12:37 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > http://meta.stackoverflow.com/questions/53346/open-source-advertising-sidebar-2h-2010/53544#53544 Watir ad at stackoverflow.com still has 0 votes. We need 6. Feel free to comment at stackoverfl

Re: [wtr-general] Re: ie browser doesn't close and file download popup needs focus ?

2010-06-17 Thread Željko Filipin
On Thu, Jun 17, 2010 at 6:20 PM, kranthi wrote: > The post on stackoverflow is also mine !! Sorry, I did not notice they were the same. :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subsc

Re: [wtr-general] question for ff browser

2010-06-18 Thread Željko Filipin
On Thu, Jun 17, 2010 at 11:10 PM, Cristina wrote: > The question is how can I close the second browser and return to the main one to continue checking the other links? browser1.link(how, what).click browser2 = Watir::Browser.attach(how, what) # do something with browser2 browser2.close # continue

Re: [wtr-general] Re: Insertion of data into oracle database through watir script

2010-06-18 Thread Željko Filipin
On Fri, Jun 18, 2010 at 8:10 AM, naresh vatsal wrote: > from Venus-Admin-Insert.rb:22 And this line is? This? cName =ie.textField(:id, "globalForm:categoryName").set("naresh"); Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on softwa

Re: [wtr-general] Cant install Watir using Gem

2010-06-18 Thread Željko Filipin
On Fri, Jun 18, 2010 at 8:16 AM, James wrote: > Meanwhile, we have tried this on other machines and the result turned > out ok. Did you try to uninstall ruby186-26 and install it again? I think we are recommending ruby186-26 because some pop-up stuff needs it. If you do not need to work with pop

[wtr-general] Re: Watir site at stackexchange.com

2010-06-18 Thread Željko Filipin
On Thu, Jun 17, 2010 at 5:39 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > - go to http://area51.stackexchange.com/proposals/6738/watir?referrer=cBxk1oncaoo1 > - click link "Follow It!" > - enter your e-mail > - click button "Submit" I am glad

[wtr-general] Re: Watir ads at stackoverflow.com

2010-06-18 Thread Željko Filipin
Stack Overflow Watir ad got the first vote! :) 5 more to go until the ad is displayed at stackoverflow.com. (Voting requires meta.stackoverflow.comaccount with 15 reputation.) http://meta.stackoverflow.com/questions/53346/open-source-advertising-sidebar-2h-2010/53544#53544 Željko -- Before post

Re: [wtr-general] Re: Watir site at stackexchange.com

2010-06-19 Thread Željko Filipin
On Fri, Jun 18, 2010 at 6:19 PM, Felipe Knorr Kuhn wrote: > I have added 5 more questions. Felipe, thanks a lot. I have voted and commented on a bunch of questions. (I does not let me to vote for more than 5 questions, maybe that is per day.) Just a quick update: the site has 18 followers (not

Re: [wtr-general] Re: Watir and Micorosft Server reports

2010-06-21 Thread Željko Filipin
On Mon, Jun 21, 2010 at 3:06 PM, Danijel wrote: > How do i tell Ruby to stop test case and start with tearDown? If you use test/unit or rspec framework, teardown is run after each test or spec. That is, if I understood what you are asking. I do not see teardown in your code. Željko -- watir.com

Re: [wtr-general] Re: Insertion of data into oracle database through watir script

2010-06-21 Thread Željko Filipin
2010/6/21 naresh > I want to take value from textfields, combobox, radiobutton, > dropdownlist. Please read this: http://wiki.openqa.org/display/WTR/tutorial Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message b

[wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2010-06-21 Thread Željko Filipin
Automating Web Access and Watir http://stackoverflow.com/questions/3073385 Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: wa

<    3   4   5   6   7   8   9   10   11   12   >