Re: [wtr-general] Re: New select list code is not working(WATIR 6.8)

2017-09-04 Thread rajagopalan madasami
No I am not. Actually it's choosing but it's not reflecting, clicking the option through selenium refreshes the page and once option is selected field gets disabled but nothing is happening while I choose through JavaScript. On 04-Sep-2017 11:30 PM, "Titus Fortner" wrote:

Re: [wtr-general] Re: New select list code is not working(WATIR 6.8)

2017-09-04 Thread Titus Fortner
Out of curiosity, are you testing it on a site using React? On Mon, Sep 4, 2017 at 12:18 AM, wrote: > To be close it 's choosing but not reflecting in the select list. But > selenium select does the Job properly. I believe after the choose, > selenium is

[wtr-general] Re: New select list code is not working(WATIR 6.8)

2017-09-04 Thread rajagopalanmadasami
To be close it 's choosing but not reflecting in the select list. But selenium select does the Job properly. I believe after the choose, selenium is triggering something which Javascript fails to trigger that. On Monday, September 4, 2017 at 12:23:48 PM UTC+5:30, rajagopal...@gmail.com

[wtr-general] New select list code is not working(WATIR 6.8)

2017-09-04 Thread rajagopalanmadasami
I have written the below code browser.select_list(:id, "ProductGroup").select!("Fire Products") It's not choosing any option as well as it's not throwing any error. I know this has been done through Java script and don't know why it's not working. -- -- Before posting, please read