Re: [wtr-general] Re: How to click a button which is having all the property dynamic ?

2011-03-15 Thread Srinivas Pavuluru
Sorry, It was my mistake, method which i told was using QTP, not in WATIR. Thank you guys for your help. On Tue, Mar 15, 2011 at 3:49 PM, Srinivas Pavuluru wrote: > We can use 2 ways. > > First method is use reglar expression. ".*" > > > Method 2 is > -- > > Set vBtnDetails = Des

Re: [wtr-general] Re: Watir 1.8.0 final is out!

2011-03-15 Thread Charley Baker
There are still some changes that need to be made for 1.9.2. Current recommended version is 1.8.7. Cheers, Charley On Tue, Mar 15, 2011 at 3:51 PM, watirboy wrote: > Has this been tested on Ruby 1.92? > > On Feb 28, 4:39 pm, Charley Baker wrote: > > Hello all, > > > > I've pushed the 1.8.0 f

[wtr-general] Re: Windows IE9 support?

2011-03-15 Thread A.Denter
Today i have updated to IE9 final that got released today. I tried it on a system where my watir script was working previously with IE8. After updating to IE9 it still worked and I thought it is resolved. But after some investigation I realized that it was my browser cache still serving a page with

[wtr-general] Re: Re-Usable Load Testing with Watir : Optimize loadtester.rb

2011-03-15 Thread Chuck van der Linden
I agree, I've been able to kick over some sites with just 50 to 100 users hammering the homepage (it contained non-cached dynamic content d'OH!) Still using VSTS that was something I could do on a single machine and the test took maybe a half hour at most to create and run starting from nothing

[wtr-general] Re: How to click a button which is having all the property dynamic ?

2011-03-15 Thread Chuck van der Linden
On Mar 15, 12:29 am, meaculpa wrote: > For a MNC, that guy was into QTP, in QTP we can identify it with > rpository. and how exactly would you do that if in truth every property that could used to identify the thing is changing? The QTP repository is not PFM (pure freakin magic), and it requires

[wtr-general] Re: Watir 1.8.0 final is out!

2011-03-15 Thread watirboy
Has this been tested on Ruby 1.92? On Feb 28, 4:39 pm, Charley Baker wrote: > Hello all, > >  I've pushed the 1.8.0 final gems for watir and > firewatir into the pipeline. Feel free to test it out and submit any > challenges you might have. The biggest change for this release is > dropping the Ac

[wtr-general] Re: How to click a button which is having all the property dynamic ?

2011-03-15 Thread Super Kevy
Venting on: What do you mean button QTP guru The tag defines a push button Click Me! or a form button First name: Last name: Ok, done venting. On Mar 15, 8:56 am, Super Kevy wrote: > Except it may need occassional remapping and when it fails I think it > goes to index mode > > Assume

[wtr-general] Re: How to click a button which is having all the property dynamic ?

2011-03-15 Thread Super Kevy
Except it may need occassional remapping and when it fails I think it goes to index mode Assume a html page with the only content is 3 links. They have href, id, name, title, target class, text all constantly changing on every visit to the page or any refresh of the page or some funky jscript.

Re: [wtr-general] Re: Watir Book

2011-03-15 Thread Željko Filipin
On Tue, Mar 15, 2011 at 12:46 PM, Alastair Montgomery wrote: > MOBI and EPUB formats should cover all current eReaders :) epub is uploaded :) https://github.com/zeljkofilipin/watirbook/downloads Željko -- Before posting, please read http://watir.com/support. In short: search before you ask,

Re: [wtr-general] Watir Book

2011-03-15 Thread Shiv
Congrats...its a great initiative good luck, shiv On Tue, Mar 15, 2011 at 5:42 AM, Željko Filipin wrote: > Hi, > > I have started writing a book on Watir. My family has agreed that I can work > on the book for about 8 hours almost every Saturday. > > The source (markdown) will always be free at

[wtr-general] Re: Watir Book

2011-03-15 Thread Alastair Montgomery
MOBI and EPUB formats should cover all current eReaders :) -- 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 watir-general+unsubscr...@googlegroups.com

Re: [wtr-general] Re: How to click a button which is having all the property dynamic ?

2011-03-15 Thread Srinivas Pavuluru
We can use 2 ways. First method is use reglar expression. ".*" Method 2 is -- Set vBtnDetails = Description.Create() vBtnDetails("name").value =".*" vBtnDetails("Class Name").value ="WebButton" get child objects. Use index property and click on the button. method to get child

[wtr-general] Re: Watir Book

2011-03-15 Thread Željko Filipin
I forgot to say this in the previous e-mail. Anybody can suggest formats I should convert the book to (currently only pdf, but almost anything is possible) and which chapter to write next. Of course, if you buy the book and then suggest a format/chapter, your vote will count more. :) The next cha

Re: [wtr-general] Watir Book

2011-03-15 Thread Željko Filipin
On Tue, Mar 15, 2011 at 1:18 AM, Tim Koopmans wrote: > Just bought a copy! Well done Željko for taking the initiative. I look forward to the end result =) Thanks Tim. :) Version 0.1.2 is live: https://github.com/zeljkofilipin/watirbook/downloads I have learned how to start a new chapter on a n

[wtr-general] Re: How to click a button which is having all the property dynamic ?

2011-03-15 Thread meaculpa
For a MNC, that guy was into QTP, in QTP we can identify it with rpository. -- 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 watir-general+unsubscr...@googlegroups.com

Re: [wtr-general] How to click a button which is having all the property dynamic ?

2011-03-15 Thread Tim Koopmans
who was the interview for? Cheers, Tim @90kts On Tue, Mar 15, 2011 at 5:53 PM, meaculpa wrote: > Hi, > > For an interview, I was asked this question > > " How to click a button, which have all its properties changing > dynamic ? " > > I searched and was not able to find a solution. Can anyon

[wtr-general] How to click a button which is having all the property dynamic ?

2011-03-15 Thread meaculpa
Hi, For an interview, I was asked this question " How to click a button, which have all its properties changing dynamic ? " I searched and was not able to find a solution. Can anyone please help -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.