Re: [wtr-general] watir example fails

2017-01-06 Thread Titus Fortner
"entry.101" is a textarea element not a text_field element. You used to be able to use text_field for both, now you have to specify the type you want. This code will do exactly what you want: require 'watir' browser = Watir::Browser.new browser.goto 'bit.ly/watir-example'

[wtr-general] watir example fails

2017-01-06 Thread c w
Hi, I am a bit frustrated as this used to be working few years ago. I try again as I intend to try to use back watir and I have no idea why starting with the second element scripts are failing on the watir example Just run this: require 'rubygems' require 'watir' driver =