Re: [wtr-general] Testing flex application

2010-09-06 Thread Željko Filipin
On Sat, Sep 4, 2010 at 12:30 PM, chunchu kartheek chunchukarth...@gmail.com wrote: Can anyone help me how to test flex apps using Watir Introduction (the first page of Watir Tutorial) says: Watir will not work with ActiveX plugin components, Java Applets, Macromedia Flash, or other plugin

Re: [wtr-general] HTML element order different in IE8 from IE7

2010-09-06 Thread Željko Filipin
On Sat, Sep 4, 2010 at 4:36 PM, Lisa Crispin lisa.cris...@gmail.com wrote: I tried to create a Jira account to enter this bug and got a npe, rats. Lisa, thanks for letting us know. I will contact Patrick Lightbody ( http://twitter.com/plightbo), he is in charge of Jira. Željko -- watir.com -

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

2010-09-07 Thread Željko Filipin
http://stackoverflow.com/questions/3652582/alert-box-in-waitr-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 http://groups.google.com/group/watir-general To post:

Re: [wtr-general] How to use Watir::Simple Module

2010-09-07 Thread Željko Filipin
On Tue, Sep 7, 2010 at 11:26 AM, Ekin Han nbkhic...@gmail.com wrote: Could you kindly tell me how to use Watir::Simple module Why would you like to use it? Watir API is not so complicated. I do not think it is supported any more. I want to select all items from a multi-select_list Take a look

Re: [wtr-general] How to use Watir::Simple Module

2010-09-07 Thread Željko Filipin
On Tue, Sep 7, 2010 at 11:59 AM, Ekin Han nbkhic...@gmail.com wrote: I know I can select each item with text, but now I want to selct each option by using value. browser.select_list(how, what).select_value(value) Can can I get all the value of each option? Did not understand this. Željko --

Re: [wtr-general] How to use Watir::Simple Module

2010-09-07 Thread Željko Filipin
On Tue, Sep 7, 2010 at 12:16 PM, Ekin Han nbkhic...@gmail.com wrote: Is there any method to get the array? This should work (from http://wiki.openqa.org/display/WTR/Selection+Boxes): browser.select_list(how, what).getAllContents Željko -- Before posting, please read http://watir.com/support.

Re: [wtr-general] Error on initial install of Watir

2010-09-08 Thread Željko Filipin
On Thursday, September 9, 2010, blkjk blkjk@gmail.com wrote:  Error installing Watir.ActiveSupport requires Ruby Version 1.8.7 Take a look at this: http://stackoverflow.com/questions/3643179/failed-watir-installation-server-2003/3651285#3651285 Željko -- Before posting, please read

Re: [wtr-general] Watir on Ruby 1.9.2

2010-09-09 Thread Željko Filipin
On Thu, Sep 9, 2010 at 6:18 AM, Jason freezingki...@gmail.com wrote: I'm in a slight quandry where Rails3.0 requires ruby 1.9.2, but Watir only appears to run on 1.8.6 Until Watir supports Ruby 1.9, there are two solutions (neither tested): - watir-webdriver (not sure if it works on 1.9):

Re: [wtr-general] How to access attribute link eg. onclick

2010-09-09 Thread Željko Filipin
On Thu, Sep 9, 2010 at 6:11 AM, KH khenghuat...@gmail.com wrote: I've a link a onclick=jsmethod('xx' , 'bb') test it/a How to i access onclick attribute and retrieve the jsmethod params ?? I would suggest to use :html or :xpath. Example (not tested): browser.link(:html, /'xx' , 'bb'/).click

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

2010-09-09 Thread Željko Filipin
http://stackoverflow.com/questions/3674706/need-to-handle-webpage-dialog-using-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] user require 'win32ole'

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 8:17 AM, Quang quang...@gmail.com wrote: I user gem ocra 1.2.0, build file ruby application (.exe) run myscript.exe Failed to create directory 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp \ocr6B1.tmp\lib\ru by\site_ruby\1.8\.'. I am not sure what you are doing and what the

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

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 11:11 AM, al3kc aleks.kiev...@gmail.com wrote: So watir-webdriver will be final solution to support FF4.0? As far as I understood it, yes. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this

Re: [wtr-general] Re: user require 'win32ole'

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 1:47 PM, Quang quang...@gmail.com wrote: but when build and run happen that problem Does it work when running from ruby (and not from exe file)? Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received

Re: [wtr-general] Re: user require 'win32ole'

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 2:31 PM, Quang quang...@gmail.com wrote: With Ruby it runs, but with exe file it report error that In that case I would suggest that you post to support forum of the software that you have used to build exe file, since looks like the problem is there. Željko -- Before

Re: [wtr-general] Re: How to Click on ENTER keystroke in Watir-WebDriver

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 4:31 PM, Usman Hussain usmanhhuss...@gmail.com wrote: Its a Javascript window... Its a pop up box with only an OK button... I think this could help you: http://stackoverflow.com/questions/3652582/alert-box-in-waitr-webdriver

Re: [wtr-general] Re: How to Click on ENTER keystroke in Watir-WebDriver

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 5:38 PM, Sarndeep Nijjar sarndeepnij...@googlemail.com wrote: here you go dumbass: -- In short: search before you ask, be nice. Did you read the footer of every mail sent from this group? It reads: be nice. If you do not like the question, ignore it. There is no need

Re: [wtr-general] Re: How to Click on ENTER keystroke in Watir-WebDriver

2010-09-10 Thread Željko Filipin
On Fri, Sep 10, 2010 at 5:51 PM, Sarndeep Nijjar sarndeepnij...@googlemail.com wrote: chill pedro, hes a personal friend. We can not know that. In any case, such language is not welcome here. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be

Re: [wtr-general] Re: How to Click on ENTER keystroke in Watir-WebDriver

2010-09-13 Thread Željko Filipin
On Mon, Sep 13, 2010 at 9:46 AM, Usman Hussain usmanhhuss...@gmail.com wrote: I tried the first link but the error im getting is: no such file to load -- watir-webdriver/extensions/alerts (LoadError) Is this because of the version of Watir-WebDriver im using? Im using watir-webdriver 0.0.9 I

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

2010-09-13 Thread Željko Filipin
http://stackoverflow.com/questions/3688515/watir-how-do-drive-outlook-web-access -- 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-13 Thread Željko Filipin
http://stackoverflow.com/questions/3697646/rails-app-using-selenium-but-not-for-testing-how-to-organize -- 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] Unable to locate object

2010-09-13 Thread Željko Filipin
On Mon, Sep 13, 2010 at 1:54 PM, Cyril Gonsalves cyril.gonsal...@mastek.com wrote: The problem i face is that login is neither an image nor a button It is a button: input border=0 type=image onclick=return validation() src= http://img1.moneycontrol.com/images/portfolio/new/login.jpg; More

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

2010-09-13 Thread Željko Filipin
http://stackoverflow.com/questions/3701079/installing-watir-web-driver-on-fedora-linux -- 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] Close All browser function

2010-09-14 Thread Željko Filipin
On Tue, Sep 14, 2010 at 11:28 AM, Usman Hussain usmanhhuss...@gmail.com wrote: undefined method `close_all' for #Watir::Browser:0x3dcb1b0 My guess is that close_all method in not implemented in watir-webdriver. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com

Re: [wtr-general] Re: Close All browser function

2010-09-14 Thread Željko Filipin
On Tue, Sep 14, 2010 at 12:12 PM, Usman Hussain usmanhhuss...@gmail.com wrote: if i put @browser#quit it again wont work. Jari said you should take a look at Browser#quit. It is a way to reference method of a class (in Ruby). It is not executable code. That means quit method in Browser class.

Re: [wtr-general] Trying to test for table data

2010-09-15 Thread Željko Filipin
On Tue, Sep 14, 2010 at 9:58 PM, Watir General sean...@gmail.com wrote: 9if browser.table(:id, dataTableBody).include?(146173) NoMethodError: undefined method `include?' for #Watir::Container::Table:0x1010e1710 You are calling include? method on a table object, and Ruby complains. You

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

2010-09-15 Thread Željko Filipin
http://stackoverflow.com/questions/3710550/issue-retrieving-custom-attribute -- 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] Trying to test for table data

2010-09-16 Thread Željko Filipin
What version of Watir are you using? OS? Browser? Ruby? Rubygems? Ž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 get all the links from Paginated search result page

2010-09-16 Thread Željko Filipin
On Thu, Sep 16, 2010 at 11:40 AM, Soori sure...@gmail.com wrote: Please let me know if there any best approach to do this. What is the problem? What have you tried? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of

Re: [wtr-general] Re: How to get all the links from Paginated search result page

2010-09-16 Thread Željko Filipin
On Thu, Sep 16, 2010 at 11:46 AM, Soori sure...@gmail.com wrote: I haven't tried anything till now In that case, browse this site for a few minutes: http://watir.com/ Then read this: http://wiki.openqa.org/display/WTR/tutorial and let us know if you have questions. Željko -- Before

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

2010-09-16 Thread Željko Filipin
On Thu, Sep 16, 2010 at 12:34 AM, Bret Pettichord b...@pettichord.com wrote: I am sorry that the Watir Stack Exchange site did not work out. I am not so sorry. All I wanted is for people to use Stack Overflow software, and looks like it is more used now. I like the idea of encouraging people

Re: [wtr-general] Date Functions

2010-09-16 Thread Željko Filipin
On Thu, Sep 16, 2010 at 12:00 PM, sivam sivamma...@gmail.com wrote: Actually my string is September 13, 2010 5:54:32 PM. I need to compare this string with 09/13/2010. Take a look: http://ruby-doc.org/core/classes/Date.html Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] Re: Trying to test for table data

2010-09-16 Thread Željko Filipin
On Thu, Sep 16, 2010 at 3:42 PM, Watir General sean...@gmail.com wrote: OS? OSX 10.6.4 Browser? Safari 5.0.2 Well if you have said earlier the problem would be solved long time ago. :) You are not using watir gem, but safariwatir gem. Looks like safariwatir does not have text method

Re: [wtr-general] Re: How can you avoid Omniture recording when using WaTiR to test production website?

2010-09-20 Thread Željko Filipin
On Mon, Sep 20, 2010 at 4:41 AM, Chad Larkin clar...@toolbox.com wrote: In this particular case the easiest solution turned out to be to alter the host file of the machine on which the automation test were running and set the URL for the metrics to 127.0.0.1. Good idea. :) Željko -- watir.com

Re: [wtr-general] how to access just body's row of table.EOM

2010-09-20 Thread Željko Filipin
Please post what you have tried so far and html of the table. EOM Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them -- Before posting, please read http://watir.com/support. In short: search before you ask, be

Re: [wtr-general] Site Actions menu of SharePoint doesn't work in WatiN

2010-09-20 Thread Željko Filipin
On Mon, Sep 20, 2010 at 12:18 PM, saphia phbt...@gmail.com wrote: I use WatiN You have posted this to the wrong group: Watir (Ruby). For Watin (.Net) support please see http://watin.sourceforge.net/ Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio

Re: [wtr-general] how to access just body's row of table.EOM

2010-09-20 Thread Željko Filipin
On Mon, Sep 20, 2010 at 2:35 PM, USMAN ALI inform2us...@gmail.com wrote: its return strings expected array of watir table rows... Can you paste what you get and then what you would like to get? I have never used it, but looks like Watir can access tbody [2] tag directly: browser.tbody(how,

Re: [wtr-general] Watir-Based Janova is LIVE!

2010-09-20 Thread Željko Filipin
On Mon, Sep 20, 2010 at 2:39 PM, Jeff Lusenhop jlusen...@gmail.com wrote: Janova's foundation is Watir I am glad to see that Watir is used commercially. I took a look at your site, but did not even read the whole home page. I stopped reading as soon as I got to no coding is necessary. Would you

[wtr-general] Watir Podcast #37: Jeff Lusenhop on Janova

2010-09-20 Thread Željko Filipin
This Thursday, September 23rd 2010, 5 pm UTC, I will record a podcast with Jeff Lusenhop on Janova. Charley Baker and (maybe) Felipe Knorr Kuhn will be the co-hosts (depending on how Felipe's new and shiny iPhone behaves). Have questions for Jeff? Let me know. Željko -- watir.com - community

Re: [wtr-general] Will the future version support xpath?

2010-09-21 Thread Željko Filipin
On Tue, Sep 21, 2010 at 4:06 AM, Ekin Han nbkhic...@gmail.com wrote: will he future version of watir still support xpath? The future is already here! :) http://wiki.openqa.org/display/WTR/XPath By the way, Google is your friend: http://www.google.com/search?q=watir+xpath Željko -- watir.com

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

2010-09-21 Thread Željko Filipin
http://stackoverflow.com/questions/3754665/firewatir-firewatir-is-not-opening-firefox -- 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] Get Xpath of Element

2010-09-23 Thread Željko Filipin
On Wed, Sep 22, 2010 at 12:40 PM, Danijel danijel.vuko...@gmail.com wrote: I'm searching for elements for specified text. When i found this text- element i should get Xpath of this element to locate anoher element filled with Document Id . Is any possibility xpath of element? I am not sure I

Re: [wtr-general] Script runs well in irb, but not when i run it using as a whole

2010-09-23 Thread Željko Filipin
On Thu, Sep 23, 2010 at 12:18 PM, Hrishikesh Bose hrishikesh.b...@gmail.com wrote: require Watir Change this to require watir (watir instead of Watir), just in case. ie.frame(:src,./app).text_field(:id,c_nameFieldId).set admin Unable to locate element, using :id, c_nameFieldId Since it works

Re: [wtr-general] Script runs well in irb, but not when i run it using as a whole

2010-09-23 Thread Željko Filipin
On Thu, Sep 23, 2010 at 1:53 PM, Hrishikesh Bose hrishikesh.b...@gmail.com wrote: wait_until didn't worked. it throws the following error ANS Automation.rb:6: undefined method `wait_until' for main:Object (NoMethodError) Do i have to include any other library other than watir and rubygem I am

Re: [wtr-general] Welcome Jarmo Pertman to the core Watir team

2010-09-27 Thread Željko Filipin
Jarmo, welcome to the team! :) One comment inline. On Fri, Sep 24, 2010 at 11:26 PM, Charley Baker charley.ba...@gmail.com wrote: I'd recommend anyone doing Watir testing to also do a podcast with Zeljko +1 :) Željko -- Before posting, please read http://watir.com/support. In short:

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

2010-09-27 Thread Željko Filipin
http://stackoverflow.com/questions/3789425/how-can-i-have-watir-recognize-an-input-tag-with-a-custom-class -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] Watir handling of ul and ol tags

2010-09-28 Thread Željko Filipin
On Tue, Sep 28, 2010 at 4:09 PM, Mark Winteringham winteringham.m...@gmail.com wrote: I just wanted to find out if Watir handles ol tags Looks like Watir does not support it: http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir But, Watir has xpath support, so you could access

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

2010-09-29 Thread Željko Filipin
http://stackoverflow.com/questions/3810404/onclick-event-does-not-work-for-editbox-in-firewatir -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 3:10 PM, Wesley Chen cjq@gmail.com wrote: It will be the best if my script can capture only the latest error interface errors. If I understood you, you want to parse a log file and create a report? If that is correct, I have a script that does just that. It is easy to

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 3:17 PM, Wesley Chen cjq@gmail.com wrote: I have to capture the log from the remote server with username/password. I will access it in my machine. The problem is opening a remote file? Or something else? What have you tried so far? Any code to share? Maybe your

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 3:24 PM, Wesley Chen cjq@gmail.com wrote: I use Windows system, I want to use ruby script to access a remote file in a linux server, I have to input Username and password to access the linux server. How do you access the file, via FTP?

Re: [wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 4:02 PM, Mark Winteringham winteringham.m...@gmail.com wrote: Seems a little odd to me that UL is in there but not OL You could create a ticket: http://jira.openqa.org/browse/WTR Željko -- Before posting, please read http://watir.com/support. In short: search before

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-30 Thread Željko Filipin
On Thu, Sep 30, 2010 at 5:39 AM, Wesley Chen cjq@gmail.com wrote: I tried your suggestion, but I didn't find the solution. You still did not say what is the problem! :) What did you try? Show us the code. (Remove username/password.) Željko -- Before posting, please read

Re: [wtr-general] Random value from a select list

2010-09-30 Thread Željko Filipin
On Thu, Sep 30, 2010 at 3:15 PM, ISmellGas guard1883-goo...@yahoo.co.uk wrote: Is it possible to get the contents of the select list into an array, count how many items are in that array and select a random one? Sure, select_list.options will return array of contents, then just pick a random

Re: [wtr-general] Re: Random value from a select list

2010-09-30 Thread Željko Filipin
On Thu, Sep 30, 2010 at 4:29 PM, ISmellGas guard1883-goo...@yahoo.co.uk wrote: @contents = b.select_list(:name, mydropdown).getAllContents @length = b.select_list(:name, mydropdown).getAllContents.length You could do it this way: @length = @contents.length @random = Kernel.rand(@length)

Re: [wtr-general] Watir 1.6.6 final released

2010-10-04 Thread Željko Filipin
On Sun, Oct 3, 2010 at 8:35 PM, Charley Baker charley.ba...@gmail.com wrote: We are happy to announce that a (very) long-waited (Fire)Watir 1.6.6 final gem is out! Feel free to spread the word: http://watir.com/2010/10/04/watir-1-6-6-final-released/

Re: [wtr-general] Is Watir supports desktop application?

2010-10-04 Thread Željko Filipin
On Mon, Oct 4, 2010 at 4:35 PM, Maumita maumita.majum...@gmail.com wrote: Is this possible to test a desktop application using Watir or it only supports web based application. Web applications only. So it will be great if anyone can advice me for an automation tool (OpenSource) to test the

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

2010-10-05 Thread Željko Filipin
http://stackoverflow.com/questions/3861871/can-i-use-watir-to-scrape-data-from-a-website-on-a-linux-server-without-monitor http://stackoverflow.com/questions/3859769/full-and-true-automation-with-watir-and-autoit -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Watir Podcast #37: Jeff Lusenhop on Janova

2010-10-05 Thread Željko Filipin
Charley and I talk with Jeff on Janova (part 1 of 3): http://watirpodcast.com/37-jeff-lusenhop-on-janova/ http://twitter.com/#!/watirpodcast/status/26444373519 Feel free to spread the word and comment (here, at watirpodcast.com or at Twitter). :) Željko -- watir.com - community manager

Re: [wtr-general] Re: Watir installation errors

2010-10-05 Thread Željko Filipin
On Tue, Oct 5, 2010 at 1:58 PM, sam neu2...@gmail.com wrote: Installed ruby 1.9.2 using rubyinstaller-1.9.2-p0.exe This application has failed to start becuase msvcrt-ruby18.dll was not found. I think Watir does not work on Ruby 1.9. The error message says it could not find a file that looks

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

2010-10-06 Thread Željko Filipin
http://stackoverflow.com/questions/3867703/how-can-i-get-click-events-to-work-when-chaining-elements-in-watir -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

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

2010-10-07 Thread Željko Filipin
http://stackoverflow.com/questions/3878965/abnormal-termination-running-an-rspec-watir-script -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] Javascript created div elements

2010-10-07 Thread Željko Filipin
On Wed, Oct 6, 2010 at 7:13 PM, CJ cjr...@gmail.com wrote: I did an if test to see if it exists using this: if b.div(:id, ta_1).exists? It says it doesn't. Is it in a frame? http://wiki.openqa.org/display/WTR/Frames Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] Javascript created div elements

2010-10-07 Thread Željko Filipin
On Thu, Oct 7, 2010 at 5:05 PM, CJ Romberger c...@wildwoodinteractive.com wrote: No, it's not in a frame, but it doesn't exist if you do view source because the javascript and ajax did a document.write to create it after the first save. That should not be a problem for Watir. Maybe the element

Re: [wtr-general] Javascript created div elements

2010-10-07 Thread Željko Filipin
On Thu, Oct 7, 2010 at 5:06 PM, CJ Romberger c...@wildwoodinteractive.com wrote: Say the parent element is another div with an id of wide_right_1 for example. browser.div(:id = wide_right_1) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be

Re: [wtr-general] is tis the best thead or advice for drop drag

2010-10-11 Thread Željko Filipin
On Fri, Oct 8, 2010 at 3:44 PM, Super Kevy kpe...@scholarshipamerica.org wrote: Is this the best thread or advice for drop drag? I also know of these (not used it): http://wiki.openqa.org/display/WTR/Possibilities+For+New+Events+in+Watir

Re: [wtr-general] Re: Manipulate Keystrokes on a MAC

2010-10-11 Thread Željko Filipin
On Thu, Oct 7, 2010 at 6:35 PM, Eric Mathiesen mathiese...@gmail.com wrote: DONT BUY A MAC. As far as I know, a lot of Watir developers use a Mac. (But it looks like nobody has to send keystrokes.) Željko -- Before posting, please read http://watir.com/support. In short: search before you

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

2010-10-11 Thread Željko Filipin
http://stackoverflow.com/questions/3894952/how-to-click-a-button-element-in-watir -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

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

2010-10-12 Thread Željko Filipin
http://stackoverflow.com/questions/3909260/does-watir-work-with-ironrubyor-net-in-any-other-way http://stackoverflow.com/questions/3905209/click-on-popup-linux -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

Re: [wtr-general] Version 1.6.6 doesn't show correct version number

2010-10-12 Thread Željko Filipin
On Mon, Oct 11, 2010 at 7:35 PM, Ning Cao n...@adready.com wrote: -e:1: warning: toplevel constant VERSION referenced by Watir::IE::VERSION 1.8.6 Reproduced. You should probably create a ticket: http://wiki.openqa.org/display/WTR/Create+Jira+Ticket Željko -- watir.com - community manager

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

2010-10-13 Thread Željko Filipin
http://stackoverflow.com/questions/3917253/firewatir-firewatir-scripts-to-select-a-item-from-the-drop-down -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

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

2010-10-18 Thread Željko Filipin
http://stackoverflow.com/questions/3951084/how-do-i-get-at-image-title-attributes-in-watir http://stackoverflow.com/questions/3949499/html-table-to-array-ruby http://stackoverflow.com/questions/3946248/watir-can-i-open-the-file-explorer-from-file-fields

Re: [wtr-general] Google Groups or Stack Overflow?

2010-10-20 Thread Željko Filipin
On Wed, Oct 20, 2010 at 8:44 AM, JArkelen johnvanarke...@gmail.com wrote: - What is the preferred place to ask/read questions, Google Groups or Stack Overflow? If you ask me, Stack Overflow. - Will Google Groups be phased out in favour for Stack Overflow? I really hope so, but I do not see

Re: [wtr-general] Re: Google Groups or Stack Overflow?

2010-10-20 Thread Željko Filipin
On Wed, Oct 20, 2010 at 12:27 PM, Usman Hussain usmanhhuss...@gmail.com wrote: I actually prefer Google Groups. But both are easy to use. Google Groups is great for discussion. Stack Overflow is great for answering question and getting the answer. Željko -- Before posting, please read

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

2010-10-21 Thread Željko Filipin
http://stackoverflow.com/questions/3983827/watir-how-can-i-fetch-the-errors-it-displays-after-running-a-test-script-and-pla http://stackoverflow.com/questions/3980001/using-watir-to-control-multiple-firefox-instances

Re: [wtr-general] OT: What hardware do you have for hosting VM's?

2010-10-22 Thread Željko Filipin
On Thu, Oct 21, 2010 at 10:50 PM, Alan Ark ar...@compli.com wrote: I was thinking of a quad-core desktop with memory maxed out, and a somewhat speedy disk drive. Sounds good to me. I have heard that slow disk affects performance of VMs the most. Some even say you should have a separate disk for

Re: [wtr-general] Trying to monkey-patch IE#visible? in 1.6.6

2010-10-22 Thread Željko Filipin
Jarmo already answered in another thread. Did you see it? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] Re: Trying to monkey-patch IE#visible? in 1.6.6

2010-10-22 Thread Željko Filipin
On Fri, Oct 22, 2010 at 2:39 PM, Jarmo Pertman jarm...@gmail.com wrote: For me, Google Groups show it as a single thread. It was in new thread in my Gmail, it is in the same thread in Groups: http://groups.google.com/group/watir-general/browse_thread/thread/d187684ea139a055 The second post

Re: [wtr-general] Re: Important: community and company involvement

2010-10-22 Thread Željko Filipin
On Fri, Oct 22, 2010 at 2:38 PM, Jarmo Pertman jarm...@gmail.com wrote: i think that you cannot force it anyhow unless the license would be GPL or something like that. If Watir was under GPL I do not think anything would change. As far as I get it, most of the companies are not distributing

Re: [wtr-general] Important: community and company involvement

2010-10-22 Thread Željko Filipin
On Thu, Oct 21, 2010 at 10:26 PM, Charley Baker charley.ba...@gmail.com wrote: Here's a place to start with Opera: http://my.opera.com/community/forums/topic.dml?id=777152 For facebook, David Recordon is the person to ping, getting their involvement and changes into Watir:

Re: [wtr-general] Which Watir Configuration is Fastest

2010-10-25 Thread Željko Filipin
On Sun, Oct 24, 2010 at 4:13 AM, Aaron aaron.t.che...@gmail.com wrote: Is there data available on whether celerity, watir-webdriver, or watir 1.6.5 is the most scalable solution in terms of speed, CPU, and Memory usage? This is the only benchmark that I know of:

Re: [wtr-general] Uninstall

2010-10-25 Thread Željko Filipin
On Mon, Oct 25, 2010 at 11:34 AM, sivam sivamma...@gmail.com wrote: I want to move to old version 1.6.5. http://docs.rubygems.org/read/chapter/10#page38 This should work (not tested): gem uninstall watir -v 1.6.6 Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] Re: Uninstall

2010-10-25 Thread Željko Filipin
On Mon, Oct 25, 2010 at 12:06 PM, sivam sivamma...@gmail.com wrote: Is there anyway that we can install watir 1.6.5. At the same page I have linked in previous post: http://docs.rubygems.org/read/chapter/10#page33 In other words (not tested): gem install watir -v 1.6.5 Željko -- Before

Re: [wtr-general] Watir::Exception::ObjectReadOnlyException after update selenium-webdriver and watir-webdriver

2010-10-26 Thread Željko Filipin
On Tue, Oct 26, 2010 at 3:59 AM, 李亚飞 lyfi2...@sina.com wrote: I try to use watir1.6.6 with ruby1.92, all the articles say ruby1.9's thread is native . but say this code: Timeout.timeout(5) do Watir.autoit.winwait(NOTExist,,10) end it should outpout timeout expired. but actually not. I

Re: [wtr-general] Re: Need help in accessing radio button created through java script

2010-10-27 Thread Željko Filipin
On Wed, Oct 27, 2010 at 10:34 AM, vasu br.vas...@gmail.com wrote: getting the error as unable to locate element ie.radio(:name, 'accounts').set Is it in a frame? http://wiki.openqa.org/display/WTR/Frames Željko -- Before posting, please read http://watir.com/support. In short: search before

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

2010-10-28 Thread Željko Filipin
On Thu, Oct 28, 2010 at 1:39 AM, Chuck van der Linden sqa...@gmail.com wrote: What happened to the original posting? did the author delete it? gawds that's annoying I am looking at the thread: http://groups.google.com/group/watir-general/browse_thread/thread/ace3142cab4d3255 I do not think

[wtr-general] Re: Watir Podcast #37: Jeff Lusenhop on Janova

2010-11-02 Thread Željko Filipin
Part 2 of 3 is just released: http://watirpodcast.com/38-jeff-lusenhop-on-janova-2-3/ Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] Watir website can't access

2010-11-03 Thread Željko Filipin
2010/11/2 Kingson Zhou xiaomayi0...@gmail.com Watir website can't access, Could you access it? Works for me. Are you behind a firewall? Maybe it blocks the site. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them

Re: [wtr-general] Hover link which doesn't have onmouse* event handler

2010-11-05 Thread Željko Filipin
On Fri, Nov 5, 2010 at 1:53 PM, dimovich dimov...@gmail.com wrote: How can I hover this link? fire_event('onmouseover') doesn't work. I guess you have to fire another event: http://stackoverflow.com/questions/3787555/how-to-find-out-which-javascript-events-fired Željko -- watir.com - community

Re: [wtr-general] Re: Hover link which doesn't have onmouse* event handler

2010-11-05 Thread Željko Filipin
On Fri, Nov 5, 2010 at 2:34 PM, dimovich dimov...@gmail.com wrote: But how do I call this 'mouseover'? Simply calling fire_event('mouseover') doesn't work. Maybe you should fire all events listed, in the sequence they appear. The best thing would be to ask a developer what event(s) should be

Re: [wtr-general] Capture Text

2010-11-08 Thread Željko Filipin
On Mon, Nov 8, 2010 at 5:12 PM, Eric Mathiesen mathiese...@gmail.com wrote: from C:/Documents and Settings/eric.mathiesen/Desktop/fc90-script/845-Mo dified/BVT/BVT-17815/debug.rb:27 And line 27 of debug.rb is? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com

Re: [wtr-general] Capture Text

2010-11-08 Thread Željko Filipin
On Mon, Nov 8, 2010 at 5:30 PM, Eric Mathiesen mathiese...@gmail.com wrote: t[i].each do |cell| Add this line before it: puts t.inspect It will let you know what t contains. I think it contains nil since the error message is undefined method `length' for nil:NilClass. Željko -- Before

Re: [wtr-general] Using HTML report V2 - Reports displayed twice in HTML format

2010-11-09 Thread Željko Filipin
On Tue, Nov 9, 2010 at 8:22 AM, vasu br.vas...@gmail.com wrote: Iam using default HTML reporter. I did not know Watir has HTML reporter. Could you please provide more information? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software

Re: [wtr-general] Re: Using HTML report V2 - Reports displayed twice in HTML format

2010-11-10 Thread Željko Filipin
On Wed, Nov 10, 2010 at 11:39 AM, vasu br.vas...@gmail.com wrote: Please help me in this issue. Looks like nobody is using that report. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

Re: [wtr-general] Unable to call ruby script multiple times!!

2010-11-10 Thread Željko Filipin
On Wed, Nov 10, 2010 at 6:16 AM, Chethan chethan2...@gmail.com wrote: But I am unable to execute multiple times. Show us the code. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them -- Before posting, please

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

2010-11-10 Thread Željko Filipin
http://stackoverflow.com/questions/4143410/planning-to-adopt-watir-for-our-ui-testing-needs-is-it-the-right-tool -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

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

2010-11-10 Thread Željko Filipin
http://stackoverflow.com/questions/4140749/watir-script-called-within-a-watir-script -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] How to click on link using href

2010-11-10 Thread Željko Filipin
On Wed, Nov 10, 2010 at 11:02 AM, vasu br.vas...@gmail.com wrote: href='/csr/CSRUserHandler?perform=logoff Try this: ie.link(:href, /logoff/').click Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them -- Before

Re: [wtr-general] Need help in creating HTML reports

2010-11-11 Thread Željko Filipin
On Thu, Nov 11, 2010 at 5:47 AM, vasu br.vas...@gmail.com wrote: Iam using HTML class but facing some issues. And we should read your mind? Please provide more details. And i need to display the test automation status in HTML format. I would suggest that you use rspec for executing tests, it

Re: [wtr-general] Watir tests - result reporting

2010-11-12 Thread Željko Filipin
On Fri, Nov 12, 2010 at 7:03 AM, Babitha babitha.augus...@gmail.com wrote: We do not use BDD, so tools like Cucumber or RSpec probably will not suite us. Also, I found even Rspec gives its output as free text format. You can use RSpec just as a test runner for Watir tests, it does not have to

Re: [wtr-general] Unable to call ruby script multiple times!!

2010-11-12 Thread Željko Filipin
On Fri, Nov 12, 2010 at 7:35 AM, chethan sarathy chethan2...@yahoo.co.in wrote: require 'Ft_001' # This is my script Replace require with load and it will work. More information: http://stackoverflow.com/questions/4140749/watir-script-called-within-a-watir-script/4143205#4143205 Željko --

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