Re: [wtr-general] How do i copy employee dataset into a textbox accurately?

2018-10-14 Thread 'John Fitisoff' via Watir General
If Titus's suggestion doesn't sort it it's worth checking to see if line breaks are getting handled properly and that the encoding is handled properly. Found a random link:

Re: [wtr-general] How do i copy employee dataset into a textbox accurately?

2018-10-14 Thread Titus Fortner
It's hard to know how to help without more information about what "erratic behavior" is. If it's a lot of text, you might try using `#set!` instead of `#set`. it uses javascript instead of Selenium, and it verifies that the value of the field matches what you passed into it. On Sun, Oct 14, 2018