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

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

Re: [wtr-general] Way to clear the browser cache?

2010-08-09 Thread Željko Filipin
On Sat, Aug 7, 2010 at 8:52 PM, Jeff Fry jeff@gmail.com wrote: Hey y'all, does watir have a way to clear the browser cache? I do not think Watir can do it (somebody please correct me if I am wrong). If I needed to clear the cache, I would just delete all files from browser's cache directory

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

2010-08-09 Thread Željko Filipin
2010/8/9 Jason freezingki...@gmail.com Done. Thanks Jason, Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post:

Re: [wtr-general] How to select a item from the dropbox

2010-08-09 Thread Željko Filipin
On Sun, Aug 8, 2010 at 5:15 PM, sudhir prem...@gmail.com wrote: I am trying to select an item from dropbox but could not. Take a look: http://wiki.openqa.org/display/WTR/Selection+Boxes Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on

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

2010-08-09 Thread Željko Filipin
http://stackoverflow.com/questions/3434672/watir-how-to-access-a-table-without-an-id-or-name -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general

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

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

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

2010-08-09 Thread Željko Filipin
On Mon, Aug 9, 2010 at 6:10 PM, Ethan notet...@gmail.com wrote: Did you test no_wait stuff? No, I do not use no_wait stuff. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

Re: [wtr-general] Watir testing a XSLT webapp

2010-08-10 Thread Željko Filipin
On Tue, Aug 10, 2010 at 2:17 AM, Luke Hamilton luke.hamil...@xenter.com.au wrote: I am in the process of trying to write a watir script to test a XSLT based webapp and have found that as soon as I launch the app watir is unable to click any of the links on the page Can you post link to the page

Re: [wtr-general] Watir script editor

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 8:32 AM, madhu kumar madhu@gmail.com wrote: Please can anyone tell me how to run this watir script without storing in ruby bin directory. Please provide your code and error message. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com -

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 8:41 AM, madhu kumar madhu@gmail.com wrote: after this script if i click on submit button, m not able to click the button, and cursor is in calendar field only. What is the problem? You can not click Search flights button at http://www.cleartrip.com? What have you

Re: [wtr-general] Watir Support for li tag

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 9:32 AM, Cyril Gonsalves cyril.gonsal...@gmail.com wrote: I have gem v1.3.7 (commonWatir) installed on my machine. Update to Watir 1.6.5 (gem install watir) and let us know if that fixes the problem. undefined method `li' for #Watir::Div:0x8c870dc (NoMethodError) li

Re: [wtr-general] Re: Watir Support for li tag

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 10:53 AM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: browser.div(:id,ires).li(:class,g).text This works for me. You get undefined method li error message? Željko -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] Re: Watir Support for li tag

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 11:39 AM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: do i need to check installation? as i have Ruby - 186 - 26, gem 1.3.7, watir - 1.6.5 Windows XP , Browser IE 8 What happens if you try this? puts browser.li(:class,g).text Željko -- Before

Re: [wtr-general] Re: Watir Support for li tag

2010-08-11 Thread Željko Filipin
Why do you require win32ole? What do you get when you execute this in command line? ruby -e 'require watir; puts Watir::IE::VERSION' Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed

Re: [wtr-general] Re: Watir Support for li tag

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 12:07 PM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: i get 1.4.1 are the versions of the s/w i am using are up to date? No, you have old version. Watir version should be 1.6.5. You should uninstall Watir 1.4.1 (if I remember correctly there was

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 12:42 PM, madhu kumar madhu@gmail.com wrote: k fine, but my gem version is 1.3.7, how can i install watir 1.6.5 version, how can i know which version of watir in command prompt. run this in command prompt and let me know what you get: ruby -e 'require watir; puts

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

2010-08-11 Thread Željko Filipin
http://stackoverflow.com/questions/3451898/does-watir-recognize-meta-html-element -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post:

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 12:56 PM, madhu kumar madhu@gmail.com wrote: first command i am not able to run What does that mean? Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 1:03 PM, madhu kumar madhu@gmail.com wrote: ruby -e 'require watir; puts Watir::IE::VERSION' if i run this command i am getting error as no such file to load. Try this: ruby -e 'require rubygems; require watir; puts Watir::IE::VERSION' Željko -- Before posting,

Re: [wtr-general] Re: Watir Support for li tag

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 1:16 PM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: Reinstallation of Ruby and watir has solved the problem Great news. :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 1:30 PM, madhu kumar madhu@gmail.com wrote: that command working fine. What did it return? Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread Željko Filipin
On Wed, Aug 11, 2010 at 3:01 PM, madhu kumar madhu@gmail.com wrote: If i type this command directly in command prompt its working fine I do not know how to make this more explicit. If I do this in command prompt, I get 1.6.5. What do you get? C:\ruby -e 'require rubygems; require watir;

Re: [wtr-general] Where does watir stores object properties

2010-08-12 Thread Željko Filipin
On Thu, Aug 12, 2010 at 2:42 PM, Amit amit.e...@gmail.com wrote: I want to know where WATIR is storing this information so it can access objects for both window. Why do you need that information? To be precise, Watir is not storing it, but Ruby is (as far as I understand it). The most general

Re: [wtr-general] Re: Calendar Click

2010-08-12 Thread Željko Filipin
On Thu, Aug 12, 2010 at 3:56 PM, Super Kevy kpe...@scholarshipamerica.org wrote: sleep 2000 # a 2 second pause. I think this will pause for 2000 seconds. :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message

Re: [wtr-general] Re: Unable to locate checkbox element ?

2010-08-13 Thread Željko Filipin
On Fri, Aug 13, 2010 at 5:59 AM, Chan Nguyen atbl1...@gmail.com wrote: So this problem is only with frame? Yes. Is there any other element that we have to do this kind of nested call ? No. What's the easiest way to access an element? What's the most usable way to access an element? Make

Re: [wtr-general] Running bat files in command prompt

2010-08-13 Thread Željko Filipin
On Fri, Aug 13, 2010 at 7:11 AM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: But i need to keep open all 4 command prompts with bat files running in it. How is this related to Watir? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] Running bat files in command prompt

2010-08-13 Thread Željko Filipin
2010/8/13 Cyril A. Gonsalves cyril.gonsal...@mastek.com Is there any way to run multiple bat file at the same time and keep running unless closed manually You could use threads. I think you will get more replies at a Ruby list, because this is not Watir specific. Željko -- Before posting,

Re: [wtr-general] `assert_exists': Unable to locate element

2010-08-13 Thread Željko Filipin
On Fri, Aug 13, 2010 at 1:21 PM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: if yes then how to access objects e.g textfield in the browser i.e. opened by clicking the link in another browser You want to attach to another browser window?

Re: [wtr-general] Re: Unable to locate checkbox element ?

2010-08-13 Thread Željko Filipin
On Fri, Aug 13, 2010 at 4:11 PM, Chan Nguyen atbl1...@gmail.com wrote: Access is denied. Watir can not access contents of a frame. Please search this group for this error message, I am sure there is a solution. If you can not find it, let me know. Željko -- Before posting, please read

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

2010-08-14 Thread Željko Filipin
On Fri, Aug 13, 2010 at 10:22 PM, Chuck van der Linden sqa...@gmail.com wrote: I wonder if it was just not clear to people HOW to vote for the example questions? We had enough people over there, but nobody voted. did they not realize what it is they need to do? I think I have said it on the

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

2010-08-14 Thread Željko Filipin
On Fri, Aug 13, 2010 at 10:25 PM, Chan Nguyen atbl1...@gmail.com wrote: I think Watir should have its own land ( a forum ). Forum as in place to talk about Watir, or as a place to get support? Take a look at this group. How many posts are chat (like this post) and how many are support questions?

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

2010-08-14 Thread Željko Filipin
On Fri, Aug 13, 2010 at 11:29 PM, Alister Scott alister.sc...@gmail.com wrote: I personally dislike the number of complex rules, voting and hierarchy associated with stack exchange stuff. I agree. I think it is made to create a community around a topic. We already have a community, we just need

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

2010-08-14 Thread Željko Filipin
On Sat, Aug 14, 2010 at 1:13 AM, Jason Trebilcock jason.trebilc...@gmail.com wrote: There’s a Watir forum on SQAForums. It has all of six Watir-related threads…it might be a interesting destination to switch efforts to. I am not looking for a better software for Watir support. I have found it:

Re: [wtr-general] Re: Unable to see error message in ruby interpreter

2010-08-24 Thread Željko Filipin
On Tue, Aug 17, 2010 at 6:46 AM, goutham mandadi goutham.mand...@gmail.com wrote: undefined method `element_by_xpath' Your Watir version is? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com -

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-24 Thread Željko Filipin
On Tue, Aug 17, 2010 at 10:19 AM, al3kc aleks.kiev...@gmail.com wrote: Does any one has jssh for FF4.0? Not yet, as far as I know. All plugins are here: http://watir.com/installation/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on

Re: [wtr-general] Re: click on html element

2010-08-24 Thread Željko Filipin
On Wed, Aug 18, 2010 at 1:23 PM, TCBlues tcbl...@gmail.com wrote: So it is not possible to access using something like brow.element(:id,xxx) or brow.object(:id,xxx) or something similar. It is: http://wiki.openqa.org/display/WTR/XPath Željko -- watir.com - community manager watirpodcast.com

Re: [wtr-general] Regression in watir

2010-08-24 Thread Željko Filipin
On Wed, Aug 18, 2010 at 5:31 PM, nix amritd...@gmail.com wrote: Iam new to watir and would like to maintain regression tests. After you read the tutorial, take a look at this too: http://watir.com/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] Re: Select an element when :id and :class are not completely known

2010-08-24 Thread Željko Filipin
On Thu, Aug 19, 2010 at 12:54 AM, jasbro jas...@gmail.com wrote: This may just be a benefit of using Ruby, or it may have been intentional Intentional. More info: http://wiki.openqa.org/display/WTR/How+and+What http://wiki.openqa.org/display/WTR/Summary Željko -- watir.com - community manager

Re: [wtr-general] [ANN]VTD-XML 2.9

2010-08-24 Thread Željko Filipin
I have approved this, but it looks like (open source) spam. :) Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi -- Before posting, please read

Re: [wtr-general] unable to access element in frame

2010-08-24 Thread Željko Filipin
Did you read this? http://wiki.openqa.org/display/WTR/Frames Also, show us your Watir code. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi --

Re: [wtr-general] Re: Cannot access element through iframe?

2010-08-24 Thread Željko Filipin
On Sat, Aug 21, 2010 at 12:34 AM, Chan Nguyen atbl1...@gmail.com wrote: This is the whole HTML, it's a really long, exactly 2660 lines of code: Pasting more than 2000 lines of code does not help. Please post link to your site (if it is public) or smallest HTML sample that still reproduces the

Re: [wtr-general] Jquery from stackoverflow

2010-08-24 Thread Željko Filipin
On Mon, Aug 23, 2010 at 9:58 AM, Marlena Compton marlena.comp...@gmail.com wrote: After searching for this info in the watir list, I found it in stackoverflow. You have a beer for linking to Stack Overflow. :) Just remind me if we meet on a conference (or wherever). Željko -- watir.com -

Re: [wtr-general] Re: WATiR Query

2010-08-24 Thread Željko Filipin
On Tue, Aug 24, 2010 at 8:01 AM, Pallavi Sharma write2pall...@gmail.com wrote: Adding Watir group, for everyone's benefit. Good idea. ruby, www.ruby.org, Actually, it is http://www.ruby-lang.org/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] I have a web page in html embeded java script on that i want to select Audio that is under some td tag.

2010-08-24 Thread Željko Filipin
On Tue, Aug 24, 2010 at 11:26 AM, mike_sukhi sukhija...@gmail.com wrote: than i tried $ie.cell(:class ='menuLink', :text = 'Audio').click it doesnot gives any error but also not selecting the menu Audio. Some HTML or link to site (if it is public) would help. Željko -- watir.com - community

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

2010-08-24 Thread Željko Filipin
The newest questions are listed here: http://stackoverflow.com/questions/tagged?tagnames=watirsort=newestpagesize=15 The feed is here: http://stackoverflow.com/feeds/tag/watir And the most recent questions are: http://stackoverflow.com/questions/3480669/watir-magic-escape-sequence

Re: [wtr-general] Re: Cannot access element through iframe?

2010-08-24 Thread Željko Filipin
On Tue, Aug 24, 2010 at 4:18 PM, Chan Nguyen atbl1...@gmail.com wrote: Since the 'iframe' in my case has many elements inside, so I'm afraid I will be missing something. If you want your question answered, you have to do all the hard work, and explain what you did, so we could not what you

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

2010-08-24 Thread Željko Filipin
I have added Watir at Stack Overflow to watir.com, showing 3 most recent questions tagged Watir, like we have for Twitter and Google blog search. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are

Re: [wtr-general] More than one condition

2010-08-25 Thread Željko Filipin
On Tue, Aug 24, 2010 at 11:44 PM, Shlomit Gazit shlomitpatr...@gmail.com wrote: I would like to be able to click on the link that is located outside of the table above. Please post sample HTML. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts

Re: [wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-25 Thread Željko Filipin
On Wed, Aug 25, 2010 at 1:05 PM, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: no such file to load -- win32screenshot How is this related to Watir? If it is, please show us your Watir code. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] watir which version of ruby is the best one

2010-08-25 Thread Željko Filipin
On Wed, Aug 25, 2010 at 2:04 PM, rajivkumarnandv...@gmail.com wrote: please suggest with watir which version of ruby is the best one http://watir.com/installation/ says We recommend using Ruby 1.8.6-26 Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-25 Thread Željko Filipin
2010/8/25 Angrez Singh ang...@gmail.com Tried compiling it got the following error not sure how to resolve it. Looks like jssh finally died. ...it's not something we care about ( https://bugzilla.mozilla.org/show_bug.cgi?id=586869#c3) Željko -- Before posting, please read

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-25 Thread Željko Filipin
On Wed, Aug 25, 2010 at 3:49 PM, Angrez Singh ang...@gmail.com wrote: Need to find other way to interact with Firefox. Webdriver? http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/ Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] More than one condition

2010-08-25 Thread Željko Filipin
2010/8/25 Shlomit Gazit shlomitpatr...@gmail.com a onclick=pageTracker._trackEvent('Recently visited', 'Recently visited - Issue', '[1482] - 1AIM-issue_name_1'); title=[1482] - 1AIM-issue_name_1 href=/c2p/urlspan class=breadcrumb_gray(Issue) /span[] - 1AIM-issue_name_1/a I am getting to the link

Re: [wtr-general] Jssh for Firefox 4.0 beta3

2010-08-26 Thread Željko Filipin
2010/8/25 Ethan notet...@gmail.com I think it's a good time for jssh to die +1 Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To

Re: [wtr-general] Re: More than one condition

2010-08-26 Thread Željko Filipin
On Wed, Aug 25, 2010 at 7:10 PM, Chuck van der Linden sqa...@gmail.com wrote: Watir presumes valid html I think this is not true. Watir does not care if HTML is valid or not. It will just pick the first element that has the attribute you have provided. Željko -- Before posting, please read

Re: [wtr-general] Re: clicking a certain radio button with a specific value

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 2:31 AM, orde ohil...@gmail.com wrote: This page lists the supported attributes for each HTML element: http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir And there is also a page on radio buttons: http://wiki.openqa.org/display/WTR/Radio+Buttons Željko

Re: [wtr-general] watir which version of ruby is the best one

2010-08-26 Thread Željko Filipin
2010/8/26 Rajiv Nanduani rajivkumarnandv...@gmail.com but with this version( Ruby 1.8.6-26) gem install libxml gives error. And I am supposed to guess the error message? :) Please provide it. Also, you should update rubygems with gem update --system Željko -- Before posting, please read

Re: [wtr-general] in `gem_original_require': no such file to load -- win32screenshot (MissingSourceFile)

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 7:50 AM, Rajiv Nanduani rajivkumarnandv...@gmail.com wrote: i try to install the oci8 by using this steps but it did not work Again, how is this related to Watir? If this is general Ruby question, you will get better replies at a Ruby list/forum/group. I do not know

Re: [wtr-general] undefined method `document' for nil:NilClass

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 9:21 AM, Qiannan Zhang qian...@ecitysky.com wrote: Does anyone know how to resolve the problem undefined method `document' for nil:NilClass Please provide the code that causes the error. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com -

Re: [wtr-general] undefined method `document' for nil:NilClass

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 11:34 AM, Qiannan Zhang qian...@ecitysky.com wrote: @fram_cloth=@@ie.frame(:src, http://web1.beijing.ecitysky.com/yii/market/market/ClothesIndex;).html.body @font_messa...@fram_cloth.div(:class,shop_title\sw500).text puts @font_message Try this: puts

Re: [wtr-general] undefined method `document' for nil:NilClass

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 12:01 PM, Qiannan Zhang qian...@ecitysky.com wrote: I tried to your suggest, but still have that error If you want further help from me, you will have to paste IRB* session with the fewest steps that still reproduces the problem. Željko -- *

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

2010-08-26 Thread Željko Filipin
I am glad to see new questions posted to Stack Overflow almost every day: http://stackoverflow.com/questions/3573272/undefined-method-document-for-nilnilclass http://stackoverflow.com/questions/3570359/automating-a-form-post-in-firefox Željko -- Before posting, please read

Re: [wtr-general] PopUp

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 12:29 PM, sivam sivamma...@gmail.com wrote: I am getting problem while handling security alert. Is there any way to handle this pop ups using ruby watir. Yes: http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] Re: PopUp

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 12:45 PM, sivam sivamma...@gmail.com wrote: Give me some code samples to solve this problem. I have never worked with pop ups. I have tried most of the things. But nothing is working fine for me. Not working does not tell my anything. You will have to provide your

[wtr-general] Watir Podcast #36: Jarmo Pertman

2010-08-26 Thread Željko Filipin
http://watirpodcast.com/36-jarmo-pertman/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi -- Before posting, please read http://watir.com/support.

Re: [wtr-general] undefined method `document' for nil:NilClass

2010-08-26 Thread Željko Filipin
2010/8/26 Qiannan Zhang qian...@ecitysky.com can you give me your another email address ? Why? Post you script here. If it can not be public I can not help you. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this

Re: [wtr-general] undefined method `document' for nil:NilClass

2010-08-27 Thread Željko Filipin
On Fri, Aug 27, 2010 at 3:42 AM, Qiannan Zhang qian...@ecitysky.com wrote: that is my script Well, I said IRB session with the fewest steps that still reproduces the problem, not the entire script. Željko -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] Re: Jssh for Firefox 4.0 beta3

2010-08-27 Thread Željko Filipin
On Thu, Aug 26, 2010 at 10:13 PM, Super Kevy kpe...@scholarshipamerica.org wrote: I'll need to review webdriver can you link me to that information. http://github.com/jarib/watir-webdriver http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/ Željko -- Before posting, please read

Re: [wtr-general] undefined method `document' for nil:NilClass

2010-08-27 Thread Željko Filipin
On Fri, Aug 27, 2010 at 10:22 AM, Qiannan Zhang qian...@ecitysky.com wrote: I am sorry i do not what is irb session http://en.wikipedia.org/wiki/Interactive_Ruby_Shell If you have further questions, ask. Željko -- Before posting, please read http://watir.com/support. In short: search before

Re: [wtr-general] JIRA tickets for Watir

2010-08-27 Thread Željko Filipin
2010/8/26 Charley Baker charley.ba...@gmail.com I'm taking a quick swipe through the JIRA tickets on Watir I have noticed a lot of Jira mails sent to wtr-development. :) Thanks for cleaning up Jira, I am glad to see you have more time for Watir recently. (I have read on Twitter that you have

Re: [wtr-general] scheduling tasks for watir suite

2010-08-27 Thread Željko Filipin
On Fri, Aug 27, 2010 at 12:38 PM, amrit kaur amritd...@gmail.com wrote: whats cc.rb means? http://www.google.com/search?q=cc.rb Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o

Re: [wtr-general] IE attach method not working

2010-08-27 Thread Željko Filipin
On Fri, Aug 27, 2010 at 12:55 PM, cyril.gonsal...@mastek.com cyril.gonsal...@mastek.com wrote: how do i attach to this popped up window? Please read this: http://wiki.openqa.org/display/WTR/New+Browser+Windows http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager

Re: [wtr-general] scheduling tasks for watir suite

2010-08-30 Thread Željko Filipin
On Fri, Aug 27, 2010 at 6:19 PM, amrit kaur amritd...@gmail.com wrote: If anyone can help me knowing how to set up a relative path that can be used in my tests and also when setting up a batch file. Since this is a Ruby (not Watir) question, I suggest that you ask this at a Ruby list. Željko

Re: [wtr-general] Re: Jssh for Firefox 4.0 beta3

2010-08-30 Thread Željko Filipin
On Fri, Aug 27, 2010 at 7:56 PM, Super Kevy kpe...@scholarshipamerica.org wrote: Win2k Install: I do not have Windows 2000, but I just tried installing Ruby and watir-webdriver on fully patched Windows XP machine (Professional, Version 2002, Service Pack 3), and it just worked. Do you have

Re: [wtr-general] Watir Search

2010-08-30 Thread Željko Filipin
On Fri, Aug 27, 2010 at 6:10 PM, Ethan notet...@gmail.com wrote: Though it is already prominently featured on that link, so maybe one level of indirection is good enough. I think it is enough to have the link to Watir Search at watir.com/support. Footer for this group is short on purpose. Nobody

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

2010-08-31 Thread Željko Filipin
http://stackoverflow.com/questions/3602466/firefox-and-watir-wouldnt-work-on-windows-due-to-a-singularize-method-not-found -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

[wtr-general] Watir at Wikipedia

2010-08-31 Thread Željko Filipin
There is an article on Watir at Wikipedia [1]. I have decided to clean it up, because it was out of date. If anybody has a minute, please take a look, fix something, or let me know what should be fixed. Thanks, Željko -- [1] http://en.wikipedia.org/wiki/Watir -- Before posting, please read

[wtr-general] Watir in Scheme!

2010-08-31 Thread Željko Filipin
http://code.google.com/p/win-control/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi -- Before posting, please read http://watir.com/support. In

Re: [wtr-general] Watir at Wikipedia

2010-08-31 Thread Željko Filipin
2010/8/31 Pallavi Sharma write2pall...@gmail.com The handling pp ups example should link to the popup handling example at the watir site. Thanks for the comment. I have completely removed examples section, as suggested by wikipedia (at the top of the watir page). Željko -- Before posting,

Re: [wtr-general] Re: Jssh for Firefox 4.0 beta3

2010-09-01 Thread Željko Filipin
Hi, Comments are inline. On Tue, Aug 31, 2010 at 6:05 PM, Super Kevy kpe...@scholarshipamerica.org wrote: - Error: Failed to build gem native extension Do you have devkit installed? I am not sure it is supported on windows 2000. 4. Install the webdriver 5. Test it: in firefox --

Re: [wtr-general] couple of backtraces

2010-09-01 Thread Željko Filipin
Please create tickets for these in Jira: http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowtocreateaJiraTicket%3F Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them vidipodkast.com - pričamo o hardveru, softveru i

Re: [wtr-general] Unable to click on a radio button

2010-09-01 Thread Željko Filipin
On Wed, Sep 1, 2010 at 8:22 AM, Ashok Prabhu ashokprab...@gmail.com wrote: However I m unable to click on it using the udefDisplayViewName attribute. And the error message is? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software

Re: [wtr-general] Unable to click on a radio button

2010-09-01 Thread Željko Filipin
On Wed, Sep 1, 2010 at 8:22 AM, Ashok Prabhu ashokprab...@gmail.com wrote: ie.modal_dialog.table(:index,1).cell(:index, 5).radio(:udefDisplayViewName, Data).click This page links to a few pages that say how Watir API works: http://wiki.openqa.org/display/WTR/Summary These pages will tell you

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

2010-09-01 Thread Željko Filipin
http://stackoverflow.com/questions/3614865/firewatir-firewatir-returns-undefined-method-error-in-eclipse http://stackoverflow.com/questions/3608515/jssh-telnet-fails-even-after-installing-the-add-on-on-linux -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] Automated saving/capturing page DOM

2010-09-02 Thread Željko Filipin
On Wed, Sep 1, 2010 at 7:30 PM, James Wilson jwilson...@gmail.com wrote: is there a way to get a DOM shot that captures the HTML, CSS, and JS to disk so it can be re-rendered at a later point? I see how this would be really useful. If anybody knows how to do this, I am really interested too.

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

2010-09-02 Thread Željko Filipin
http://stackoverflow.com/questions/3624359/issues-with-link-on-watir-and-safari -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post:

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

2010-09-02 Thread Željko Filipin
http://stackoverflow.com/questions/602069/autocomplete-dropdown-test-with-ruby-watir -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post:

Re: [wtr-general] Re: Running consecutive DOS commands in Ruby

2010-09-02 Thread Željko Filipin
On Thu, Sep 2, 2010 at 1:38 PM, Srinidhi srinidhi...@gmail.com wrote: I have a situation where i have to invoke command line tools like putty_sftp and OpenSSH from ruby script for automation How is this related to Watir? You should post your question in a Ruby group/forum/mailing list. Or,

Re: [wtr-general] Re: Running consecutive DOS commands in Ruby

2010-09-02 Thread Željko Filipin
On Thu, Sep 2, 2010 at 1:38 PM, Srinidhi srinidhi...@gmail.com wrote: So the problem is i can single DOS command in ruby and store the output(using system( ),exec( )), but here were are talking abt multiple DOS commands to achieve the goal. And the problem is? Show us the code (and error

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

2010-09-02 Thread Željko Filipin
http://stackoverflow.com/questions/3626789/is-it-possible-to-open-a-new-tab-in-watir-webdriver -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

Re: [wtr-general] new window automation library: WinWindow

2010-09-02 Thread Željko Filipin
On Wed, Sep 1, 2010 at 5:35 PM, Ethan notet...@gmail.com wrote: its aim is to represent a window (such as an IE window, or a javascript popup), and expose windows API methods in an object-oriented, ruby-like way. Ethan, this is great news. I will take a look at it as soon as I get a few

Re: [wtr-general] JsshSocket::JSSyntaxError: missing ; before statement

2010-09-03 Thread Željko Filipin
On Fri, Sep 3, 2010 at 10:15 AM, USMAN ALI inform2us...@gmail.com wrote: got this error what's its fix Please provide the code that caused the error. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them

Re: [wtr-general] Issue with modal dialog

2010-09-03 Thread Željko Filipin
On Fri, Sep 3, 2010 at 9:02 AM, Ashok Prabhu ashokprab...@gmail.com wrote: However it did not work still. What have you done? Show us the code. I did not have to work with pop ups a lot, but I would recommend reading these: http://wiki.openqa.org/display/WTR/Pop+Ups http://winwindow.vapir.org/

Re: [wtr-general] Pointers to docs

2010-09-03 Thread Željko Filipin
On Fri, Sep 3, 2010 at 12:42 PM, Ashok Prabhu ashokprab...@gmail.com wrote: However I m still unclear about locating elements in a dom in cases like elements inside nested tables, nested frames and elements based on the index attribute. Show us the code and we will suggest solutions. Are

Re: [wtr-general] RE:Automating command line tools

2010-09-03 Thread Željko Filipin
On Fri, Sep 3, 2010 at 3:04 PM, Srinidhi srinidhi...@gmail.com wrote: Is it possible to automate command line tools like puttysftp or openSSH in ruby. You should as this at a ruby forum. Or wait here, maybe somebody replies. My guess is that there are ftp and ssh libraries in ruby. Željko --

Re: [wtr-general] How to pass variable to attach method

2010-09-06 Thread Željko Filipin
On Mon, Sep 6, 2010 at 6:55 AM, xulivan xuli...@yahoo.com wrote: @ie = Watir::IE.attach(:title,/.*MatchString.*/) If I understood what you want, this should work (not tested): how = :title what = /.*MatchString.*/ @ie = Watir::IE.attach(how, what) or how = :url what =

Re: [wtr-general] using Watir to open tab in current open browser

2010-09-06 Thread Željko Filipin
On Mon, Sep 6, 2010 at 1:46 AM, mattwatir green...@gmail.com wrote: I have been trying to find out how to allow Watir to open a tab in a current browser (which is already opened) with it opening a new browser window... Why do you care if a page is opened in a tab or in a window? If the new

Re: [wtr-general] watir dynamic value

2010-09-06 Thread Željko Filipin
On Sun, Sep 5, 2010 at 7:56 PM, nix amritd...@gmail.com wrote: Iam unable to click on a dynamically generated value. How would you know which link to click if you were doing it manually? In other words, is any portion of the link not changing? Željko -- watir.com - community manager

[wtr-general] Minor changes to watir.com

2010-09-06 Thread Željko Filipin
I have just noticed this on watir.com: They support Internet Explorer on Windows, Firefox on Windows, Mac and Linux, Safari on Mac, Chrome on Windows and Flash testing with Firefox. I have changed it to: They support Internet Explorer on Windows, Firefox and Chrome on Windows, Mac and Linux and

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

2010-09-06 Thread Željko Filipin
http://stackoverflow.com/questions/3643179/failed-watir-installation-server-2003 -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post:

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