[wtr-general] Problem with Logger and condition if/else Watir | Testwise

2014-12-18 Thread Mohan MK
Hi All, In below code I am trying to iterate 2 loops of data from data sheet one positive and one negative scenario and using “logger” to log “PASS” and “FAIL”. Problem I am facing are 1. When I run the script with negative “say invalid password” the script stops at line marked in Red bold

Re: [wtr-general] Problem with Logger and condition if/else Watir | Testwise

2014-12-18 Thread 'John Fitisoff' via Watir General
Think you need this if @browser.text.include?(Signed in!) == true   # Something...elseend Think there's more than one spreadsheet library but you should be able to query the spreadsheet object for the number of of rows that it has (take a look at the rdocs for it.) Then you could do something

[wtr-general] Fwd: Bazaar 2015

2014-12-18 Thread Željko Filipin
Hi, I am forwarding this announcement because I think members of the group could be interested in attending the conference. Željko Filipin -- Forwarded message -- From: Bret Pettichord b...@pettichord.com Date: Fri, Dec 12, 2014 at 7:01 PM Subject: Bazaar 2015 To:

[wtr-general] Re: Can not clear selected options in a multi select list whilst driving the browser in headless mode using watir webdriver

2014-12-18 Thread Costa Antzoulatos
Managed to solve the issue thanks to some help from a reply I got here - http://stackoverflow.com/questions/27495966/can-not-clear-selected-options-in-a-multi-select-list-whilst-driving-the-browser Looks like I was using a very old version of the selenium-server-standalone jar. I upgraded the