[wtr-general] Re: Strange issue with ie.attach()

2009-04-30 Thread Željko Filipin
On Thu, Apr 30, 2009 at 09:59, Isabel joybe...@gmail.com wrote: But I could not find any text on the link you gave apart from Windows is a steaming pile of crap. :) Yes, that was my answer. I use Windows every day, so please take it as a joke. I have also found that restarting Windows can fix

[wtr-general] Re: Stripping url

2009-05-04 Thread Željko Filipin
On Fri, May 1, 2009 at 15:02, ash ashbr...@gmail.com wrote: I don't really know Ruby yet And if you want to know what can you do with strings in Ruby (for future reference): http://www.ruby-doc.org/core/classes/String.html Željko --~--~-~--~~~---~--~~ You

[wtr-general] Re: Can i get help regardin WatiN

2009-05-04 Thread Željko Filipin
On Mon, May 4, 2009 at 07:35, spike vinaykumarl...@gmail.com wrote: can i get the solution's for WatiN here. Maybe, if you tell us what the problem is. Also, you will probably get better support at watir forum: http://sourceforge.net/mailarchive/forum.php?forum_name=watin-users Željko

[wtr-general] Re: Can i get help regardin WatiN

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 06:10, spike vinaykumarl...@gmail.com wrote: How to handle file download popup. This is all I know about it: http://wiki.openqa.org/display/WTR/File+Downloads Once again, if you are using Watin (.net), you should visit their site at: http://watin.sourceforge.net/ Here

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 08:18, Vicky Goyal vikasrattango...@gmail.com wrote: if i need to generate an automated excel report from a webapplication, which shows list of bdays. Can you show us the html of the page and watir code you have written to deal with it so far? Željko

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 11:58, Vicky Goyal vikasrattango...@gmail.com wrote: the same list comes in a table format. Are you able to get names and birthdays into variable? I would suggest that you save them in csv file. That will be significatly less work than driving Excel, and Excel can open

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 12:21, Vicky Goyal vikasrattango...@gmail.com wrote: any sample code or script wud be really handy Same here. :) If you post a few lines of html that contain names and dates, I could extract it to variable and save as csv file. Željko

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 13:09, Vicky Goyal vikasrattango...@gmail.com wrote: for ur reference sir And what represents birthday in the html you have sent? Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Re: Requiring information about ruby/watir automation testing tool

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 14:46, Vicky Goyal vikasrattango...@gmail.com wrote: How to donwload rasta... http://rasta.rubyforge.org/download.html Type this in command prompt: gem install rasta Željko --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-11 Thread Željko Filipin
On Wed, May 6, 2009 at 08:40, Vicky Goyal vikasrattango...@gmail.com wrote: This is my link of webpage from where i need the table data and then have to insert into an excel sheet. $ie.link(:url, 'http://172.25.103.20/BCards/').click I can not open it. I get Network Timeout error. Now after

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread Željko Filipin
On Wed, May 13, 2009 at 8:54 PM, satish spanchumar...@gmail.com wrote: I have a text field which has phone number mask (___) ___-. I have never seen something like that. Can you share a screen shot or link to the page? Željko --~--~-~--~~~---~--~~ You

[wtr-general] Re: Help needed in automation using Watir

2009-05-14 Thread Željko Filipin
2009/5/14 Jim Matthews jim_m...@swbell.net If they don't respond, then you should talk to your manager who is interested in having automated tests +1 Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread Željko Filipin
2009/5/14 satish spanchumar...@gmail.com can some one help me on this? Maybe I could if you provided more information: 1) screen shot 2) html of the page (save it to your machine, open in web browser and see if you can reproduce the problem with saved page) Željko

[wtr-general] Re: file download popup handle

2009-05-18 Thread Željko Filipin
On Fri, May 15, 2009 at 8:25 PM, Chuck van der Linden sqa...@gmail.com wrote: reference the FAQ setion on popups http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIattachtoapopupwindow%3F Actually, a long time ago I have moved everything from this link to

[wtr-general] Re: html method on watir don't return the real html

2009-05-19 Thread Željko Filipin
On Mon, May 18, 2009 at 7:19 PM, TCBlues tcbl...@gmail.com wrote: Any idea how to get the real html content? I think Watir can show you html rendered in the browser, and obviously Internet Explorer does not show all tags and changes the case of some tags. If you want just the html, maybe Watir

[wtr-general] Re: Saving xml contents of a page shown on screen

2009-05-19 Thread Željko Filipin
On Tue, May 19, 2009 at 12:01 PM, Natasha Ranney itsn...@yahoo.co.uk wrote: I tried using text property of browser to save the text shown on page as xml file. It did save it. But it saved the '-' as well. I remember doing the same thing a long time ago, and being annoyed by `-` also. I am not

[wtr-general] Re: Unable to locate element

2009-05-19 Thread Željko Filipin
On Tue, May 19, 2009 at 3:44 PM, Kamesh kameshg...@gmail.com wrote: ie.link(:href, /faces/faces/client/inbox/userInbox.jspx).click I think that Internet Explorer always sees absolute links (site.com/page), not relative links (/page). Any of these should work: ie.link(:href,

[wtr-general] Re: Unable to locate element

2009-05-19 Thread Željko Filipin
ie.link(:href, /userInbox.jspx/).click Well, this one works for me. Try this: b.link(:href, /userInbox/).click What versions of Ruby and Watir are you using? (This is what my machine says.) C:\Documents and Settings\Administrator\Desktop\trunkruby -v ruby 1.8.6 (2007-09-24 patchlevel 111)

[wtr-general] Re: Common Watir

2009-05-20 Thread Željko Filipin
On Wed, May 20, 2009 at 10:15 AM, Mary Subaidha marysubai...@gmail.com wrote: 1.How to install common watir? commonwatir is common code used by Watir and FireWatir (from the source). If you install Watir or FireWatir, you will have it installed. Just install Watir or FireWatir and you should be

[wtr-general] Re: Common Watir

2009-05-20 Thread Željko Filipin
On Wed, May 20, 2009 at 10:55 AM, Mary Subaidha marysubai...@gmail.com wrote: May I have some sample scripts for common watir. There is no such thing. Commonwatir is just the code that Watir and FireWatir share. Use Watir or FireWatir. If you need help with Watir, follow the links I have sent in

[wtr-general] Re: os and browser version

2009-05-21 Thread Željko Filipin
On Mon, Apr 13, 2009 at 10:06 AM, Jarmo Pertman jarm...@gmail.com wrote: Anyway, I am using the code above and it is working with IE6, IE7 and IE8 successfully. Jarmo, I can not get this to work. Autoit does not populate the file upload pop up. Could you please take a look at my code and let

[wtr-general] Re: os and browser version

2009-05-22 Thread Željko Filipin
Looks like REGEXPTITLE works only on machines where full autoit is installed, not just AutoItX3.dll. I have played with it for hours yesterday, and that is what I have found. From http://www.autoitscript.com/autoit3/docs/intro/installdir.htm: AutoItX: Contains a DLL version of AutoIt v3 that

[wtr-general] Re: gmail tutorial example doesn't work

2009-05-22 Thread Željko Filipin
On Fri, May 22, 2009 at 2:09 AM, MatchBook jeffrey.fl...@gmail.com wrote: I was burnishing my watir skills and I noticed that this example didn't work. Gmail changes a lot and it is really complicated. I would not recommend it for beginners. If you are familiar with Watir, then maybe. I have

[wtr-general] Re: how simulate click the calendar day?

2009-05-22 Thread Željko Filipin
On Fri, May 22, 2009 at 5:53 AM, lnl lianglina_2...@sohu.com wrote: In date control,I could simulate select 'year',select 'month', but how to simulate click the day? And you expect us to guess how your date control looks like? :) Please, share a link, html and/or screen shot (all three if

[wtr-general] Re: how simulate click the calendar day?

2009-05-25 Thread Željko Filipin
On Mon, May 25, 2009 at 3:55 AM, lnl lianglina_2...@sohu.com wrote: like this date control,top of the web,how to simulate click the'12'? This worked for me: browser.link(:text, 12).click Please read this: http://wiki.openqa.org/display/WTR/Links Željko -- http://watirpodcast.com/

[wtr-general] Re: How to execute the single comment?

2009-05-25 Thread Željko Filipin
On Mon, May 25, 2009 at 12:56 PM, Wesley Chen cjq@gmail.com wrote: str1=$ie.goto('www.google.com') exec(str1) Why are you doing that? Why not just this? $ie.goto('www.google.com') Željko --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: how simulate click the calendar day?

2009-05-26 Thread Željko Filipin
On Tue, May 26, 2009 at 5:33 AM, lianglina_2...@sohu.com wrote: ie.select_list(:id,begdate).click ie.select_list(:id,calendaryear).select(2009) ie.select_list(:id,calendarmonth).select(06) My Watir script can not find this elements on the page that you have sent the link to. Are you sure you

[wtr-general] Re: POP up handle without thread

2009-05-27 Thread Željko Filipin
On Sat, May 23, 2009 at 7:40 PM, Vicky Goyal vikasrattango...@gmail.com wrote: i dont want to use threads Why? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General

[wtr-general] Re: Watir Podcast #24 MarekJ and Charley Baker

2009-05-28 Thread Željko Filipin
On Wed, May 27, 2009 at 7:40 PM, Tiffany Fodor tcfo...@comcast.net wrote: Nice that Baby Z* made his podcast debut - maybe he'll grow up to be a media mogul too! I think you could hear him in a podcast or two before, but from the other side of the door. This was the first time he got into the

[wtr-general] Re: asset_enabled error to click a button

2009-06-01 Thread Željko Filipin
2009/5/30 Venkat venkateshla...@gmail.com object id and action_button is disabled (Watir::Exception::ObjectDisabldException) Well, you are clicking element that is disabled. Have you read the error message? :) Watir says it can not click a button because it is disabled. Take a look why is it

[wtr-general] Re: Watir Support for Table Header TH elements?

2009-06-01 Thread Željko Filipin
2009/5/30 Chuck van der Linden sqa...@gmail.com I have some things happening where I really need to be able to access things that are defined as a header row (using TH tags) in a table. but Watir doesn't currently support this. Really? I thought you could do: browser.th(how, what) You can

[wtr-general] Re: How to detect the a mouseover popup?

2009-06-03 Thread Željko Filipin
On Wed, Jun 3, 2009 at 10:36 AM, Ivan Chung chun...@gmail.com wrote: I have scenario which i needed to detect the presence of a javascript popup when mouse over the navigations. Maybe this will help: http://wiki.openqa.org/display/WTR/JavaScript http://wiki.openqa.org/display/WTR/Pop+Ups

[wtr-general] Re: XPath and ñ

2009-06-03 Thread Željko Filipin
On Wed, Jun 3, 2009 at 3:17 PM, Andrew andre...@gmail.com wrote: If the ñ character is anywhere in my html file, it appears to be breaking the xpath selectors I'm using. A long time ago I wrote a blog post that could maybe help you: http://zeljkofilipin.com/2006/03/15/utf-8-and-ruby/ Željko

[wtr-general] Re: XPath and ñ

2009-06-03 Thread Željko Filipin
On Wed, Jun 3, 2009 at 3:36 PM, Andrew andre...@gmail.com wrote: Looks like that fixed it in my initial testing. Thanks! I am glad to hear that. :) I am just surprised that in this day and age we still have to take care of unicode and stuff like that. Željko

[wtr-general] Re: Towards migrating to Watir.com

2009-06-04 Thread Željko Filipin
On Thu, Jun 4, 2009 at 10:20 AM, jason jason.franklin.sto...@gmail.com wrote: With lack of a better alternative - wordpress - or any blog - is a pain for the user searching for structured information. Wordpress has pages that can be structured. Željko -- http://watirpodcast.com/

[wtr-general] Re: forms in subframes - elements not found

2009-06-04 Thread Željko Filipin
On Thu, Jun 4, 2009 at 10:05 AM, jason jason.franklin.sto...@gmail.com wrote: I cannot install watir becasue it requires a windows environment - or I am I missing somthing here too? You are right. Watir (IE) works only on Windows, because there is no IE for other platforms. Željko --

[wtr-general] Re: What is equivalent to ie.childBrowser() used in Watij?

2009-06-04 Thread Željko Filipin
On Wed, Jun 3, 2009 at 7:00 PM, yurock yuroc...@gmail.com wrote: p.s. Child browser in my application does not look like new window. And how does it look like (link to page if public, screen shot otherwise)? My guess is that it is some kind of pop up. http://wiki.openqa.org/display/WTR/Pop+Ups

[wtr-general] Re: Towards migrating to Watir.com

2009-06-04 Thread Željko Filipin
On Thu, Jun 4, 2009 at 6:23 AM, Alister Scott alister.sc...@gmail.com wrote: I have looked into many options and can't find a free/cheap option to host Confluence for watir.com. Amazon EC2 will be at least US$80 per month (~$1000 per year) A lot of money. Could we ask Atlassian to host our

[wtr-general] Re: Towards migrating to Watir.com

2009-06-04 Thread Željko Filipin
On Thu, Jun 4, 2009 at 6:23 AM, Alister Scott alister.sc...@gmail.com wrote: One solution I propose is that we use wordpress.com as a CMS to host watir.com I have some space on my hosting account so we could watir.com there. We can move watir.com to wordpress.com if the space or bandwidth

[wtr-general] Re: WatirCraft LLC is closing

2009-06-04 Thread Željko Filipin
On Thu, Jun 4, 2009 at 5:45 AM, Bret Pettichord b...@pettichord.com wrote: Pete Dignan and I have decided to shut down WatirCraft LLC. I am really sorry to hear that. Is it polite to ask why? I will begin working full time for Convio in July. Good luck on your new job. Željko

[wtr-general] Re: Towards migrating to Watir.com

2009-06-04 Thread Željko Filipin
On Thu, Jun 4, 2009 at 4:12 PM, Felipe Knorr Kuhn fkn...@gmail.com wrote: Do you guys have a community/open source project license for the Atlassian apps? Alister will know for sure, but I think we have open source licenses for Jira and Confluence. Željko

[wtr-general] Re: Towards migrating to Watir.com

2009-06-05 Thread Željko Filipin
On Thu, Jun 4, 2009 at 11:36 PM, Chuck van der Linden sqa...@gmail.com wrote: Has Google Code been considered? also Github? Both Google Code and Github have wiki and bug tracking. The problem with changing software is that somebody would have to enter all data from old software into new

[wtr-general] Re: Checking all links on a web page

2009-06-05 Thread Željko Filipin
On Fri, Jun 5, 2009 at 2:33 PM, ash ashbr...@gmail.com wrote: What I need is a way of clicking each link on a page to ensure they don't error. I would do it something like this (not tested): browser.links.each do |link| browser.goto link # check if page is ok browser.back end Željko --

[wtr-general] Re: How to send the email by Ruby script?

2009-06-05 Thread Željko Filipin
On Fri, Jun 5, 2009 at 7:24 PM, Wesley Chen cjq@gmail.com wrote: But do you know how to send an attachment in the email? I think you can do it with Tmail. http://tmail.rubyforge.org/ Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: Multiple lines in textarea

2009-06-08 Thread Željko Filipin
Try this: answers.each do |item| ie.textfield(:name, multiChoiceAnswers).set item end Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: Can't Click Div element

2009-06-08 Thread Željko Filipin
On Mon, Jun 8, 2009 at 1:48 PM, Chethan chethan2...@gmail.com wrote: img class=collapseImg src=themes/leadforce1/images/expand.gif/ browser.image(:src, /expand/).click div class=collapseHeaderTextView More Details .../div browser.div(:text, View More Details ...).click Željko --

[wtr-general] Re: Multiple lines in textarea

2009-06-08 Thread Željko Filipin
And what happens if you do this? ie.textfield(:name, multiChoiceAnswers).set Answer1\nAnswer2\nAnswer3 Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email

[wtr-general] Re: Issue with Select List

2009-06-09 Thread Željko Filipin
On Tue, Jun 9, 2009 at 7:49 AM, Pallavi Sharma write2pall...@gmail.com wrote: I tried the fire events also but no help. Which events did you fire? Looks like you should fire onChange and/or onfocus. Did you ask a developer how that code works and what events should be fired? Željko --

[wtr-general] Re: How can we verify whether link is deactivated?

2009-06-09 Thread Željko Filipin
On Tue, Jun 9, 2009 at 8:22 AM, Durgesh Nadkarni durgeshnadka...@gmail.com wrote: I want to verify that a particular link is deactivated after certain event. How does the link look when it is active and how does it look when it is not active? Can you post html? Željko --

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Željko Filipin
On Tue, Jun 9, 2009 at 10:00 AM, Rahul Ahuja mightyah...@gmail.com wrote: 1. Login to remote network by using Citrix server. 2. Open the IE from the list of given applications. 3. Open the URL of AUT. How are you doing this? From a browser? Can you log in manually and then start Watir tests?

[wtr-general] Re: automating application running on remote network

2009-06-09 Thread Željko Filipin
Can you send a screen shot or a link to real site so I could take a look? I really do not understand what is going on. You have IE7 open and you see IE6 inside it? What technology is it using to do that (ActiveX, Java...)? Željko --~--~-~--~~~---~--~~ You received

[wtr-general] Re: How can we verify whether link is deactivated?

2009-06-09 Thread Željko Filipin
On Tue, Jun 9, 2009 at 1:28 PM, Durgesh Nadkarni fordurg...@yahoo.co.in wrote: a href=javascript: onclick=searchNextResultPageInSubject(document.forms['frmReSearch'], -1, '');return false;Prev/a So, you want to check if this link exists, do something, and see if the link does not

[wtr-general] Re: Issue with Select List

2009-06-09 Thread Željko Filipin
On Tue, Jun 9, 2009 at 3:00 PM, Pallavi Sharma write2pall...@gmail.com wrote: could you please let me know when should i try fire them before selecting the value or after selecting the value? Do you have access to developers? Because you should ask them that question. Željko

[wtr-general] Re: Towards migrating to Watir.com

2009-06-11 Thread Željko Filipin
On Thu, Jun 11, 2009 at 10:31 AM, Alister Scott alister.sc...@gmail.com wrote: Are we happy to stick with using Confluence and JIRA on openqa.org for the time being? I am. Have you asked Patrick would he let us have watir.com point to Confluence? Željko

[wtr-general] Re: How to delete a line in a file?

2009-06-12 Thread Željko Filipin
This looks like a question that is not really Watir related. Maybe somebody answers, but you will probably get more replies at ruby forums or http://stackoverflow.com/ Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you

[wtr-general] Re: Towards migrating to Watir.com

2009-06-12 Thread Željko Filipin
On Thu, Jun 11, 2009 at 1:30 PM, Alister Scott alister.sc...@gmail.com wrote: I have created another watir.com wordpress prototype: http://watir001.wordpress.com/ Check it out and let me know whether you prefer this or http://watirweb.wordpress.com/ I like watir001 more. I think watir.com

[wtr-general] Re: Towards migrating to Watir.com

2009-06-12 Thread Željko Filipin
On Fri, Jun 12, 2009 at 12:18 AM, Alister Scott alister.sc...@gmail.com wrote: I am not sure whether the header on the first site (http:// watirweb.wordpress.com/) is too bold. Hard to say until the header of the first site is on the second site. Give it a try. Maybe a bit smaller, but maybe it

[wtr-general] Re: Towards migrating to Watir.com

2009-06-12 Thread Željko Filipin
On Fri, Jun 12, 2009 at 5:54 PM, Bret Pettichord b...@pettichord.com wrote: Are you saying that you preferred the scope of the earlier site over what we have now? I think there is no reason for having web site _and_ wiki, when wiki can contain all that information, and it is easier to edit. And

[wtr-general] Re: Towards migrating to Watir.com

2009-06-13 Thread Željko Filipin
On Sat, Jun 13, 2009 at 3:41 AM, Bret Pettichord b...@pettichord.com wrote: So in other words, you would rather not see Alister set up a wordpress site and instead we could just point watir.com to the wiki? Yes. I thought I said that already. Looks like I was not explicit enough. :) But, if

[wtr-general] Watir Podcast #25 with Dave Hoover of SafariWatir

2009-06-16 Thread Željko Filipin
I am recording a podcast with Dave Hoover of SafariWatir this Friday 7pm utc. If you have any questions for him, please post them here. What is that podcast thing, you ask? Take a look: http://watirpodcast.com/ Željko Filipin --~--~-~--~~~---~--~~ You received

[wtr-general] Re: What languages are supported using Watir

2009-06-16 Thread Željko Filipin
On Mon, Jun 15, 2009 at 3:02 PM, Rahul Ahuja mightyah...@gmail.com wrote: Which all languages mentioned below are supported by Watir. What do you mean by that? Can you enter text written in those languages in text box with Watir? I know there are problems with some languages, but I also think

[wtr-general] Re: Automating a File uploader popup

2009-06-16 Thread Željko Filipin
On Tue, Jun 16, 2009 at 10:47 AM, Natasha itsn...@yahoo.co.uk wrote: One of the links on our company website invokes a file uploader popup window. This does not work? http://wiki.openqa.org/display/WTR/File+Uploads Željko -- http://watirpodcast.com/

[wtr-general] Re: 30 Second Pauses When Scripting Hotmail

2009-06-17 Thread Željko Filipin
On Tue, Jun 16, 2009 at 10:42 PM, Bill Mosteller w...@greatdecals.com wrote: I suspect it's waiting for the animated ad on the right hand side of the window to finish, but I cannot prove it. To prove it, disable flash and displaying images (and stuff like that), run test and see if it still

[wtr-general] Re: How to compare Text in Links

2009-06-17 Thread Željko Filipin
Try this (not tested): puts uh oh if $ie.div(:id,center).link(:index,21).text != $ie2.link(:index,31).text Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To

[wtr-general] Re: How to compare Text in Links

2009-06-18 Thread Željko Filipin
On Thu, Jun 18, 2009 at 12:56 PM, Vishal bvkon...@gmail.com wrote: It doesn't work. I hope this will not sound rude, but how do you expect me to help you now? Saying `it does not work` does not give me any information what could be wrong. What did you do? What happened when you did it? Any

[wtr-general] Re: Error using watir when trying to run a web testing

2009-06-19 Thread Željko Filipin
On Fri, Jun 19, 2009 at 5:00 AM, Pato Coronel patriciacoro...@gmail.com wrote: At the same time it is executing, the new window of the browser is opened as requested in the code, but it is a blank window and a message is displayed about security in the zones are different so it is necessary to

[wtr-general] Re: WATIR with Safari on Windows

2009-06-23 Thread Željko Filipin
2009/6/22 Girisan girisan.ramanku...@igate.com We are looking for options for an automated testing solution for applications on Safari on Windows. At the moment, Safari is supported only on Mac. As far as I know, there are not plans to support it on Windows in the near future. Željko --

[wtr-general] Re: WATIR with Safari on Windows

2009-06-23 Thread Željko Filipin
On Tue, Jun 23, 2009 at 12:09 PM, Girisan girisan.ramanku...@igate.com wrote: Is Safari 4 supported by safariwatir? I am not the right person to ask. Try at: http://rubyforge.org/mailman/listinfo/safariwatir-general Željko --~--~-~--~~~---~--~~ You received

[wtr-general] Re: Towards migrating to Watir.com

2009-06-23 Thread Željko Filipin
On Tue, Jun 23, 2009 at 2:00 PM, Alister Scott alister.sc...@gmail.com wrote: When the domain is up and running I will start a new thread and we can start promoting it. Looking forward to doing some promotion! :) Željko --~--~-~--~~~---~--~~ You received this

[wtr-general] Freenode has blocked the Mibbit client

2009-06-24 Thread Željko Filipin
Our #watir IRC channel does not work on Mibbit any more, and it looks like it will never work again. http://blog.mibbit.com/?p=306 http://blog.freenode.net/2009/06/new-freenode-webchat-and-why-to-use-it/ We can use Freenode web client from now on. Anybody has the time to update wiki page?

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Željko Filipin
On Fri, Jun 26, 2009 at 1:09 PM, Angrez Singh ang...@gmail.com wrote: I used Git GUI to push. was that correct? Yes, if you have access to Bret's fork (and looks like you have). Now, one more question how to see the changes that I made? - go to bret/watir

[wtr-general] Re: Error while pushing changes to FireWatir

2009-06-26 Thread Željko Filipin
On Fri, Jun 26, 2009 at 1:39 PM, Angrez Singh ang...@gmail.com wrote: Thanks Željko for your help I am also new to Git and Github and I know the pain of being stuck. :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: How to display row,clolumn values of a table

2009-06-29 Thread Željko Filipin
On Mon, Jun 29, 2009 at 11:12 AM, Maumita maumita.majum...@gmail.com wrote: How to display the row, column values of that table without name,id. browser.table(:index, 1).rows.each do {|row| puts row} browser.table(:index, 1).columns.each do {|column| puts column} The code is not tester, so

[wtr-general] Re: How to check row contents?

2009-06-30 Thread Željko Filipin
On Tue, Jun 30, 2009 at 12:53 PM, Prince3105 prince3...@gmail.com wrote: This code works good, but sometimes it fails. How? grid = @ie.frame(:id,fmPending).table(:id,ifgPending) So please tell me if any issue on my code. Try this changing above line to this: def grid

[wtr-general] Re: Running scripts against Watir and Celerity

2009-07-02 Thread Željko Filipin
On Thu, Jul 2, 2009 at 3:57 PM, Jared Quinert ja...@kilmore.info wrote: Apart from JRuby plus Celerity installation being a pain on Windows. My next blog post... Subscribed and looking forward to your next blog post. :) Željko --~--~-~--~~~---~--~~ You received

[wtr-general] Re: Watir.com now available

2009-07-02 Thread Željko Filipin
Alister Scott, Gregg Yows and me are talking about watir.com today at 9 pm utc. If you have any questions, let me know. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Re: Dealing with font, table and triggering Javascript

2009-07-03 Thread Željko Filipin
On Fri, Jul 3, 2009 at 12:54 AM, Dylan mej...@gmail.com wrote: font class=link title=Click Here onclick=javaScriptCommand ();Click Here/font Try this: browser.element_by_xpath(//fo...@title='Click Here']/).click More information: http://wiki.openqa.org/display/WTR/XPath And you can always

[wtr-general] Watir Podcast #25: Dave Hoover on SafariWatir and Software Craftsmanship

2009-07-04 Thread Željko Filipin
Gregg Yows and I talk with Dave Hoover about SafariWatir and software craftsmanship. http://watirpodcast.com/25-dave-hoover-on-safariwatir-and-software-craftsmanship/ Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you

[wtr-general] Re: Dealing with font, table and triggering Javascript

2009-07-08 Thread Željko Filipin
On Tue, Jul 7, 2009 at 7:52 PM, Dylan mej...@gmail.com wrote: I've even copied the exact html and ruby code given in the What to do for elements not having class in Watir? section, and I still get nil returned. I think you have to have newer version of rexml (3.1.6) than the one shipped with

[wtr-general] Re: Wait for frame to load

2009-07-08 Thread Željko Filipin
On Tue, Jul 7, 2009 at 6:14 PM, Ray rayjh...@gmail.com wrote: Is there anyway to tell watir to wait for a frame to load? Did you read this? http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You

[wtr-general] Re: Does watir support spring based application

2009-07-08 Thread Željko Filipin
On Wed, Jul 8, 2009 at 1:53 PM, rrash586 rrash...@gmail.com wrote: Actually i have to evaluate the web application which is based on Spring technology. From watir.com: Watir is a family of Ruby libraries but it supports your app no matter what technology it is developed in. I would recommend

[wtr-general] Re: send attachments from outlook

2009-07-08 Thread Željko Filipin
On Wed, Jul 8, 2009 at 2:28 PM, khaja shaik khaja.sh...@gmail.com wrote: can anybody help me how to send a attachment using watir (i have to send using outllook) Watir can only drive browsers (Internet Explorer, Firefox...). You will have to use another tool to automate Outlook. Željko --

[wtr-general] Re: Watir + Cruise Control

2009-07-10 Thread Željko Filipin
Marek, I started playing with Hudson recently. I was able to set it up and call my build script. I am still reading the documentation on how to make it all work nicely. If you have the time to share with us how you set it up to build the app and run tests, that would be very nice. Željko --

[wtr-general] Re: Time to learn Watir

2009-07-10 Thread Željko Filipin
On Fri, Jul 10, 2009 at 8:32 AM, Swap swapnal.sa...@gmail.com wrote: Can you please tell me how much time the learner will need to understand and learn Watir? If you have any programming experience, I think you will be surprised by how much you can do in just a day. I remember that I was able

[wtr-general] Re: Time to learn Watir

2009-07-10 Thread Željko Filipin
On Fri, Jul 10, 2009 at 1:08 PM, Smruti Ranjan Kar smrutiranjan@gmail.com wrote: After a quick start with Ruby basics and Watir, keep learning Ruby side by side. +1 Exactly the way I did it a few years ago. Željko --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: Issue with Select List

2009-07-13 Thread Željko Filipin
On Sat, Jul 11, 2009 at 6:15 AM, Ravinder Singroha ravindersingr...@gmail.com wrote: The site only works with IE so cannot do reverse engineering with Firebug, is there something similar as firebug for IE?

[wtr-general] Re: Need help

2009-07-13 Thread Željko Filipin
On Mon, Jul 13, 2009 at 11:12 AM, rakesh srakes...@gmail.com wrote: In the page the ID,name of the checkbox remains same But the value of the check box chnages. What is the problem? Why don't you use id to check checkbox? http://wiki.openqa.org/display/WTR/Checkboxes Željko --

[wtr-general] Re: Need help

2009-07-13 Thread Željko Filipin
I still do not understand what the problem is. On Mon, Jul 13, 2009 at 11:23 AM, rakesh srakes...@gmail.com wrote: Sir, The checkboxes id ,name remains same as selectedevent but not a or b or c Regards, S.Rakeshsharma --~--~-~--~~~---~--~~ You received

[wtr-general] Re: Need help

2009-07-13 Thread Željko Filipin
On Mon, Jul 13, 2009 at 11:57 AM, rakesh srakes...@gmail.com wrote: input type=checkbox value=c43afa4c-6c81-11de-9983-0016764319d8 name= selectedevent id=selectedevent / This will check the first one: b.checkbox(:id, selectedevent).set This will check the second one: b.checkbox(:id =

[wtr-general] Re: Need help

2009-07-13 Thread Željko Filipin
On Mon, Jul 13, 2009 at 12:31 PM, rakesh srakes...@gmail.com wrote: My input file dont contain the index,it doesnt know which in which index You will have to be more explicit. I did not understand what you wanted to say. Željko --~--~-~--~~~---~--~~ You

[wtr-general] Re: Why watir works even if the DOM is broken??

2009-07-13 Thread Željko Filipin
On Mon, Jul 13, 2009 at 1:25 PM, Pallavi Sharma write2pall...@gmail.com wrote: Thus DOM being broken or not doesn't hamper watir functionality in any way. I am not sure how DOM can be broken. What do you mean by that. HTML does not validate? Watir can work with any page that you browser opens.

[wtr-general] Re: How do I stop getting emails from Watir General?

2009-07-17 Thread Željko Filipin
Looks like you have subscribe to the list with two accounts: - martorellg at hotmail was set to receive mail. I have changed it not to receive mail. - zobrista at gmail was already set no to receive mail. If you are still receiving this message from watir-general (I have sent it bcc to your

[wtr-general] Re: windows-pr locally

2009-07-17 Thread Željko Filipin
On Fri, Jul 17, 2009 at 6:28 AM, quang.nguyencong quang.nguyenc...@gmail.com wrote: can somebody show me how to install windows- pr locally - download http://rubyforge.org/frs/download.php/57164/windows-pr-1.0.5.gemfrom a machine that can do it - copy windows-pr-1.0.5.gem to the machine where

[wtr-general] Re: Help : XPath : To access elements with same label

2009-07-17 Thread Željko Filipin
On Fri, Jul 17, 2009 at 10:17 AM, ajil ajilmath...@gmail.com wrote: Now if want to take the data Event 2 1) You have posted two threads with almost the same content. Please do not do that. 2) I get a lot of text for your xpath: irb b.cell(:xpath, //lab...@class='con-grey']/../).text Function

[wtr-general] Re: Java Swing based standalone application

2009-07-17 Thread Željko Filipin
On Fri, Jul 17, 2009 at 1:30 PM, Pu verma.pu...@gmail.com wrote: I want to test java based standalone application using WATIR. Please let le know it is possible to test it using watir. If it is web application, then it is possible. If it is not web application, then it is not possible. Željko

[wtr-general] Re: Security Alert pop-up code is not working at all

2009-07-20 Thread Željko Filipin
On Mon, Jul 20, 2009 at 11:34 AM, Dheeraj Gambhir checktestingthi...@gmail.com wrote: whenever i goto the login page it throws me a security alert popup Take a look: http://wiki.openqa.org/display/WTR/Pop+Ups http://wiki.openqa.org/display/WTR/Security+Alerts Željko --

[wtr-general] Re: Get Text

2009-07-21 Thread Željko Filipin
On Tue, Jul 21, 2009 at 10:39 AM, Dheeraj Gambhir checktestingthi...@gmail.com wrote: Your Order-No is :random-order-no And i want to pick this random-order-no and store it in any file. browser.div(:id, intro).span(:index, 2).text.split(: )[1] = 2316019 Let me know if you would like to know

[wtr-general] Re: Not Able to use the playback Option Present in watirrecorder++

2009-07-22 Thread Željko Filipin
On Tue, Jul 21, 2009 at 7:13 PM, Saket sktmis...@gmail.com wrote: I recorded one script using Watir Recorder++. You will find that people on this list do not like recorders. Watir Recorder is separate project with it's own site and forum: http://watir-recorder.openqa.org/

[wtr-general] Re: Problem while working with WET WATIR IE 7

2009-07-22 Thread Željko Filipin
On Tue, Jul 21, 2009 at 3:37 PM, Monali Patil monali.pa...@sqs-india.com wrote: I am working on Automation Project where I am using Open Source tool ‘Wet Watir’ for test automation. This is their site: http://wet.qantom.org/ I think it is not in active development. Last update was in 2007.

[wtr-general] Re: Ruby/Oracle connectivity

2009-07-22 Thread Željko Filipin
On Wed, Jul 22, 2009 at 12:02 AM, Jared Quinert ja...@kilmore.info wrote: Is there a need for a ruby-testing group? If you create one, I will join it. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

<    1   2   3   4   5   6   7   8   9   10   >