Just letting you know that i'm using Watir-Classic to test against IE daily 
and i don't have any problems with it. The name "classic" does not meen 
it's old, deprecated and not working. By the way, i'm also one of the core 
developers for Watir-Classic so if you find some bugs which you can 
reproduce then i'm willing to investigate and fix these :)

Jarmo Pertman
-----
IT does really matter - http://itreallymatters.net


On Thursday, December 6, 2012 4:54:06 PM UTC+2, Oscar.Rieken wrote:
>
> What are the actual errors if you are using xpath there could be problems 
> with that if they are timeouts it would be a different error 
>
> Without an actual error especially since they are intermittent the best I 
> could offer you is to bump the implicit wait for only ie and see if this 
> helps 
>
> Sent from my iPhone
>
> On Dec 6, 2012, at 9:41 AM, Kapil Rajak <kapil108...@gmail.com<javascript:>> 
> wrote:
>
> I got it Željko, thanks, my last two question, 
>
> 1. what can be the possible reason/explanation for the issue I am getting 
> when I am running thousands of cases, the execution becomes idle, I mean I 
> can see no progress is going on browser, but when I click one of the 
> browser which was doing nothing, execution resumed, I can see the browser 
> started working.
>
> 2. If Watir-webdriver is not that good with IE, is there any other 
> alternative? or what you suggest.
>   
>
> On Thursday, 6 December 2012 19:01:39 UTC+5:30, Željko Filipin wrote:
>>
>> On Thu, Dec 6, 2012 at 1:57 PM, Kapil Rajak <kapil108...@gmail.com>wrote:
>>
>>> But don't you get issues like I mentioned?
>>
>>
>> Yes. From my experience, IEdriver has the most problems that are hard to 
>> fix. (I have a lot of experience with Firefox and Chrome drivers, both 
>> pretty stable. I do not have a lot of experience with Opera and Safari 
>> drivers.) Most of the problems that I have seen is caused by IEdriver not 
>> waiting enough before executing the next action.
>>
>> Example: enter username and password, click login button, then check if 
>> the page contains text "welcome". The script fails when checking for the 
>> text, the error message says it is not there. Problem fixed by waiting for 
>> an element to be on the page, then checking page text:
>>
>> http://watirwebdriver.com/waiting/
>>
>> Željko
>>
>  -- 
> Before posting, please read http://watir.com/support. In short: search 
> before you ask, be nice.
>  
> watir-...@googlegroups.com <javascript:>
> http://groups.google.com/group/watir-general
> watir-genera...@googlegroups.com <javascript:>
>
>

-- 
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
watir-general+unsubscr...@googlegroups.com

Reply via email to