[wtr-general] Watir-classic execute_script no longer working in IE11

2015-01-16 Thread Jim Evans
Sorry, no. The Windows Update in question breaks a ton of functionality when you try to automate IE from out of process. However, the February cumulative update should resolve the issue, if the last comment (from a Microsoft employee) on the Microsoft Connect report is to be believed. -- --

[wtr-general] Re: watir-webdriver + protected mode in XP-IE8

2014-11-12 Thread Jim Evans
How to solve it? Set the Protected Mode settings. For the technical reasons why the IE driver requires this, see http://jimevansmusic.blogspot.com/2012/08/youre-doing-it-wrong-protected-mode-and.html -- -- Before posting, please read http://watir.com/support. In short: search before you ask,

Re: [wtr-general] Scripts not working in IE11 browser

2014-07-29 Thread Jim Evans
If you're using the WebDriver implementation of the IE driver with watir-webdriver, you should take a look at the WebDriver project's wiki page for how to configure IE to properly work with the driver[1]. It has been updated to include extra configuration steps for IE11. Note carefully the

[wtr-general] Entering data to text field is taking time in Watir Web driver

2014-04-22 Thread Jim Evans
You haven't provided this information, and I'm not an expert in watir-webdriver, so I'm going to have to rely on my psychic debugging powers. My psychic powers tell me you're running Internet Explorer 10 or 11, and since you're on a 64-bit version of Windows, you assumed you should use the

[wtr-general] Text Entry is very slow using IE 10+

2014-03-14 Thread Jim Evans
What version of IEDriverServer.exe are you using? More importantly, are you using the 64-bit version of the executable? If you are using the 64-bit exe, don't. Use the 32-bit exe with IE10+. With IE10+, even on 64-bit Windows, and even if you explicitly launch a 64-bit iexplore.exe, the content

[wtr-general] Re: Internet Explorer - watir-webdriver question

2013-04-25 Thread Jim Evans
Just a wild guess, but are you running on 64-bit Windows 7? What version of IEDriverServer.exe are you running, 32-bit or 64-bit? IE, or any process, for that matter, can't load a cross-bitness .dll (an ActiveX control is a .dll with some specific API endpoints built into it). So if your

[wtr-general] .attach method

2013-02-02 Thread Jim Evans
You don't. The WebDriver API doesn't support attaching to an existing browser yet, so watir-webdriver can't provide this functionality either. Additionally, a large use case for attaching to an existing browser window is in manipulating popup browser windows[1], and WebDriver does provide a

Re: [wtr-general] watir, watir-webdriver, watir-classic: history and current state?

2013-01-31 Thread Jim Evans
Let me piggyback off of Željko's comments to reiterate that the WebDriver development team welcomes any and all contributions toward making the drivers more stable. I realize that having watir-classic is a disincentive for folks to spend time helping with the IE driver, if only because it

Re[2]: [wtr-general] Re: Installing the IEDriverServer

2013-01-17 Thread Jim Evans
I don't want to leave you with the impression that this isn't a very helpful place to get answers. It is, and answering your question was no trouble at all. In the future though, it's best to start a new thread for a new question. :) -- Before posting, please read http://watir.com/support. In

[wtr-general] Re: Watir-webdriver - Screenshots - Browser is minimised before screeshot is taken and only part of the page is saved

2013-01-16 Thread Jim Evans
I'm going to use my psychic debugging powers to deduce that you're automating IE with the watir-webdriver gem. If I'm wrong, disregard the following explanation. Screenshots in WebDriver are, by definition, of the full page. However, in order to take a screenshot of the full page without

Re: [wtr-general] Re: Installing the IEDriverServer

2013-01-16 Thread Jim Evans
Normally I'd say, Start a new thread; don't hijack other peoples', but I'm too tired to argue about it. How to solve the problem is to set the browser zoom level to 100%. That is to say, open IE manually, and type Control+0 (that's hold the control key down while typing the number zero). That

[wtr-general] Installing the IEDriverServer

2012-08-14 Thread Jim Evans
Don't add the executable name in the path entry. In other words, if you put IEDriverServer.exe in C:\WebDrivers, put C:\WebDrivers in your path. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Re: Cannot subclass Table

2009-08-11 Thread Jim Evans
folks? --Jim Evans Numara Software, Inc. On Aug 10, 7:50 pm, Bret Pettichord bpettich...@gmail.com wrote: Add this line to your script:   require 'watir/ie' Bret On Aug 10, 1:03 pm, Jim Evans jim.ev...@numarasoftware.com wrote: As I mentioned in a previous message, I'm trying to model

[wtr-general] Re: Modeling web pages and table rows

2009-08-11 Thread Jim Evans
concerns in my organization about a need for cross-platform (not just cross-browser) test execution. Thus, I find myself in unfamiliar territory. On Aug 10, 7:49 pm, Bret Pettichord bpettich...@gmail.com wrote: Can you show us what you tried? On Aug 10, 9:07 am, Jim Evans jim.ev

[wtr-general] Cannot subclass Table

2009-08-10 Thread Jim Evans
, but I'd really appreciate a nudge in the right direction. --Jim Evans Numara Software, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general