Re: [wtr-general] Re: b.select_list.select is not working in 6.16

2018-12-19 Thread Titus Fortner
Our specs are all passing, so you need to provide a reproducible issue so we can add the use case to our test suite. On Wed, Dec 19, 2018 at 8:50 AM Justin Ko wrote: > > Can you elaborate on what is not working? > > I get the same behaviour in 6.14 and 6.16 when running the below script - ie > `

[wtr-general] Re: b.select_list.select is not working in 6.16

2018-12-19 Thread Justin Ko
Can you elaborate on what is not working? I get the same behaviour in 6.14 and 6.16 when running the below script - ie `browser.select_list.select` does not select anything. gem 'watir', '=6.14' require 'watir' browser = Watir::Browser.new browser.goto 'test_page.html' browser.select_list.sele

[wtr-general] b.select_list.select is not working in 6.16

2018-12-19 Thread rajagopalanmadasami
hi Titus, b.select_list().select is not working in 6.16 but it's working 6.14. So I have written `b.select_list().option.select` and it's working fine. So it's a clear bug in WATIR 6.16 -- -- Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Wa