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

2010-08-09 Thread Željko Filipin
http://stackoverflow.com/questions/3434672/watir-how-to-access-a-table-without-an-id-or-name -- 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

Re: [wtr-general] Re: Watir on Windows, how is it done anymore?

2010-08-09 Thread Željko Filipin
On Mon, Aug 9, 2010 at 5:05 PM, Charley Baker charley.ba...@gmail.com wrote: I haven't tested it, but I don't see any reason it shouldn't work. Will try to test it this week. If anyone has tried with the new Ruby installer, let us know what you've seen. I use new installer in one virtual

Re: [wtr-general] Re: Watir on Windows, how is it done anymore?

2010-08-09 Thread Željko Filipin
On Mon, Aug 9, 2010 at 6:10 PM, Ethan notet...@gmail.com wrote: Did you test no_wait stuff? No, I do not use no_wait stuff. Ž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

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

2010-08-06 Thread Željko Filipin
http://stackoverflow.com/questions/3413174/watir-firewatir-url-consistency -- 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: Watir on Windows, how is it done anymore?

2010-08-06 Thread Željko Filipin
On Fri, Aug 6, 2010 at 12:55 PM, Alister Scott alister.sc...@gmail.com wrote: Can we pick up the great work Ethan has done on making vapir work in later versions of ruby and apply this to Watir? You should send this to wtr-development, I think a lot of developers are not monitoring this group.

Re: [wtr-general] Re: Calendar Click

2010-08-04 Thread Željko Filipin
On Wed, Aug 4, 2010 at 7:02 AM, madhu kumar madhu@gmail.com wrote: have u got any result,(www.cleartrip.com) What is the problem? I believe we have answered your question. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You

Re: [wtr-general] can uninstall software from add or remove programs by using ruby

2010-08-04 Thread Željko Filipin
On Wed, Aug 4, 2010 at 11:27 AM, Qiannan Zhang qian...@ecitysky.com wrote: Is anyone can tell how to use ruby to uninstall software from add or remove programs ? This is Watir support group. For ruby support please visit: http://www.ruby-lang.org/en/community/mailing-lists/ Željko -- watir.com

Re: [wtr-general] Re: Calendar Click

2010-08-04 Thread Željko Filipin
This worked for me: require watir browser = Watir::Browser.start(http://www.cleartrip.com/;) browser.radio(:id = rnd_trip).set # set round trip radio button browser.image(:src = /images/global/calendar_icon.gif).click # click the first calendar browser.image(:src =

Re: [wtr-general] can uninstall software from add or remove programs by using watir

2010-08-04 Thread Željko Filipin
On Wed, Aug 4, 2010 at 11:41 AM, Qiannan Zhang qian...@ecitysky.com wrote: Is anyone can tell how to use watir to uninstall software from add or remove programs ? I have already answered in another thread. Željko -- Before posting, please read http://watir.com/support. In short: search before

Re: [wtr-general] can uninstall software from add or remove programs by using watir

2010-08-04 Thread Željko Filipin
On Wed, Aug 4, 2010 at 11:52 AM, Qiannan Zhang qian...@ecitysky.com wrote: but i did not receive any feedback Here it is: http://groups.google.com/group/watir-general/browse_thread/thread/0696b2c9162c3617# You have posted the first question today at 17:27 your time, and the second one at

Re: [wtr-general] can uninstall software from add or remove programs by using watir

2010-08-04 Thread Željko Filipin
On Wed, Aug 4, 2010 at 11:58 AM, Qiannan Zhang qian...@ecitysky.com wrote: i am sorry, the link you gave me is not usable can you give me another one ? I do not know what is wrong with the link. I said: This is Watir support group. For ruby support please visit:

Re: [wtr-general] Re: Calendar Click

2010-08-04 Thread Željko Filipin
On Wed, Aug 4, 2010 at 12:23 PM, madhu kumar madhu@gmail.com wrote: I tried this commands its not coming, its showing some errors, i have attached that screenshot, please find the attachment. Are you at the right page? By the way, you can copy/paste text from command prompt, there is no

Re: [wtr-general] Calendar Click

2010-08-03 Thread Željko Filipin
2010/8/3 madhu kumar madhu@gmail.com This is travel site just go through this Link www.cleartrip.com And you really thought it would be easier for us to debug your problem with screen shot, instead of sending us the URL?! See how fast you got the answer once you have sent the URL?

Re: [wtr-general] Calendar Click

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 11:11 AM, madhu kumar madhu@gmail.com wrote: Can anyone let me know how to connect to mysql database using Ruby. You should ask at ruby forum, this one is for watir. If you search this group or the web, you will find the answer. Željko -- Before posting, please

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

2010-08-03 Thread Željko Filipin
http://stackoverflow.com/questions/3386318/how-to-block-images-in-watir -- 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] Calendar Click

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 12:04 PM, madhu kumar madhu@gmail.com wrote: if i type require 'mysql' its coming no such file to load. Please start another thread, this one is about calendar. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be

Re: [wtr-general] when HTML code changes to often

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 12:45 PM, Sharma Vishav sharma.vis...@gmail.com wrote: I am working on an agile project, where screens, hence underline HTML changes between sprints. Application that I am testing is just changing technologies, so I face a similar problem. Make sure your Watir code is

Re: [wtr-general] when HTML code changes to often

2010-08-03 Thread Željko Filipin
2010/8/3 Sharma Vishav sharma.vis...@gmail.com using element ID would be able to access element, as long as the element ID and the frame it was defined originally does not change. Exactly. There is not much you can do if the application changes a lot, but even then fixing the tests would be

Re: [wtr-general] identify elements in goggle mail box

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 1:11 PM, Sharma Vishav sharma.vis...@gmail.com wrote: 1.how does I click a drop down box in this menu bar, e.g More actions menu. Gmail is hard to automate. If you are looking for application to practice Watir skills, use basic HTML Gmail view (link at the bottom of the

Re: [wtr-general] when HTML code changes to often

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 1:27 PM, Sharma Vishav sharma.vis...@gmail.com wrote: yes you did answer my question I forgot to say before, it is possible to automate tests even when developers do not care about testability (and/or having automated tests), but automation will be a lot easier if

Re: [wtr-general] identify elements in goggle mail box

2010-08-03 Thread Željko Filipin
2010/8/3 Sharma Vishav sharma.vis...@gmail.com I posted this example as a specific case to know what methods/tools you use when IE developer tool bar does not allow you to identify page elements. I have noticed that problem from time to time. I have a virtual machine with all major browsers

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread Željko Filipin
2010/8/3 madhu kumar madhu@gmail.com Ok but two calendars are there in that website, we can use this one for one calendar, how can i recognise second one. This should work: browser.image(:alt = Calendar, :index = 2).click but something is wrong with the page, I can not get the second

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 3:02 PM, madhu kumar madhu@gmail.com wrote: That command is not working. just check the website www.cleartrip.com I was there, but I the second calendar is not displayed even when I try it manually (I have clicked the calendar icon). I have tried with IE 8 and FF

Re: [wtr-general] Sarndeep Nijjar wants to chat

2010-08-02 Thread Željko Filipin
Hi Sarndeep, Please do not send bulk e-mails to watir-general. I have removed the post from the web site. Regards, Željko Filipin -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru

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

2010-08-02 Thread Željko Filipin
http://stackoverflow.com/questions/3378437/watir-set-text-field-value-instantly-without-emulated-typing http://stackoverflow.com/questions/3372804/trouble-find-elements-with-firewatir-on-a-jquery-created-page -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] Calendar Click

2010-08-02 Thread Željko Filipin
On Mon, Aug 2, 2010 at 12:34 PM, madhu kumar madhu@gmail.com wrote: Hi have a calendar in my webpage, and i intalled watir recorder Watir recorder is not supported here. Please post to their support forum. Let me know if you can not find it. If you would like to automate calendar with

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

2010-07-30 Thread Željko Filipin
http://stackoverflow.com/questions/3368703/how-to-make-a-tab-expend -- 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: Recent Stack Overflow Questions Tagged Watir

2010-07-30 Thread Željko Filipin
On Fri, Jul 30, 2010 at 12:28 PM, Jarmo Pertman jarm...@gmail.com wrote: Page not found... Looks like the question is deleted. Ž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

Re: [wtr-general] How i can delete all element from a list (ul)

2010-07-29 Thread Željko Filipin
On Wed, Jul 28, 2010 at 8:57 PM, carmen3lia eliaol...@gmail.com wrote: I need to delete all the elements in a list (ul) I do not understand what that means. How would you do it manually? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on

Re: [wtr-general] Re: How I can do double click on a Cell

2010-07-29 Thread Željko Filipin
On Wed, Jul 28, 2010 at 10:40 PM, Carmen eliaol...@gmail.com wrote: Unable to locate element, using :xpath, /html/body/div/div/div[2]/div[2]/div[2]/div/div/div[2]/div/div[2]/div/div/div[2]/div/div[17]/table/tbody/tr/td[2] This is the problem (well, one of the problems). Why are you using such

Re: [wtr-general] Re: Vista IE8... does not wait for

2010-07-29 Thread Željko Filipin
On Wed, Jul 28, 2010 at 10:59 PM, niartseoj niarts...@gmail.com wrote: when i run these commands in IRB (...) works but i'm getting this when try to run it in a file If it works in IRB and not when you run the file, maybe the problem is in timing. When in IRB, browser has the time to load the

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

2010-07-29 Thread Željko Filipin
Back to the original topic of this thread. :) http://stackoverflow.com/questions/3359710/how-to-timeout-a-page-loading-in-watir Ž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

[wtr-general] watir.com/installation comments

2010-07-28 Thread Željko Filipin
Installation page at watir.com is one of the most visited and commented: http://watir.com/installation/ I have noticed that people are asking for support there (3 comments are pending moderation at the moment, all 3 asking for support). Since comments are moderated, I do not approve such

Re: [wtr-general] facing issue with clicking buttons

2010-07-28 Thread Željko Filipin
On Thu, Jul 22, 2010 at 2:42 PM, praveen kumar praveen454gr...@gmail.com wrote: I am trying to automate the gmail Why? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru,

Re: [wtr-general] Re: facing issue with clicking buttons

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 4:25 AM, Jason Trebilcock jason.trebilc...@gmail.com wrote: Or, someone might take the lazy way out and use the ruby-gmail gem. And there is also mail gem that I use all the time for sending and receiving mail: http://github.com/mikel/mail/ Željko -- Before posting,

Re: [wtr-general] Understanding Modules and Classes a little better

2010-07-28 Thread Željko Filipin
On Tue, Jul 27, 2010 at 10:48 PM, Jason freezingki...@gmail.com wrote: I might post a few discussions here over the coming days trying to better improve my framework, You could also take a look at existing Watir frameworks: http://github.com/scudco/taza http://github.com/bret/watircraft

Re: [wtr-general] Useful: Installing Watir from RubyGems from behind a proxy

2010-07-28 Thread Željko Filipin
On Fri, Jul 23, 2010 at 1:46 AM, Jason freezingki...@gmail.com wrote: This is really more about accessing rubygems and installing *anything* from behind a proxy, but for myself the whole purpose of installing Ruby and accessing RubyGems is for Watir, so might be useful for this list. Hi

Re: [wtr-general] FW: WTANZ session 07 – Test Auto mation with Watir

2010-07-28 Thread Željko Filipin
On Mon, Jul 26, 2010 at 4:18 AM, Al Snow jas...@hotmail.com wrote: Hi, There was a WTANZ session 07 – Test Automation with Watir this weekend. Al, thanks for letting us know. I am glad to see that people are using Watir. Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] Regarding watir framework

2010-07-28 Thread Željko Filipin
On Thu, Jul 22, 2010 at 12:51 PM, sudhir prem...@gmail.com wrote: I am following the below step: Where did you get those installation instructions? Take a look at http://watir.com/installation/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts

Re: [wtr-general] Regarding watir framework

2010-07-28 Thread Željko Filipin
On Thu, Jul 22, 2010 at 12:51 PM, sudhir prem...@gmail.com wrote: can you provide details how to create watir framework. Take a look how people have already done it: http://wiki.openqa.org/display/WTR/Examples http://github.com/scudco/taza http://github.com/bret/watircraft

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

2010-07-28 Thread Željko Filipin
http://stackoverflow.com/questions/3346567/how-to-access-each-element-of-several-tables -- 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

Re: [wtr-general] Re: [Wtr-development] watir.com/installation comments

2010-07-28 Thread Željko Filipin
2010/7/28 Alister Scott alister.sc...@gmail.com I might update the site to let people know not to ask questions, else disable commenting on certain pages? I would leave comments on all pages, but moderated. Feel free to update the site, but I am not sure how to make it clear where to ask

Re: [wtr-general] Watir (Access denied message on clicking Delete all spam messages now in Gmail)

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 2:08 PM, abhisheksreepal abhisheksree...@gmail.com wrote: 1. Login to gmail Gmail is hard to automate. Why are you doing it? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them

Re: [wtr-general] Re: How to access element in a table ?

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 3:57 PM, Chan Nguyen atbl1...@gmail.com wrote: My problem is that in our website, there are a lot of JavaScript. And I currently could not find a way for Watir to deal with JS. :( ! Our site also uses javascript and Watir works just fine. What is the problem? Željko --

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

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 4:11 PM, Chan Nguyen atbl1...@gmail.com wrote: I want to click on each individual option of Search( Quick Search, Custom Search ) to test, but I could not find a way to make it work. This worked for me: browser.cell(:id = uwmMainMenu_1).click # search menu appears

Re: [wtr-general] Re: How to access element in a table ?

2010-07-28 Thread Željko Filipin
I have just replied in another thread. Ž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: watir-general@googlegroups.com To

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

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 4:54 PM, Chan Nguyen atbl1...@gmail.com wrote: Thanks a lot for your help. I am glad I could help. I found out that the document for Watir still had very few examples. Really? What have you read so far? Could you write some more about how to deal with JavaScript, and

Re: [wtr-general] Re: Watir (Access denied message on clicking Delete all spam messages now in Gmail)

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 5:10 PM, abhisheksreepal abhisheksree...@gmail.com wrote: It was one of the task for me and had taken this as a challenge :) Good luck. :) If you are new to Watir, change Gmail interface to basic html, and move to standard later when you have more experience. Željko --

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

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 5:19 PM, Chan Nguyen atbl1...@gmail.com wrote: I tried your solution, but it did not work out :( ! What does that mean? Quick search page does not open? Which OS, browser, Ruby and Watir are you using? I am on Mac OS 10.6.4, Firefox 3.8.6, ruby 1.8.7, watir-webdriver

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

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 4:47 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: browser.cell(:id = uwmMainMenu_1).click browser.cell(:text = Quick).click This works with watir gem on Windows with IE6. browser.cell(:id = uwmMainMenu_1).fire_event onfocus # search menu appears Željko

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

2010-07-28 Thread Željko Filipin
On Wed, Jul 28, 2010 at 5:54 PM, Chan Nguyen atbl1...@gmail.com wrote: I don't have Watir-webdriver installed. What are you waiting for? :) http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/ Željko -- Before posting, please read http://watir.com/support. In short: search before you

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

2010-07-28 Thread Željko Filipin
2010/7/28 Chan Nguyen atbl1...@gmail.com superclass mismatch Do not require both watir and watir-webdriver, only one. Ž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

Re: [wtr-general] Re: Check out the Watir Stack Exchange site!

2010-07-27 Thread Željko Filipin
I was away for a few weeks snorkeling and brewing, but I see Watir community was busy. :) Our Stack Exchange site [1] just got 60th follower! (Thanks to our old friend MarekJ.) But why did not it move from define to commit phase?! (Like Selenium site [2] did some time ago?) The answer is in

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

2010-07-27 Thread Željko Filipin
http://stackoverflow.com/questions/3291956/if-i-start-a-new-should-i-start-with-watir-webdriver http://stackoverflow.com/questions/3277442/watir-can-i-tunnel-through-an-external-http-socks-proxy-over-firefox -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] FireWatir frame reattach issue.

2010-07-16 Thread Željko Filipin
On Fri, Jul 16, 2010 at 2:45 PM, Valdis valdis.murz...@gmail.com wrote: Code causes ff reatach to url specified for Frame. You will have to be more specific. I do not understand what is the problem here. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] Text data used to fill a text_field in firefox is truncated (but not in IE)

2010-07-15 Thread Željko Filipin
On Sat, Jul 10, 2010 at 3:35 AM, Jon rjohnson1...@gmail.com wrote: it now goes to Firefox 3.6, but when it enters the username, it only types in the first 8-12 characters and then stops. Try different Firefox driver, maybe it will work there: webdriver -

Re: [wtr-general] farming automation on watir[parallel testing]

2010-07-15 Thread Željko Filipin
On Sun, Jul 4, 2010 at 2:22 AM, Cristina cristina.toro...@gmail.com wrote: can we use parallel testing using few[a farm of] remote machines Take a look at watirgrid project, I think it does something like that: http://github.com/90kts/watirgrid Željko -- watir.com - community manager

Re: [wtr-general] cant get an element

2010-07-15 Thread Željko Filipin
On Thu, Jul 15, 2010 at 11:18 AM, ryanthescot ryanthes...@hotmail.com wrote: I am trying to get the value 'Bishop' Please notice there is trailing space in this example: browser.p(:class = wpFieldValue ).text = Bishop or b.span(:id =

Re: [wtr-general] Re: Watir on Windows, how is it done anymore?

2010-07-13 Thread Željko Filipin
On Mon, Jul 12, 2010 at 11:52 PM, Tiffany Fodor tcfo...@comcast.net wrote: Hey Zeljko - this sounds like a great subject for a podcast. :) Good idea. :) Ethan, would you like to record a podcast on Vapir? Željko -- Before posting, please read http://watir.com/support. In short: search

Re: [wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Željko Filipin
On Monday, July 12, 2010, Nathan Lane nathamberl...@gmail.com wrote:         from (irb):9        from C:/Ruby191/bin/irb:12:in `main' The last time I have tried, watir did not work with ruby 1.9. Try 1.8. Željko -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Watir Podcast #35 Željko Filipin on W atir Stack Exchange Site

2010-07-10 Thread Željko Filipin
Felipe Knorr Kuhn and I talk about Watir Stack Exchange Site ( http://bit.ly/watirse): http://watirpodcast.com/35-zeljko-filipin-on-watir-stack-exchange-site/ If you have an hour, take a listen and find out why I think Stack Exchange is the best thing that could happen to Watir support. Željko

Re: [wtr-general] Check out the Watir Stack Exchange site!

2010-07-07 Thread Željko Filipin
On Tue, Jul 6, 2010 at 6:44 PM, Tiffany Fodor tcfo...@comcast.net wrote: and then watch for the new Watir Podcast where Zeljko and Felipe talk about the benefits of Stack Exchange. The podcast will be published in the next few days. I am on the road with really slow internet connection. As soon

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

2010-07-02 Thread Željko Filipin
Initiate Button click action using Watir Ruby library http://stackoverflow.com/questions/3159354 Ž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

Re: [wtr-general] Re: Iterate through radio buttons

2010-07-02 Thread Željko Filipin
On Fri, Jul 2, 2010 at 12:09 PM, Shlomit Gazit shlomitpatr...@gmail.com wrote: The condition is not working, it is still going through all the radio buttons. Joe's code if working fine. browser.radios.each means iterate over all radio buttons. Why do you insist on not iterating over all radio

Re: [wtr-general] Re: Iterate through radio buttons

2010-07-02 Thread Željko Filipin
2010/7/2 Shlomit Gazit shlomitpatr...@gmail.com I want to create an array of the innerText (or something else) of the 9 out of 16 radios on the page. Then I need to do something with every variable in this array. Then just iterate over all radio buttons and create an array that contains just

[wtr-general] Fwd: Donate to Watir

2010-07-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 $595 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

Re: [wtr-general] Re: Rich calender how to get value

2010-07-01 Thread Željko Filipin
On Thu, Jul 1, 2010 at 12:03 PM, naresh nareshvatsa...@gmail.com wrote: ie.cell(:class = rich-calendar-input rich-calendar- button,:text=Monday,:text=March).click; Several problems: - leading space in rich-calendar... - you are saying that there is cell with exactly text Monday and March - a

Re: [wtr-general] Re: Rich calender how to get value

2010-07-01 Thread Željko Filipin
On Thu, Jul 1, 2010 at 12:44 PM, naresh nareshvatsa...@gmail.com wrote: Can anyone tell me in below script , what is monthLabels,weekDayLabels, are these cell or link in calender. Do you know that javascript can create HTML? Calendar that you want to automate is not visible in page source, it

Re: [wtr-general] Re: Rich calender how to get value

2010-07-01 Thread Željko Filipin
Does this work? ie.table(:id, globalForm:startDateDecorate:startDate).cell(:text, 30).click Or this? ie.cell(:text, 30).click If it clicks the date, but nothing happens, you probably have to fire some JS event. Željko -- Before posting, please read http://watir.com/support. In short: search

Re: [wtr-general] question for ff browser

2010-06-30 Thread Željko Filipin
2010/6/30 kiran yajamanyam kiranyajaman...@gmail.com signin = ie1.button(:text, SignIn) You could do something like this: def signin(browser) browser.button(:text, SignIn) end signin(ie1).click signin(ie2).click Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] question for ff browser

2010-06-30 Thread Željko Filipin
On Wed, Jun 30, 2010 at 3:27 PM, kiran yajamanyam kiranyajaman...@gmail.com wrote: Great solution The power of ruby :) Ž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

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

2010-06-30 Thread Željko Filipin
Update on the proposal: we have 34 followers, 26 to go. Please also submit example questions and vote on existing ones. If you need inspiration for the questions: http://groups.google.com/group/watir-general/topics http://stackoverflow.com/tags/watir http://wiki.openqa.org/display/WTR/FAQ The

Re: [wtr-general] speed up checkbox selection

2010-06-29 Thread Željko Filipin
On Mon, Jun 28, 2010 at 6:08 PM, DaveRo d...@ronson.ca wrote: I was wondering if there was anything I could do to speed this along? As far as I know, no. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them

Re: [wtr-general] Clicking a div with last index

2010-06-28 Thread Željko Filipin
On Fri, Jun 25, 2010 at 3:03 PM, Ajitesh Srinetra ajitesh.srine...@gmail.com wrote: Is there any way I can click on the last Index directly like ie.div(:text = 'div',:index =Last).click I do not think we have something like that. Maybe you would be able to do it with xpath:

Re: [wtr-general] Re: Rich calender how to get value

2010-06-28 Thread Željko Filipin
On Mon, Jun 28, 2010 at 12:54 PM, naresh nareshvatsa...@gmail.com wrote: Anyone can guide me? I am struck in calender. Which HTML element do you need to access (click, set...) in the HTML you have provided? Željko -- Before posting, please read http://watir.com/support. In short: search

Re: [wtr-general] Re: Rich calender how to get value

2010-06-28 Thread Željko Filipin
On Mon, Jun 28, 2010 at 1:22 PM, naresh nareshvatsa...@gmail.com wrote: i want to click calender I am asking what do you need to click. Do you know how to use a tool like Firebug? http://getfirebug.com/ Željko -- Before posting, please read http://watir.com/support. In short: search before

Re: [wtr-general] Re: WatiR Recorder++

2010-06-28 Thread Željko Filipin
On Mon, Jun 28, 2010 at 2:29 PM, Jarmo Pertman jarm...@gmail.com wrote: I've just got my bachelor's degree Congratulations! :) Ž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

[wtr-general] Watir Podcast on Watir Stack Exchange site

2010-06-26 Thread Željko Filipin
I am recording Watir Podcast on Watir Stack Exchange site with Felipe Knorr Kuhn in about 12 hours. If you have questions for us, ask. Ž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: Watir and Micorosft Server reports

2010-06-24 Thread Željko Filipin
On Thu, Jun 24, 2010 at 11:04 AM, Danijel danijel.vuko...@gmail.com wrote: The problem test case is stoped and is not comming out of fuction, that why i have to stop it with Ctr+c and i get message: I think I understand the problem now. Watir opens a page in Internet Explorer, but it is stuck

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

2010-06-24 Thread Željko Filipin
A big thank you to everybody that voted for Watir ad at Stack Overflow. We have 7 votes at the moment, 6 are needed before the ad is displayed. In the first day the ad is displayed over 9000 times, and 9 people clicked on it. That means we have 0.1 % click-through rate. You can see the stats (and

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

2010-06-24 Thread Željko Filipin
On Thu, Jun 24, 2010 at 1:03 PM, Danijel danijel.vuko...@gmail.com wrote: I will try, but in general all our pages are writen for IE and they do not work in firefox or IE 8.0. This is just to see if it is IE specific or not. watir opens an internet page ( in status bar is written DONE) but is

Re: [wtr-general] Rich calender how to get value

2010-06-24 Thread Željko Filipin
On Thu, Jun 24, 2010 at 1:07 PM, naresh nareshvatsa...@gmail.com wrote: Can anyone guide me how to do that in watir? What is the problem? What have you tried? Is the calendar public, so we could try too? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

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

2010-06-24 Thread Željko Filipin
Update on the proposal: we have 29 followers, 31 to go. We still need on-topic and off-topic example questions. You can submit only 5 questions, and give only 5 votes, it is not a lot of work. If you need inspiration for the questions: http://groups.google.com/group/watir-general/topics

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

2010-06-24 Thread Željko Filipin
On Thu, Jun 24, 2010 at 1:25 PM, Danijel danijel.vuko...@gmail.com wrote: Page is secured page, when i start test in FF test should set a temporary certificate, how do i avoid this adding certificate. Do it manually once, and store the certificate so it does not ask any more. Željko --

Re: [wtr-general] WatiR Recorder++

2010-06-23 Thread Željko Filipin
On Wed, Jun 23, 2010 at 10:22 AM, Sohail Mirza mrz...@gmail.com wrote: How to installed Watir Recorder ++? What is the difference between WatiR Recorder++ and WatiR Maker? Watir project is not related to Watir Recorder or Watir Maker projects. You will even find that this community does not

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

2010-06-23 Thread Željko Filipin
Ruby/Watir - Formatting print from an array http://stackoverflow.com/questions/3095455 Ž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

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

2010-06-23 Thread Željko Filipin
2010/6/23 Danijel danijel.vuko...@gmail.com Yes i do not see taer down in my test , if i interuprt test i get erorr in tear down. Danijel, I do not understand the problem. If English is the problem, and you know Croatian, feel free to contact me directly (off list) in Croatian. Željko --

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 danijel.vuko...@gmail.com 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

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

2010-06-21 Thread Željko Filipin
2010/6/21 naresh nareshvatsa...@gmail.com 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

[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:

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

2010-06-21 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 Update: the site has 21 followers. To move to the next

Re: [wtr-general] question for ff browser

2010-06-18 Thread Željko Filipin
On Thu, Jun 17, 2010 at 11:10 PM, Cristina cristina.toro...@gmail.com 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

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 nareshvatsa...@gmail.com 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 -

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

2010-06-18 Thread Željko Filipin
On Fri, Jun 18, 2010 at 8:16 AM, James fightmy...@gmail.com 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

[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 to see that in just one day we have 9 people

[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

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 alister.sc...@gmail.com 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,

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 cjq@gmail.com 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

[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

[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

<    8   9   10   11   12   13   14   15   16   17   >