Re: [wtr-general] Re: WATIR locks up when button is clicked in Compatibilty Mode

2015-09-23 Thread Mike Malandra
ible. > > Do you have a site / code you can share? > If a button is supposed to navigate to another page and closes the browser > instead, we should investigate the bug. What error do you get? > > Thanks, > Titus > > On Tue, Sep 22, 2015 at 3:03 PM, Mike Malandra <mic

Re: [wtr-general] Re: WATIR locks up when button is clicked in Compatibilty Mode

2015-09-23 Thread Mike Malandra
here is a way to increase the speed, i'm all ears!), and it actually >>> closes the browser/server when the button is clicked. >>> >>> >>> On Tuesday, September 22, 2015 at 2:45:16 PM UTC-4, Mike Malandra wrote: >>>> >>>> Do you mean usi

Re: [wtr-general] Re: WATIR locks up when button is clicked in Compatibilty Mode

2015-09-22 Thread Mike Malandra
I just ran it with webdriver for ie (which is still slow for me, so if there is a way to increase the speed, i'm all ears!), and it actually closes the browser/server when the button is clicked. On Tuesday, September 22, 2015 at 2:45:16 PM UTC-4, Mike Malandra wrote: > > Do you mean

Re: [wtr-general] Re: WATIR locks up when button is clicked in Compatibilty Mode

2015-09-22 Thread Mike Malandra
driver to use webdriver? The code shouldn't > need to change much if at all, and the IE Driver is being actively updated. > On Sep 21, 2015 9:56 AM, "Mike Malandra" <michael@gmail.com > > wrote: > >> Not sure if this helps or matters, but the UI that is breaki

[wtr-general] Re: WATIR locks up when button is clicked in Compatibilty Mode

2015-09-21 Thread Mike Malandra
Not sure if this helps or matters, but the UI that is breaking is using Telerik. On Friday, September 18, 2015 at 8:56:57 AM UTC-4, Mike Malandra wrote: > > I am using Ruby 2.0.0 with Watir-Classic 4.2.0 on Windows 7 64 bit with > IE11. > > I have a script that works entirely fi

[wtr-general] WATIR locks up when button is clicked in Compatibilty Mode

2015-09-18 Thread Mike Malandra
I am using Ruby 2.0.0 with Watir-Classic 4.2.0 on Windows 7 64 bit with IE11. I have a script that works entirely fine when working with IE8. A button is clicked, the next page loads, and the expected functionality continues until the end of the script. However, I'm running into an issue when

[wtr-general] file_field().set crashing watir

2014-07-18 Thread Mike Malandra
When using file_field().set, my watir script crahes with a huge stack trace. I'm running on Windows 7 64, using Watir through cucumber. I am using IE10 as my browser. Here is the beginning of it:

[wtr-general] Re: file_field().set crashing watir

2014-07-18 Thread Mike Malandra
browser.file_field(id: 'file_APP').when_present.set(@image) where @image = File.dirname(__FILE__) + '/bb.jpg' -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general