[wtr-general] Re: Watir support java applets

2009-07-22 Thread Željko Filipin
On Wed, Jul 22, 2009 at 12:37 PM, khaja shaik khaja.sh...@gmail.com wrote: Can anybody tell me is watir supports java aaplets? http://wiki.openqa.org/display/WTR/Introduction Watir will not work with ... Java Applets Željko -- http://watirpodcast.com/

[wtr-general] Re: Issues with the P element

2009-07-23 Thread Željko Filipin
On Wed, Jul 22, 2009 at 8:04 PM, Tristan Goffman tgoff...@gmail.com wrote: Hi, I've been using Watir:IE and what I'm trying to do is write text, innerHTML into a p You are trying to write text inside p tag? How do you do it manually (not using Watir)? Željko -- http://watirpodcast.com/

[wtr-general] Re: Watir support java applets

2009-07-23 Thread Željko Filipin
On Thu, Jul 23, 2009 at 6:08 AM, Rohan Ojha rohan.o...@bsil.com wrote: So does that mean I can still use Watir to drive this applet since the object seems to be available to me in the view source ? If you post some html and tell us what you want to do, we can try to do it. Željko

[wtr-general] Re: Watir support java applets

2009-07-23 Thread Željko Filipin
2009/7/23 Rohan Ojha rohan.o...@bsil.com Please look into the html attached I see only a blank page. Looks like everything is in frames that are not included in mht file. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Watir Podcast #26: Alister Scott on Watir.com

2009-08-17 Thread Željko Filipin
Gregg and I talk with Alister about Watir.com: http://watirpodcast.com/26-alister-scott-on-watir-com/ Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: Watir Logo Refresh Competition

2009-08-18 Thread Željko Filipin
Alister, Have you received some logos? Ž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

[wtr-general] Re: How can I add loop to check whether all the images of a page has loaded or not?

2009-08-20 Thread Željko Filipin
Have you read this? http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Ž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

[wtr-general] Two threads removed by user request

2009-08-21 Thread Željko Filipin
Dheeraj Gambhir has started two threads, `Ruby/Oracle connectivity` and `Pick pop-up text and oracle DB connectivity issue`. Later he noticed that there is confidential data in his posts. He tried to edit the posts, but Google groups does not have such feature. He asked me to edit it, since I am

[wtr-general] Re: Reg- Iframe

2009-08-24 Thread Željko Filipin
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, please

[wtr-general] Re: :onmouseup

2009-08-24 Thread Željko Filipin
On Mon, Aug 10, 2009 at 11:37 PM, Dylan mej...@gmail.com wrote: I'd like to add the ability to locate an element based on its onmouseup (or onmousedown, onclick, etc...) attribute. Xpath does not help? http://wiki.openqa.org/display/WTR/XPath Željko -- http://watirpodcast.com/

[wtr-general] Re: Watir and Active X

2009-08-24 Thread Željko Filipin
What do you want to do? Ž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,

[wtr-general] Re: Testing dynamically-created elements in the DOM

2009-08-24 Thread Željko Filipin
On Tue, Aug 11, 2009 at 4:43 PM, Burdette Lamar burdettela...@yahoo.com wrote: Some of the HTML pages I test are modified in the DOM after the HTML is delivered. Do you use a tool like Firebug to explore pages? Željko -- http://watirpodcast.com/

[wtr-general] Re: Is there anyway to wait until all images of a page is not loaded properly.

2009-08-24 Thread Željko Filipin
Does this help? http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Ž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

[wtr-general] Re: WIN32OLERuntimeError: unknown OLE server: `AutoItX3.Control'

2009-08-24 Thread Željko Filipin
I would suggest that you reinstall Watir, but this time while logged in as administrator. Also, registering AutoIt could help. In a command window, navigate to the directory where you've put AutoIt (probably C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir) and type: regsvr32 AutoItX3.dll

[wtr-general] Re: A real newbie question

2009-08-26 Thread Željko Filipin
On Wed, Aug 26, 2009 at 1:37 PM, Matt matt.walt...@three.com.au wrote: Test_site=http://www.google.com test26aug.rb:2: undefined local variable or method `www' for main:Object (NameError) You have forgot quotes: Test_site=http://www.google.com; Željko -- http://watirpodcast.com/

[wtr-general] Re: Help selecting elements of a drop down list when the site uses Javascript/ASP.net

2009-08-27 Thread Željko Filipin
On Thu, Aug 27, 2009 at 2:35 AM, Doodle jeffrey.eman...@gmail.com wrote: site (which, btw, is a public site for looking at detailed reports about banks), Can you send us a link and let us know what you want to do? Željko -- http://watirpodcast.com/

[wtr-general] Re: Not able to run .rb script from cmd

2009-08-31 Thread Željko Filipin
On Mon, Aug 31, 2009 at 1:25 PM, Bindhu udayarekha2...@gmail.com wrote: In command prompt had provided 2 arguments like : C:\test.rb test_data.ods Why do you call your Ruby file with quotes? Or please ask me if I did not provide information to provide the solution Please post the code of

[wtr-general] Re: Reading special characters

2009-09-01 Thread Željko Filipin
On Tue, Sep 1, 2009 at 12:44 PM, GJHmf graham.harb...@webroster.net wrote: span class=disabled prev_page« Previous/span Try this: browser.span(:class, disabled prev_page).click Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: Reading special characters

2009-09-01 Thread Željko Filipin
On Tue, Sep 1, 2009 at 2:57 PM, GJHmf graham.harb...@webroster.net wrote: if there's any possible way of verifying '«' and '»' characters in literal text on a page browser.text.include?(\253 Previous) Željko --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: How to click a flash button to upload a picture?

2009-09-02 Thread Željko Filipin
On Wed, Sep 2, 2009 at 4:50 AM, Niharika Patro niharikapa...@gmail.com wrote: if there is something called flashwatir available? http://code.google.com/p/flash-watir/ Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you

[wtr-general] Re: Have no access to the frame.

2009-09-02 Thread Željko Filipin
On Wed, Sep 2, 2009 at 10:37 AM, Wesley Chen cjq@gmail.com wrote: When I try the script below in IE, it displays I have no access to the frame. Did you try things from this page (section Why do I get an access denied error when trying to access a frame?)?

[wtr-general] Re: Does Watir support PHP based technology

2009-09-02 Thread Željko Filipin
On Wed, Sep 2, 2009 at 2:41 PM, rrash586 rrash...@gmail.com wrote: Does watir support PHP based technology Yes. I does there any other modules require to install alongwith watir. I do not understand. I m using watir Watir 1.5.1. Why? The current version is 1.6.2. Does there any link

[wtr-general] Re: Code to select values in combo box

2009-09-03 Thread Željko Filipin
On Wed, Sep 2, 2009 at 6:27 PM, naveen kumar naveeenku...@gmail.com wrote: I am new to ruby watir can any one send the code for selecting values is combo box http://wiki.openqa.org/display/WTR/Selection+Boxes Željko -- http://watirpodcast.com/

[wtr-general] Watir Podcast with Angrez Singh

2009-09-04 Thread Željko Filipin
I am recording a podcast with Angrez Singh, creator of FireWatir, on Tuesday September 8th, 5 pm UTC. If there is something you always wanted to ask him, send your question here and I will aks. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received

[wtr-general] Re: how to multi-thread firewatir

2009-09-07 Thread Željko Filipin
On Mon, Sep 7, 2009 at 8:25 AM, jarodzz jaro...@gmail.com wrote: Meaning only 1 thread at 1 time. There is a patch: http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-ExperimentalSupportforConcurrentTesting%28unsupported%29 (If that long link breaks in mail, try

[wtr-general] Re: How to run a .rb file from .bat.

2009-09-07 Thread Željko Filipin
On Mon, Sep 7, 2009 at 10:19 AM, Maumita maumita.majum...@gmail.com wrote: How to run a .rb file from .bat. Just put name of the ruby file in bat file, like this: my_ruby_file.rb Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: How i will check if the directory already exists or not using watir

2009-09-08 Thread Željko Filipin
On Mon, Sep 7, 2009 at 10:25 PM, Maumita maumita.majum...@gmail.com wrote: But when the script will run for the second ime, how i will check if the directory already exists or not? I found the answer here: http://www.ruby-forum.com/topic/135748 Željko -- http://watirpodcast.com/

[wtr-general] Re: Need to print information in back to .ods file after script execution

2009-09-08 Thread Željko Filipin
On Tue, Sep 8, 2009 at 11:53 AM, Bindhu udayarekha2...@gmail.com wrote: I would like to print some information on .ods after sucessfull execution of the ruby script. This could help: http://roo.rubyforge.org/ Željko -- http://watirpodcast.com/

[wtr-general] Re: trying to access onclick property in a td using xpath

2009-09-08 Thread Željko Filipin
http://wiki.openqa.org/display/WTR/XPath says: you can access frames using the attributes that Watir provides but you can't use xpath attribute for accessing frames Try this: browser.frame(:index, 3).cell(:xpath, //td[contains(@onclick , 'MainMenu.jmp?pid=97pName=Areas And Branches')]).click

[wtr-general] Re: Watir Logo Refresh Competition

2009-09-08 Thread Željko Filipin
On Tue, Sep 8, 2009 at 6:27 PM, Richard Wijdenes richard.wijde...@gmail.com wrote: I've done a posting in a creative forum (for sigs in a game forum). Can you post a link? Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: Watir Logo Refresh Competition

2009-09-09 Thread Željko Filipin
On Wed, Sep 9, 2009 at 7:35 AM, Tony ynot...@gmail.com wrote: Are you still accepting logos ... ?? I can not speak for Alister, but I am sure he is still accepting logos. :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: How to read an xml file using watir scripts

2009-09-09 Thread Željko Filipin
On Wed, Sep 9, 2009 at 8:54 AM, msazeez28july sabdulkha...@gmail.com wrote: how do i read an xml file using watir scripts? Watir is _just_ a Ruby library for driving browsers. If you want to read/edit xml files, there are Ruby libraries for that. I am not familiar with xml parsing, but I think

[wtr-general] Re: How to handle Modal Dialog Box

2009-09-09 Thread Željko Filipin
On Wed, Sep 9, 2009 at 7:02 AM, Rajat Singhal coolraja...@gmail.com wrote: how to attach modal dialog box This could help: http://wiki.openqa.org/display/WTR/Pop+Ups http://wiki.openqa.org/display/WTR/Modal+Dialogs Željko -- http://watirpodcast.com/

[wtr-general] Re: How to handle Modal Dialog Box

2009-09-09 Thread Željko Filipin
Unfortunately, all I know about modal dialogs is there. I think I have even never seen one. Somebody else will have to help you, and maybe even post a solution to the mentioned page. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed

[wtr-general] Re: new feature request

2009-09-10 Thread Željko Filipin
On Thu, Sep 10, 2009 at 10:48 AM, Alex.Dev btb8...@gmail.com wrote: ie.elements(:text, 'dummytext') It is already in bug tracker: http://jira.openqa.org/browse/WTR-103 You can vote for it. Tickets with more votes get implemented faster. Željko -- http://watirpodcast.com/

[wtr-general] Re: Info on Test::Unit::TestCase

2009-09-10 Thread Željko Filipin
On Thu, Sep 10, 2009 at 12:01 PM, dvkbabu dvkb...@gmail.com wrote: Could any one please explain about Test::Unit::TestCase. http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit.html Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You

[wtr-general] Re: How to identify pop-up windows using watir tool

2009-09-10 Thread Željko Filipin
On Thu, Sep 10, 2009 at 1:37 PM, tester1 jamuser...@gmail.com wrote: Can anybody please help me How to identify pop-up windows using watir tool? Did you read this? http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- http://watirpodcast.com/

[wtr-general] Re: Unable to identify new IE browser windows

2009-09-11 Thread Željko Filipin
On Fri, Sep 11, 2009 at 3:17 PM, dvkbabu dvkb...@gmail.com wrote: in `attach_browser_window': Unable to locate a window with url of 'sample url' (Watir::Exception::NoMatchingWindowFoundException) You have to use real page url instead of 'sample url' Something like this: browser1 =

[wtr-general] Re: gem install watir-Error

2009-09-14 Thread Željko Filipin
On Mon, Sep 14, 2009 at 10:10 AM, Naveen devadass naveeenku...@gmail.com wrote: DO you know how to update this gem update win32-process Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: download a file with WatiN.Core.dll

2009-09-14 Thread Željko Filipin
On Mon, Sep 14, 2009 at 2:19 PM, Muthurani muthuran...@gmail.com wrote: My requirement is, need to download a file from particular URL with the use of WatiN.Core.dll. I am using C#.net 2005. This is forum for Ruby version of Watir. Post this to Watin forum:

[wtr-general] Re: How to read data from XML file

2009-09-15 Thread Željko Filipin
On Tue, Sep 15, 2009 at 9:01 AM, Ramesh rameshs_1...@yahoo.co.in wrote: Can you pls help on this, how to read data from XML in Watir. http://groups.google.com/group/watir-general/browse_thread/thread/e661b63a0ec40d33/ Željko -- http://watirpodcast.com/

[wtr-general] Re: Firewatir updated to support Firefox 3.5?

2009-09-15 Thread Željko Filipin
On Tue, Sep 15, 2009 at 9:12 AM, Julian Harris julian.har...@gmail.com wrote: FF3.5-compatible XPI Links for popular platforms are here: http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-ProductionFireWatir Željko -- http://watirpodcast.com/

[wtr-general] Re: Firewatir updated to support Firefox 3.5?

2009-09-15 Thread Željko Filipin
On Tue, Sep 15, 2009 at 1:02 PM, Julian Harris julian.har...@gmail.com wrote: thanks! I come to serve. :) http://www.wowwiki.com/Quotes_of_Warcraft_II Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Re: Handling Java Script button

2009-09-15 Thread Željko Filipin
On Tue, Sep 15, 2009 at 8:27 PM, dk dkora...@gmail.com wrote: aFind/a It may look like a button, but it is a link. This might work: browser.link(:text, Find).click or browser.link(:text, /Find/).click http://wiki.openqa.org/display/WTR/Links Željko -- http://watirpodcast.com/

[wtr-general] Re: Handling Java Script button

2009-09-16 Thread Željko Filipin
On Wed, Sep 16, 2009 at 5:18 PM, dk dkora...@gmail.com wrote: How do i instruct Watir to wait for it before executing the next step? Everything you ever wanted to know, and even more. :) http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Željko

[wtr-general] Re: Handling Java Script button

2009-09-16 Thread Željko Filipin
On Wed, Sep 16, 2009 at 6:19 PM, dk dkora...@gmail.com wrote: Next time on, i'll try to be less lazy and a lil more mature member of the group by doing a lil bit of reading and research before asking :) I am sure you did your best. :) The next time you will know where to look. Željko

[wtr-general] Re: Handling Java Script button

2009-09-17 Thread Željko Filipin
On Wed, Sep 16, 2009 at 8:58 PM, dk dkora...@gmail.com wrote: PS: i am new to this group - please let me know if i need to start a different discussion thread. If it is a new topic, please start a new thread. Željko --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: show_frames not reading nested frames properly

2009-09-22 Thread Željko Filipin
On Tue, Sep 22, 2009 at 6:25 AM, magu rafael.m...@gmail.com wrote: Any tips to why this happen or workarounds or even where to read more about this would be greatly appreciated. http://wiki.openqa.org/display/WTR/Frames Željko -- http://watirpodcast.com/

[wtr-general] :html

2009-09-23 Thread Željko Filipin
I found this recently: browser.link(:html, /contract_id=227/).click I completely forgot that :html is a way of accessing an element. More information: http://www.mail-archive.com/wtr-general%40rubyforge.org/msg06838.html Željko -- http://watirpodcast.com/

[wtr-general] Re: Issue with a Text Area

2009-09-23 Thread Željko Filipin
On Wed, Sep 23, 2009 at 2:26 PM, Isabel joybe...@gmail.com wrote: I tried firing the onchange event on the text area but apart from highlighting the text area nothing much happened. Maybe you should fire another event. It would be the best to ask a developer which event should be fired. Željko

[wtr-general] Re: FireWatir works in IRB not in script

2009-09-24 Thread Željko Filipin
On Wed, Sep 23, 2009 at 11:19 PM, Brad bradask...@gmail.com wrote: ff = Watir::Brower.new And here you have Brower instead of Browser (`s` is missing). Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Need help checking a box in a table in an iframe

2009-09-25 Thread Željko Filipin
This clicked the second chckbox for me: browser.frame(:name,/admin_frame_*/).checkbox(:name=email, :value= cro...@point.com, :index= 2).set http://wiki.openqa.org/display/WTR/Multiple+Attributes Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You

[wtr-general] Re: Not able to click on a TD through Watir, though manually it is possible

2009-09-25 Thread Željko Filipin
On Fri, Sep 25, 2009 at 9:15 AM, Isabel joybe...@gmail.com wrote: .click apparently has no effect on the date which is a table cell and there seems to be no known JavaScript event that has been applied on it. Can you ask a developer which event should be fired? Željko --

[wtr-general] xpath

2009-09-25 Thread Željko Filipin
I have html like this: h1 id=headerHeader/h1 This works: browser.h1(:xpath, //h...@id='header']).flash browser.h1(:id, header).flash But this returns: browser.element_by_xpath(//h...@id='header']).flash returns: WIN32OLERuntimeError: unknown property or method `flash' HRESULT error

[wtr-general] Re: xpath

2009-09-25 Thread Željko Filipin
On Fri, Sep 25, 2009 at 2:26 PM, Angrez Singh ang...@gmail.com wrote: http://msdn.microsoft.com/en-us/library/dd347058%28VS.85%29.aspx Thanks Angrez, I have found click method. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Sai

2009-09-27 Thread Željko Filipin
I have just realized that Sai Venkatakrishnan ( http://developer-in-test.blogspot.com, http://twitter.com/sai_venkat, https://github.com/saivenkat), creator of ChromeWatir ( http://code.google.com/p/chrome-watir), but not just that, is not in Watir Core team (http://watir.com/community/). I do

[wtr-general] Re: Need help checking a box in a table in an iframe

2009-09-28 Thread Željko Filipin
On Fri, Sep 25, 2009 at 7:40 PM, rollo croll...@gmail.com wrote: I'll revisit the xpath option, though it didn't work when i tried initially and I don't believe its supported for frames/iframes, which is where this table lives. You can not select a frame using xpath, something like this:

[wtr-general] Re: xpath

2009-09-28 Thread Željko Filipin
On Sat, Sep 26, 2009 at 6:51 AM, Wesley Chen cjq@gmail.com wrote: How to flash or click after element_by_xpath method? Flash would not work, but the documentation said this should work: browser.element_by_xpath(//h...@id='header']).click I did not have the time to try it out. Željko

[wtr-general] Elements supported by Watir

2009-09-28 Thread Željko Filipin
Do we have a place where all elements (link, image, button...) supported by Watir are listed? Is this list complete? http://wiki.openqa.org/display/WTR/Methods+Supported+by+Element Is there a simple way I could take a look in the code and find which elements Watir supports? I see we have

[wtr-general] Re: Get the error when try to run the watir code in Mac

2009-09-28 Thread Željko Filipin
On Mon, Sep 28, 2009 at 12:46 PM, yuping zhong littlezhong...@gmail.com wrote: BWT,I use the 64 bit 10.6 Snow Leopard,does the JSSH support 64 bit system??? I think all xpi files on http://wiki.openqa.org/display/WTR/FireWatir+Installation are for 32 bit systems. You will probably have to

[wtr-general] Re: Sai

2009-09-28 Thread Željko Filipin
On Mon, Sep 28, 2009 at 5:26 PM, Bret Pettichord bpettich...@gmail.com wrote: I think we could also recognize a community team. Maybe we add Sai to this group as well? I was planning to suggest more people for the core team after I see the response for Sai. Jari Bakken of Celerity

[wtr-general] Re: Elements supported by Watir

2009-09-29 Thread Željko Filipin
On Mon, Sep 28, 2009 at 6:08 PM, Bret Pettichord bpettich...@gmail.com wrote: def is_element_subclass? klass while klass = klass.superclass return true if klass == Watir::Element end end ObjectSpace.each_object(Class){|c| puts c if is_element_subclass?(c)} I executed this code on Mac

[wtr-general] Re: Cinfiguring Fitnesse with ruby slim

2009-09-29 Thread Željko Filipin
On Tue, Sep 29, 2009 at 1:20 PM, Rinku Garg rinkugar...@gmail.com wrote: I want to configure Rubyslim with fitnesse. You are probably at the wrong place. This is Watir group. Try posting this to Rubyslim and/or fitnesse groups. Željko -- http://watirpodcast.com/

[wtr-general] Re: Load Testing with WATIR

2009-09-29 Thread Željko Filipin
On Tue, Sep 29, 2009 at 3:50 PM, venky greet.ven...@gmail.com wrote: test the load/performance of the application using WATIR tool We have an example on the wiki: http://wiki.openqa.org/display/WTR/Re-Usable+Load+Testing+Example Željko -- http://watirpodcast.com/

[wtr-general] Re: adding utf-8 character to text fields

2009-09-30 Thread Željko Filipin
Would you put this on our wiki? I guess the best place is in `Learning More`section. http://wiki.openqa.org/display/WTR/Learning+More There are a lot of people that have UTF-8 related problems. Please let me know if you need help with wiki. Željko -- http://watirpodcast.com/ On Tue, Sep 29,

[wtr-general] Re: Cannot use the index in SafariWatir

2009-09-30 Thread Željko Filipin
On Wed, Sep 30, 2009 at 4:45 AM, yuping zhong littlezhong...@gmail.com wrote: irb(main):013:0 sf.button(:index=1).click Does this work? sf.button(:index, 1).click Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: Trying to get xpath to recognize long string with possible special characters... not working

2009-09-30 Thread Željko Filipin
On Wed, Sep 30, 2009 at 3:55 AM, bert tumbaol...@yahoo.com wrote: I have tried several of the following and not sure what Im doing wrong. XPath is black magic for me, but there are a few tools that could help: XPather - https://addons.mozilla.org/en-US/firefox/addon/1192 XPath Checker -

[wtr-general] Re: Issue with a Calendar in a Div /Table Object

2009-09-30 Thread Željko Filipin
On Wed, Sep 30, 2009 at 8:32 AM, Pallavi Sharma write2pall...@gmail.com wrote: I believe there is some event which is getting fired To find out which event is fired, install this Firefox add-ons: DOM Inspector (Event Spy need is) - https://addons.mozilla.org/en-US/firefox/addon/6622 Event Spy -

[wtr-general] Re: Issue with a Calendar in a Div /Table Object

2009-09-30 Thread Željko Filipin
On Wed, Sep 30, 2009 at 11:33 AM, Pallavi Sharma write2pall...@gmail.com wrote: anything similar for IE?? I do not know. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: Issue with a Calendar in a Div /Table Object

2009-09-30 Thread Željko Filipin
On Wed, Sep 30, 2009 at 11:33 AM, Pallavi Sharma write2pall...@gmail.com wrote: The App doesn't work on FireFox It actively refuses to open the page? It says Sorry, no Firefox here.? Can you use a tool like this to fake user agent and make Firefox pretend it is IE? User Agent Switcher -

[wtr-general] Re: Issue with a Calendar in a Div /Table Object

2009-09-30 Thread Željko Filipin
On Wed, Sep 30, 2009 at 12:18 PM, Pallavi Sharma write2pall...@gmail.com wrote: Tried, doesn;t open the App What the app said? What user agent did you choose? Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: Elements supported by Watir

2009-09-30 Thread Željko Filipin
Frame is missing from this list. I guess it makes sense, but it is still missing. Željko On Mon, Sep 28, 2009 at 6:08 PM, Bret Pettichord bpettich...@gmail.com wrote: ObjectSpace.each_object(Class){|c| puts c if is_element_subclass?(c)} Watir::HTMLElement Watir::Link Watir::Image

[wtr-general] Html Elements Supported by Watir

2009-09-30 Thread Željko Filipin
I have just created Html Elements Supported by Watir wiki page: http://wiki.openqa.org/display/WTR/Html+Elements+Supported+by+Watir Please take a look and fix if anything is broken. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this

[wtr-general] Summary wiki page

2009-09-30 Thread Željko Filipin
I have: - moved Methods Supported by Element wiki page from Start Here to Summary - created Summary section at Project Home page - added HTML Elements Supported by Watir page to Summary section It made sense to me to have all pages with similar content grouped. Please let me know if you

[wtr-general] Re: Third Party Combo Boxes in an Input Tag

2009-10-01 Thread Željko Filipin
On Thu, Oct 1, 2009 at 8:28 AM, Pallavi Sharma write2pall...@gmail.com wrote: INPUT class=dojoComboBox autoSelectBox __doClobber__ autocomplete=off dojoAttachPoint=textInputNode dojoAttachEvent=key:_handleKeyEvents; keyUp: onKeyUp; compositionEnd; onResize; value= / browser.text_field(:class,

[wtr-general] Watir Podcast #27: Angrez Singh on FireWatir

2009-10-01 Thread Željko Filipin
Sai and I talk with Angrez about FireWatir, Watir and their merge, replacing JSSH with Firedriver, XPath, Firewatir-Gen, Google Summer of Code™, Bangalore Watir user group, WatiN, Indian music… http://watirpodcast.com/27-angrez-singh-on-firewatir/ Željko -- http://watirpodcast.com/

[wtr-general] Re: Third Party Combo Boxes in an Input Tag

2009-10-01 Thread Željko Filipin
On Thu, Oct 1, 2009 at 10:19 AM, Pallavi Sharma write2pall...@gmail.com wrote: I tried using class, but this doesn't work, only index worked. doesn't work does not tell me a lot. You can combine class and index: browser.text_field(:class = dojoComboBox autoSelectBox, :index = 2).set some text

[wtr-general] Re: Load Testing with WATIR configuration settings - USERS/ Concurrency/ Rampup

2009-10-01 Thread Željko Filipin
On Thu, Oct 1, 2009 at 11:32 AM, venkat greet.ven...@gmail.com wrote: I got the following message attached file that confirms Watir installation successfully, after that I have executed the same Test.rb file and again saw the same error and and also executed the google_search.rb example script

[wtr-general] Re: Html Elements Supported by Watir

2009-10-01 Thread Željko Filipin
On Wed, Sep 30, 2009 at 5:27 PM, Angrez Singh ang...@gmail.com wrote: Just had a look input type=textarea there is no such thing type=textarea. There is textarea tag separately for that. We can remove that. Done. Removed input type=textarea from:

[wtr-general] Methods Supported by Element

2009-10-01 Thread Željko Filipin
I have renamed Methods Supported by Element to Watir Methods Supported by HTML Element. The old title never made much sense to me. Please let me know if you do not like the new title. http://wiki.openqa.org/display/WTR/Watir+Methods+Supported+by+HTML+Element Željko -- http://watirpodcast.com/

[wtr-general] Re: Summary wiki page

2009-10-01 Thread Željko Filipin
On Thu, Oct 1, 2009 at 2:32 AM, Alister Scott alister.sc...@gmail.com wrote: The Summary section on http://wiki.openqa.org/display/WTR/Project+Home looks like a good idea. Thanks. For a long time I wished that it existed, and then i decided to make my wish come true. :) Željko

[wtr-general] Collections of HTML Elements

2009-10-01 Thread Željko Filipin
I have created a new wiki page, Collections of HTML Elements: http://wiki.openqa.org/display/WTR/Collections+of+HTML+Elements Please take a look and fix if anything is broken, or let me know and I will fix it. I have noticed that table cells and rows are have TableCells and TableRows class

[wtr-general] Re: adding utf-8 character to text fields

2009-10-01 Thread Željko Filipin
On Thu, Oct 1, 2009 at 4:30 PM, Loft_Tester aaronr...@gmail.com wrote: I do not see it appear in examples. Fixed. I have moved it from child of Examples page to child of Advanced Examples. Examples page is autogenerated, and shows only childen of it's children. Take a look at page source if you

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Željko Filipin
On Thu, Oct 1, 2009 at 8:36 PM, Jari Bakken jari.bak...@gmail.com wrote: Actually, UTF-8 is the default in Watir Jari, can you please update the page? I am not sure what to do. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Re: adding utf-8 character to text fields

2009-10-02 Thread Željko Filipin
On Fri, Oct 2, 2009 at 3:09 PM, Loft_Tester aaronr...@gmail.com wrote: adding myself as a contributer of documentation is not going well at all. Would one of you guys give me a quick tutorial. - log in to wiki - go to http://wiki.openqa.org/display/WTR/Contributors - click `Edit` (top lef) -

[wtr-general] Re: Cannot use the index in SafariWatir

2009-10-04 Thread Željko Filipin
On Sat, Oct 3, 2009 at 4:37 AM, yuping zhong littlezhong...@gmail.com wrote: Doesn't work. My mistake. 1 should not be quoted. Try this: sf.button(:value=Enter,:index=1).click sf.button(:index=1).click - Željko --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: earn money through Home based internet jobs

2009-10-05 Thread Željko Filipin
Raveendran, Thanks for your ideas. We have a simpler solution that requires almost no effort. Everybody can join and contributions are not moderated, except for the first post. All spam is caught that way. I guess this one was not caught by human mistake: a moderator approved it by mistake. I

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 2:16 PM, venkat greet.ven...@gmail.com wrote: I got the following error and my script fails to identify the list item Looks to me that application that you are testing crashed. Željko --~--~-~--~~~---~--~~ You received this message because

[wtr-general] Platforms

2009-10-05 Thread Željko Filipin
I have created a new wiki page: http://wiki.openqa.org/display/WTR/Platforms Feel free to comment, edit, improve, fix bugs... Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 2:58 PM, karim rayani karim@gmail.com wrote: how about Ruby 1.9.1 in the list I have never used 1.9. I do not even know if Watir works there. If you know anything about it, you know more than me. Just edit the page, or let me know and I will update it. If you (or

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 3:12 PM, karimnumerouno karim@gmail.com wrote: i have tried using Ruby 1.9.1 on Ubuntu and it worked however the code needs some standard refractoring This sounds to me like Watir is not working with 1.9. :) Should I add a column that says so? Željko

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 4:21 PM, aidy lewis aidy.le...@googlemail.com wrote: I am not so sure you can use Celerity through the standard Ruby MRI. Thanks, fixed. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 6:48 PM, Charley Baker charley.ba...@gmail.com wrote: Watir in the github master should be working with 1.9.1. Added Ruby 1.9.1 to Browser/Ruby table. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: Platforms

2009-10-06 Thread Željko Filipin
On Tue, Oct 6, 2009 at 4:30 AM, Bret Pettichord bpettich...@gmail.com wrote: Not sure if this is clear that Watir 1.6.2 does not work with Ruby 1.9.1. Made it explicit in Watir/Ruby table. Željko --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Html Elements Supported by Watir

2009-10-07 Thread Željko Filipin
On Tue, Oct 6, 2009 at 4:41 AM, Bret Pettichord bpettich...@gmail.com wrote: I suggest that the two pages be folded together. Will do. I'm also wondering if we need to do more work to organize and update the pages that we already have. I update what I see is out of date. Also I'm not sure

[wtr-general] Re: Sai

2009-10-07 Thread Željko Filipin
On Tue, Oct 6, 2009 at 4:56 AM, Bret Pettichord bpettich...@gmail.com wrote: This page says All Watir documentation is stored on the Watir Wiki: running Confluence and hosted by OpenQA. However, it also lists the Rdoc, which is actually generated from the source code itself. What should it

[wtr-general] Re: Sai

2009-10-07 Thread Željko Filipin
On Tue, Oct 6, 2009 at 4:58 AM, Bret Pettichord bpettich...@gmail.com wrote: I suggest that define several teams, including FireWatir/IEWatir team. +1 Would you do it? Do you need help? Željko --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Elements supported by Watir

2009-10-07 Thread Željko Filipin
On Tue, Oct 6, 2009 at 5:01 AM, Bret Pettichord bpettich...@gmail.com wrote: require 'watir/ie' I knew it will be something simple. :) Thanks, I will try it. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Elements supported by Watir

2009-10-07 Thread Željko Filipin
On Tue, Oct 6, 2009 at 5:03 AM, Bret Pettichord bpettich...@gmail.com wrote: Because Frame is not a subclass of Element. Makes sense. I am curious as to why you find this information helpful. I just wanted to get a definite list of HTML elements supported by Watir. Željko

[wtr-general] Re: Summary wiki page

2009-10-07 Thread Željko Filipin
On Tue, Oct 6, 2009 at 5:06 AM, Bret Pettichord bpettich...@gmail.com wrote: The collection looks useful, but something is confusing about the parentage of the collection. Look at the breadcrumbs on these pages. True. Summary page should probably be moved to project root. I did not do it back

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