[wtr-general] Re: Parametrization in Watir

2014-02-13 Thread Super Kevy
TRY: http://roo.rubyforge.org/ and search the group for this topic also search xls.rb and read excel in this group you'll find hints and methods I personally use xls.rb https://github.com/bash0C7/XLS/blob/master/xls.rb xls.rb exists all over the web. I put this and an excel spreadsheet

[wtr-general] Has anyone used the Module: Watir::PerformanceHelper

2014-02-13 Thread Super Kevy
Has anyone used the Module: Watir::PerformanceHelper Ref: http://90kts.com/2011/04/19/watir-webdriver-performance-gem-released/ I'm curious about it and would like to know more. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

[wtr-general] Re: Has anyone used the Module: Watir::PerformanceHelper

2014-02-13 Thread Dan
I've used it, but it doesn't seem to be maintained anymore. IIRC I stopped using it because it stop working due to various breaking browser updates, but I just tried it now and it seems to be ok with Firefox and Chrome at least, so maybe I'm not remembering correctly? I don't think it works

Re: [wtr-general] Re: Parametrization in Watir

2014-02-13 Thread Oscar Rieken
I would recommend learning ruby. and using spreadsheets probably not the best way to go about creating data. there several gems out there that can help you On Thu, Feb 13, 2014 at 10:27 AM, Super Kevy kpe...@scholarshipamerica.orgwrote: TRY: http://roo.rubyforge.org/ and search the group for

[wtr-general] Re: [Watirwebdriver]- How to select current date from date picker

2014-02-13 Thread Andrew Leaf
On Wednesday, February 12, 2014 5:58:17 AM UTC-6, Fayaz Sk wrote: Tried as below as well but still its not selecting the active currentdate: @browser.span(:class = add-on sm-icon-calendar).click @browser.a(:class = ui-state-default ui-state-highlight ui-state-active).click There are

[wtr-general] Re: Parametrization in Watir

2014-02-13 Thread Super Kevy
Oscar is right I may have given you a tough example so I'll dumb it down, but it may not be dumbed down enough. Simple ruby hash example: Ref: google search: Ruby Class Hash myHash = { userName = henry, password=thepw } In your form fill assume two text fields login and password