[wtr-general] Re: Where to run the script

2009-04-06 Thread Željko Filipin
On Mon, Apr 6, 2009 at 13:58, spike wrote: > include Watir Remove this from your script and try again. > no such file to > load -- safariwatir (MissingSourceFile) Not sure how you got this error message. Maybe "include Watir" causes it. Željko --~--~-~--~~~---~--~-

[wtr-general] Re: Where to run the script

2009-04-06 Thread Željko Filipin
On Mon, Apr 6, 2009 at 12:58, spike wrote: > I'm using watir tool currently i'm running the script in Command > prompt. Is it the right way? or should i run the script in SciTE. I am running Watir scripts from command prompt for years. Works just fine. I have tried to run them from Scite and Netb

[wtr-general] Re: Watir Recorder++ and Watir

2009-04-06 Thread Željko Filipin
On Mon, Apr 6, 2009 at 06:57, spike wrote: > I've installed watir recorder++ and i'm getting an error while > playback This is not watir recorder support forum. They have their own forum, so you should ask there. Let me know if you can not find their forum and I will send you the link. Željko -

[wtr-general] Re: Basic Watir Help

2009-04-07 Thread Željko Filipin
On Tue, Apr 7, 2009 at 12:13, catepillar wrote: > > 4/2 > 97 > 95 > 100 > Also, new questions in new threads. :) Something like this: date = ff.div(:index, 1).text Read this and your eyes will open: http://wiki.openqa.org/display/WTR/Quick+Start http://wiki.openqa.org/display/WTR/Tutorial

[wtr-general] Re: Basic Watir Help

2009-04-07 Thread Željko Filipin
On Tue, Apr 7, 2009 at 11:58, catepillar wrote: > 4/2 > date = ff.text_field(:id, "date") > but that returns an error: Unable to locate element, using :id, > "date" (Watir::Exception::UnknownObjectException) You need to access div, not text field. Try this: date = ff.div(:id, "date").text Željk

[wtr-general] Re: Basic Watir Help

2009-04-07 Thread Željko Filipin
On Tue, Apr 7, 2009 at 12:05, catepillar wrote: > Wow, thank you very much! No problem. The next time just use more descriptive title for your e-mail, everything here is about Watir help. :) Željko --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Organization and execution of test cases.

2009-04-07 Thread Željko Filipin
On Tue, Apr 7, 2009 at 14:41, James wrote: > is there > any sort of framework/application/gem http://github.com/bret/watircraft/tree/master Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" gro

[wtr-general] Re: Basic Watir presentation

2009-04-08 Thread Željko Filipin
On Wed, Apr 8, 2009 at 13:19, JArkelen wrote: > Does anyone already have a powerpoint presentaion about Watir I have something: http://docs.google.com/Present?docid=ddxzzv39_615ggn2m7w4&skipauth=true Željko --~--~-~--~~~---~--~~ You received this message because

[wtr-general] Re: Problem with watir (Radio Button)

2009-04-09 Thread Željko Filipin
Off topic, but I just love it when I can reply with just a link. :) Željko On Mon, Apr 6, 2009 at 08:17, Chuck van der Linden wrote: > http://wiki.openqa.org/display/WTR/Frames --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[wtr-general] Watir Podcast #22 Bret Pettichord on WatirCraft

2009-04-10 Thread Željko Filipin
I talk with Bret about WatirCraft, a testing framework that builds on Watir. http://watirpodcast.com/22-bret-pettichord-on-watircraft/ Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To

[wtr-general] Re: How to Input Content to FCK textarea

2009-04-10 Thread Željko Filipin
2009/4/10 Cai Licheng > How to resister dll "AutoltX3.dll"? - open command prompt at C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir (if you have watir 1.6.2 and ruby in c:\ruby) - type: regsvr32 AutoItX3.dll Željko --~--~-~--~~~---~--~~ You received this me

[wtr-general] Re: Super-special Guest Star on Watir Podcast

2009-04-10 Thread Željko Filipin
On Thu, Apr 9, 2009 at 23:32, Tiffany Fodor wrote: > Please add any questions you have here. I would like to know how much care his mustaches need daily ( http://watirpodcast.com/wp-content/uploads/zeljko_moustache.jpg) and how long it took to grow them to that size. signed: anonymous tester --

[wtr-general] Re: trying to access text_field, but getting link instead?!?

2009-04-10 Thread Željko Filipin
On Fri, Apr 10, 2009 at 16:46, Bret Pettichord wrote: > Watir assumes that when it finds an object by ID it > doesn't check type. Bret, does it mean that it would be trivial to implement browser.element(how, what) now? Željko --~--~-~--~~~---~--~~ You received t

[wtr-general] Re: What gems to do you have installed?

2009-04-10 Thread Željko Filipin
On Fri, Apr 10, 2009 at 19:39, Tiffany Fodor wrote: > Selenium (1.1.14) Selenium!?!? :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-gener

[wtr-general] Re: Watir Podcast #23 is live

2009-04-15 Thread Željko Filipin
On Wed, Apr 15, 2009 at 00:50, George wrote: > Zeljko, let me know if you need some original music...I have plenty to > offer if you're interested. Yes! For you and anybody else reading this: I am always looking for music I can play on the podcast. If you would like to promote your music, I have

[wtr-general] Re: How to use looping structure in watir

2009-04-15 Thread Željko Filipin
On Wed, Apr 15, 2009 at 08:35, spike wrote: > For this first i > need to click on the scrolling link and then select the checkbox and > then click on delete button Have you read this? http://wiki.openqa.org/display/WTR/Quick+Start http://wiki.openqa.org/display/WTR/Tutorial Željko -- http://wat

[wtr-general] Re: What gems to do you have installed?

2009-04-15 Thread Željko Filipin
activesupport (2.2.2, 2.1.0) builder (2.1.2) commonwatir (1.6.2) cucumber (0.1.16) diff-lcs (1.1.2) firewatir (1.6.2) fxri (0.3.6) fxruby (1.6.16, 1.6.12) hoe (1.8.3, 1.7.0, 1.6.0) hpricot (0.6) linecache (0.43) log4r (1.0.5) mocha (0.9.4) polyglot (0.2.3) rake (0.8.3, 0.8.1, 0.7.3) rspec (1.1.12)

[wtr-general] Re: os and browser version

2009-04-15 Thread Željko Filipin
On Mon, Apr 13, 2009 at 10:06, Jarmo Pertman wrote: > Use regular expressions instead Thanks, I will try it. > You also had one typo on your fix, where it was written "Chose" > instead of "Choose" Thanks again, I found it a few days ago and fixed. Željko --~--~-~--~~~-

[wtr-general] Re: firewatir and jssh revisited

2009-04-15 Thread Željko Filipin
On Wed, Apr 15, 2009 at 15:54, Jeremy Mordkoff wrote: > Is there a jssh forum? The last I heard about jssh is that it is abandonware. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To

[wtr-general] Re: firewatir and jssh revisited

2009-04-15 Thread Željko Filipin
On Wed, Apr 15, 2009 at 16:11, Jeremy Mordkoff wrote: > Are there plans to move firewatir to a different technology I think Bret said in a podcast that they will move to something different. http://watirpodcast.com/bret-pettichord-on-firewatir/ Željko --~--~-~--~~~-

[wtr-general] Re: Watir users: What is your role at work?

2009-04-15 Thread Željko Filipin
I am just a tester. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelin

[wtr-general] Re: Watir users: What is your role at work?

2009-04-16 Thread Željko Filipin
I forgot to add: "and proud to be a tester". :) Željko On Wed, Apr 15, 2009 at 23:06, Željko Filipin wrote: > I am just a tester. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General&

[wtr-general] Re: How to check tab order

2009-04-17 Thread Željko Filipin
On Thu, Apr 16, 2009 at 21:20, kiran wrote: > how to check the tab order using watir in the application. You will have to provide more information. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir Gene

[wtr-general] Re: Require scope problem

2009-04-17 Thread Željko Filipin
On Thu, Apr 16, 2009 at 23:39, alphanumericone wrote: > I'm developing a framework There are a few Watir frameworks out there. One of them is WatirCraft: http://github.com/bret/watircraft/tree/master Also, this is probably question for watir-framework list: http://tech.groups.yahoo.com/group/w

[wtr-general] Re: how watir identifies the objects

2009-04-17 Thread Željko Filipin
On Thu, Apr 16, 2009 at 21:47, kiran wrote: > I have doubt regarding the identification of objects using watir. Before we start the conversation, just a short question. Did you read this? http://wiki.openqa.org/display/WTR/Quick+Start http://wiki.openqa.org/display/WTR/Tutorial Željko --~--~--

[wtr-general] Re: how watir identifies the objects

2009-04-17 Thread Željko Filipin
On Fri, Apr 17, 2009 at 08:12, Prasad Vidala wrote: > tools which are good for bit map verification testing. If you give me more information, maybe I will know the answer. So far, I have no idea what you need to do. Željko --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: Writing output to a file

2009-04-17 Thread Željko Filipin
On Fri, Apr 17, 2009 at 11:03, Claire Hill wrote: > i was wondering if there's a way to put the output of a ruby script into a file, like using puts("TEST PASSED" + "#{Time.now}") into a certain file located in c:\log.txt. I did not try it, but something like this should work: File.open('c:\log.

[wtr-general] Re: Preference for where to put example improvements?

2009-04-21 Thread Željko Filipin
On Tue, Mar 10, 2009 at 21:53, Chuck vdL wrote: > Would the local 'lifeguards' preference be for me to edit the existing > wiki example, or create a new one? If you are just editing something that already exist, edit. If you want to do something completely different, create new page. There is hi

[wtr-general] Re: What are the methods available for accessing links

2009-04-21 Thread Željko Filipin
On Tue, Apr 21, 2009 at 01:58, Chuck van der Linden wrote: > show us the code A great title for a blog or something like that. :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To pos

[wtr-general] Re: How to access select tag in watir

2009-04-21 Thread Željko Filipin
On Tue, Apr 21, 2009 at 16:31, Sam wrote: > browser.select_list(:id, "model.taxProvinceID").set("Yukon") http://wiki.openqa.org/display/WTR/Selection+Boxes Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[wtr-general] Re: Unexpected error when Run the code in Netbeans.

2009-04-21 Thread Željko Filipin
On Tue, Apr 21, 2009 at 16:43, Wesley Chen wrote: > I met this kind of problem and search for a long time, I can't get why I get this kind of error. Did you report it to netbeans? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: Unknown Object Exception In Watir script

2009-04-23 Thread Željko Filipin
On Thu, Apr 23, 2009 at 11:33, Chandu80 wrote: > $ie.frame(:index, 3).frame(:index, 3).button(:name, 'tC?1').click > Unable to locate element, using :name, "tC?1" Watir can not find button with that name in that frame. Check if the frame is correct, name is correct, and is it really a button. ht

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-23 Thread Željko Filipin
On Thu, Apr 23, 2009 at 09:01, Brian Rosenthal wrote: > If not, is there any way to “attach” to a frame, in the same way that you can attach to a window? Can you open frame in new window/tab? Firefox has context menu option, something like `show only this frame`. Željko --~--~-~--~~

[wtr-general] Re: problem with fill fields on a login page (maybe frame problem)

2009-04-23 Thread Željko Filipin
On Thu, Apr 23, 2009 at 16:05, deralex wrote: > ie.text_field(:name, "uid").set "testauto" # "q" is the name of the This works for me: ie.frame(:name, "frmEngineLogin").text_field(:id, "inputUid").set "testauto" Please read this: http://wiki.openqa.org/display/WTR/Frames http://wiki.openqa.org

[wtr-general] Re: Scripting a "foreign subframe"

2009-04-23 Thread Željko Filipin
On Wed, Apr 15, 2009 at 00:59, Brian Rosenthal wrote: > In Vista, IE7, I cannot seem to click on a button located inside of a “foreign subframe” Does it work on Win XP, IE6? Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: Preference for where to put example improvements?

2009-04-23 Thread Željko Filipin
On Thu, Apr 23, 2009 at 22:48, Bret Pettichord wrote: > Because of this tendency, I encourage you to be bold. +1 When I was updating the wiki, I made some drastic changes (and some not so drastic) and nobody has complained yet. There is history and undo and all that good stuff, so there is alway

[wtr-general] Re: Help clicking on an image that activates Javascript...

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 08:07, catepillar wrote: > So I really dont know where to begin You can start there: http://wiki.openqa.org/display/WTR/Quick+Start http://wiki.openqa.org/display/WTR/Tutorial > > http://knockout.mappdev.com/img/loots/coin.gif"/> > Try one of these: browser.span(:cla

[wtr-general] Re: Unable to click on Tabs

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 12:32, Vishal wrote: > Please let me know how to click on these tabs What have you tried so far? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir Gen

[wtr-general] Re: Unable to click on Tabs

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 12:47, Vishal wrote: > $ie.span(:text ,"Documents").span(:index,1).fire_event('onMouseDown') Try this: $ie.span(:text ,"Documents").span(:index,1).click Did you ask a developer which event should be fired? That is usually the quickest way to find it out. Željko --~--~-

[wtr-general] Re: problem with fill fields on a login page (maybe frame problem)

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 12:50, Alexander Fedtke < alexander.fed...@googlemail.com> wrote: > Any idea what i can check to make it run? Check if the same page is displayed at your machine. Frame or text field name or id could be different. Željko --~--~-~--~~~---~--~---

[wtr-general] Re: Unable to click on Tabs

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 13:04, Vishal wrote: > http://extjs.com/deploy/dev/examples/tabs/tabs.html Now you are talking. :) I have played a bit with the page, but clicking link via click or firing onclick event does not open tab. Did you ask a developer which event should be fired? Željko --~-

[wtr-general] Re: I am facing weird issue

2009-04-24 Thread Željko Filipin
And what is the problem? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, p

[wtr-general] Re: Unable to click on Tabs

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 14:26, Vishal wrote: > I asked the Developers they are saying when we click on Tabs , > javascript from Extjs is called and tab contents are displayed. You need more detailed answer. Which javascript event is fired when tab is clicked? Answer could be something like: oncli

[wtr-general] Re: Unable to click on Tabs

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 14:39, Vishal wrote: > Onclick event is fired. I tried to fire onclick event on one tab, and it did not open tab. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group

[wtr-general] Re: Unable to click on Tabs

2009-04-24 Thread Željko Filipin
On Fri, Apr 24, 2009 at 14:53, Vishal wrote: > Do you have any other suggestions? Ask your developer(s) are they sure that onclick is fired. If the answer is yes, show them how your code can open tab when firing that event. Željko --~--~-~--~~~---~--~~ You receiv

[wtr-general] Re: Using RJB to send XML file to Weblogic JMS

2009-04-28 Thread Željko Filipin
On Sat, Apr 25, 2009 at 14:30, SANTOSH SOLAPURKAR wrote: > I had posted this topic but did not receive any response earlier, so here i go again. Maybe it is only my ignorance, but is this at all related to Watir? You are aware this is Watir group? Maybe that is the reason you did not get any rep

[wtr-general] Re: Finding Someone Special With an Online Dating Service

2009-04-28 Thread Željko Filipin
On Tue, Apr 28, 2009 at 04:02, George wrote: > Ooo, a spammer! Does this mean we're a legitimate mailing list now? We actually get a lot of spam, but moderators of the group delete it. Looks like this one had some luck. :) Željko --~--~-~--~~~---~--~~ You receiv

[wtr-general] Re: How to use the Watir::SelectList methods?

2009-04-28 Thread Željko Filipin
On Tue, Apr 28, 2009 at 07:55, Wesley Chen wrote: > How to use the select list methods on page: http://wiki.openqa.org/display/WTR/Selection+Boxes > Any limitations to use the great methods? I did not understand this. Željko -- http://watirpodcast.com/ --~--~-~--~~~---

[wtr-general] Re: How to merge self.method into another module?

2009-04-28 Thread Željko Filipin
http://www.ruby-doc.org/core/classes/Module.html "Instance methods appear as methods in a class when the module is included, module methods do not." module A def self.m1 puts "m1" end end A.m1 => m1 module B A.m1 end => m1 What are you trying to do? Željko --~--~-~--~--

[wtr-general] Re: How to merge self.method into another module?

2009-04-28 Thread Željko Filipin
On Tue, Apr 28, 2009 at 12:54, Wesley Chen wrote: > So, do you understand what I am saying? Not a word. :) Why are you doing module A def self.hello1 end end instead of module A def hello1 end end Željko --~--~-~--~~~---~--~~ You received this mes

[wtr-general] Re: How to merge self.method into another module?

2009-04-28 Thread Željko Filipin
On Tue, Apr 28, 2009 at 09:17, Wesley Chen wrote: > Can I make the method hello1 as a method of module Test2? Try this: module Test2 include Test1 end Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Wa

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

2009-04-30 Thread Željko Filipin
On Thu, Apr 30, 2009 at 08:52, Isabel wrote: > why is this so? It is described in painful detail here: http://twitter.com/zeljkofilipin/status/1651116660 Disclaimer: this is not my opinion, I just quote what other people think :) Željko -- http://watirpodcast.com/ --~--~-~--~~

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

2009-04-30 Thread Željko Filipin
On Thu, Apr 30, 2009 at 09:59, Isabel 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 some problems.

[wtr-general] Re: Stripping url

2009-05-04 Thread Željko Filipin
On Fri, May 1, 2009 at 15:02, ash 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 received this message b

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

2009-05-04 Thread Željko Filipin
On Mon, May 4, 2009 at 07:35, spike 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 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 we talk about Watir (rub

[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 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 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 csv file just fine. Let me

[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 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 --~--~-~--~~~---~--~~ You rec

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

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 12:21, arvind wrote: > we have prepared scenario's for a web based application in excel sheet Take a look: http://rasta.rubyforge.org/ > 2. Where can i find the tutorials or references for tool http://wiki.openqa.org/display/WTR/Quick+Start http://wiki.openqa.org/displa

[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 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 General" group. To post

[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 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 subscribed to the Google G

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

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 14:22, Vicky Goyal wrote: > Now i jus need to put > > M Abdul Hakkim M. 75779 abdulhakkim_m IHLD MYSORE2STP > M Abhilash A. M. 70239Abilash_293891 PRH2 PROGBLR15 > > in excel sheet. This will create file b.csv. Let me know if you would like me to comm

[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 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 that i need to put the

[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 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 received this message becau

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

2009-05-14 Thread Željko Filipin
2009/5/14 Jim Matthews > 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 General" group. To

[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 > 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 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 http://wiki.openqa.org/display/WTR/Pop+Ups and left onl

[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 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 is not the right t

[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 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 sure how I solved the

[wtr-general] Re: Unable to locate element

2009-05-19 Thread Željko Filipin
On Tue, May 19, 2009 at 3:44 PM, Kamesh 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, /userInbox.jspx/).click 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\trunk>ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111)

[wtr-general] Re: Unable to locate element

2009-05-20 Thread Željko Filipin
2009/5/20 Kamesh G > b.link(:href, /userInbox/).click > Scenario3.rb:25: undefined local variable or method `b' for main:Object (NameError) Well, the problem is that you use `ie` variable to point to the browser, and I use variable `b`. Try this: ie.link(:href, /userInbox/).click Željko --~--

[wtr-general] Re: Common Watir

2009-05-20 Thread Željko Filipin
On Wed, May 20, 2009 at 10:15 AM, Mary Subaidha 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 fine. If you need

[wtr-general] Re: Common Watir

2009-05-20 Thread Željko Filipin
On Wed, May 20, 2009 at 10:55 AM, Mary Subaidha 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 previous mail, or ask

[wtr-general] Re: os and browser version

2009-05-21 Thread Željko Filipin
On Mon, Apr 13, 2009 at 10:06 AM, Jarmo Pertman 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 me know if I made

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

[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 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 also noticed that flash

[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 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 possible). Also, your code

[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 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 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 subscribed to the

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

2009-05-25 Thread Željko Filipin
2009/5/25 Wesley Chen > define all the page element in the yaml file, so there are only string in the xxx.yaml There are several frameworks that have similar functionality. Take a look at Rasta, Watircraft and Taza (links at http://delicious.com/zeljko.filipin/watir+framework) If you want to do

[wtr-general] Re: How click an image?

2009-05-26 Thread Željko Filipin
Example: browser.button(:src, /doit/).click More info: http://wiki.openqa.org/display/WTR/Buttons (part of http://wiki.openqa.org/display/WTR/Tutorial) Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

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

2009-05-26 Thread Željko Filipin
On Tue, May 26, 2009 at 5:33 AM, 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 have sent th

[wtr-general] Re: Watin issue - Watin.Core.Exceptions.ElementNotFoundException

2009-05-26 Thread Željko Filipin
This is Watir (Ruby) group. If you are looking for Watin (.NET) support, please visit: http://sourceforge.net/mailarchive/forum.php?forum_name=watin-users Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

[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 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" group. To post to this group,

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

2009-05-27 Thread Željko Filipin
On Tue, May 26, 2009 at 8:14 PM, kiran wrote: > We cannot attach popup window by using attach method. Saw this? http://wiki.openqa.org/display/WTR/Pop+Ups Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Wa

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

2009-05-27 Thread Željko Filipin
I do not see the select list that has option 12 in the image you have sent. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroup

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

2009-05-27 Thread Željko Filipin
Happy birthday Watir Podcast. http://watirpodcast.com/24-marekj-and-charley-baker/ I talk with MarekJ and Charley Baker about the first year of Watir Podcast, Watirloo and Taza. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Re: Unable to click on Tabs

2009-05-28 Thread Željko Filipin
On Thu, May 28, 2009 at 7:35 AM, Vishal wrote: > The AutoIt dll must be correctly > registered for this feature to work properly > (Watir::Exception::WatirException) - open command prompt - go to folder where AutoItX3.dll is located (probably C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir)

[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 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 room. :) Željko -

[wtr-general] Re: Deleting cookies in VISTA

2009-05-29 Thread Željko Filipin
On Thu, May 28, 2009 at 6:53 PM, dcg wrote: > http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIdeleteallcookies > Won't work with Vista That code thinks users folders are in "C:\Documents and Settings". I think in Vista the folder is C:\Users. Željko --~--~-~--~~~---

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

2009-06-01 Thread Željko Filipin
2009/5/30 Venkat > 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 disabled. Željko --~--

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

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

[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 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 Željko -- http://wa

[wtr-general] Re: XPath and ñ

2009-06-03 Thread Željko Filipin
On Wed, Jun 3, 2009 at 3:17 PM, Andrew 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 -- http://watirpod

[wtr-general] Re: XPath and ñ

2009-06-03 Thread Željko Filipin
On Wed, Jun 3, 2009 at 3:36 PM, Andrew 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 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 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 -- http://watirpodcast.com/ --~--~---

[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 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 Željko -- http:/

  1   2   3   4   5   6   7   8   9   10   >