I'm using the IE driver and in some instances it takes upwards of 5 minutes
to log into the application I'm testing.
This sometime causes the driver to throw a timeout exception. I'll except
having the driver taking so long to log in if there was a way to increase
the driver timeout. Is there any way of doing this?
> I'm using the IE driver and in some instances it takes upwards of 5 minutes
> to log into the application I'm testing.
> This sometime causes the driver to throw a timeout exception. I'll except
> having the driver taking so long to log in if there was a way to increase
> the driver timeout. Is there any way of doing this?
> --
> You received this message because you are subscribed to the Google Groups
> "webdriver" group.
> To post to this group, send email to webdriver@googlegroups.com.
> To unsubscribe from this group, send email to
> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
> .
> For more options, visit this group at
> http://groups.google.com/group/webdriver?hl=en.
This is the exception.
org.openqa.selenium.ie.TimedOutException: The driver reported that the
command timed out. There may be several reasons for this. Check that the
destinationsite is in IE's 'Trusted Sites' (accessed from Tools->Internet
Options in the 'Security' tab) If it is a trusted site, then the request may
have taken more thana minute to finish.at
org.openqa.selenium.ie.ErrorHandler.verifyErrorCode (ErrorHandler.java:71)at
org.openqa.selenium.ie.InternetExplorerElement.click
(InternetExplorerElement.java:60)at
org.openqa.selenium.internal.seleniumemulation.Click.handleSeleneseCommand
(Click.java:33)at
org.openqa.selenium.internal.seleniumemulation.Click.handleSeleneseCommand
(Click.java:23)at
org.openqa.selenium.internal.seleniumemulation.SeleneseCommand.apply
(SeleneseCommand.java:30)at
org.openqa.selenium.WebDriverCommandProcessor.execute
(WebDriverCommandProcessor.java:270)at
org.openqa.selenium.WebDriverCommandProcessor.doCommand
(WebDriverCommandProcessor.java:188)at
com.thoughtworks.selenium.DefaultSelenium.click (DefaultSelenium.java:167)
>> I'm using the IE driver and in some instances it takes upwards of 5
>> minutes to log into the application I'm testing.
>> This sometime causes the driver to throw a timeout exception. I'll except
>> having the driver taking so long to log in if there was a way to increase
>> the driver timeout. Is there any way of doing this?
>> --
>> You received this message because you are subscribed to the Google Groups
>> "webdriver" group.
>> To post to this group, send email to webdriver@googlegroups.com.
>> To unsubscribe from this group, send email to
>> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/webdriver?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "webdriver" group.
> To post to this group, send email to webdriver@googlegroups.com.
> To unsubscribe from this group, send email to
> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
> .
> For more options, visit this group at
> http://groups.google.com/group/webdriver?hl=en.
Hmm... the IE driver wraps a timeout around every call it makes. It
should be possible to expose the amount of time you're willing to
wait. Can you please file a feature request on the issue tracker? That
way it won't fall through the cracks :)
On Wed, Dec 16, 2009 at 8:35 AM, Danny Guerrier <dguerr...@gmail.com> wrote:
> This is the exception.
> org.openqa.selenium.ie.TimedOutException: The driver reported that the
> command timed out. There may be several reasons for this. Check that the
> destinationsite is in IE's 'Trusted Sites' (accessed from Tools->Internet
> Options in the 'Security' tab) If it is a trusted site, then the request may
> have taken more thana minute to finish.at
> org.openqa.selenium.ie.ErrorHandler.verifyErrorCode (ErrorHandler.java:71)at
> org.openqa.selenium.ie.InternetExplorerElement.click
> (InternetExplorerElement.java:60)at
> org.openqa.selenium.internal.seleniumemulation.Click.handleSeleneseCommand
> (Click.java:33)at
> org.openqa.selenium.internal.seleniumemulation.Click.handleSeleneseCommand
> (Click.java:23)at
> org.openqa.selenium.internal.seleniumemulation.SeleneseCommand.apply
> (SeleneseCommand.java:30)at
> org.openqa.selenium.WebDriverCommandProcessor.execute
> (WebDriverCommandProcessor.java:270)at
> org.openqa.selenium.WebDriverCommandProcessor.doCommand
> (WebDriverCommandProcessor.java:188)at
> com.thoughtworks.selenium.DefaultSelenium.click (DefaultSelenium.java:167)
> On Wed, Dec 16, 2009 at 11:28 AM, Eran M. <eran....@gmail.com> wrote:
>> Is the exception thrown during a get() or navigateTo() call?
>> 2009/12/16 Danny Guerrier <dguerr...@gmail.com>
>>> I'm using the IE driver and in some instances it takes upwards of 5
>>> minutes to log into the application I'm testing.
>>> This sometime causes the driver to throw a timeout exception. I'll
>>> except having the driver taking so long to log in if there was a way to
>>> increase the driver timeout. Is there any way of doing this?
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "webdriver" group.
>>> To post to this group, send email to webdriver@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> webdriver+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/webdriver?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "webdriver" group.
>> To post to this group, send email to webdriver@googlegroups.com.
>> To unsubscribe from this group, send email to
>> webdriver+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/webdriver?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "webdriver" group.
> To post to this group, send email to webdriver@googlegroups.com.
> To unsubscribe from this group, send email to
> webdriver+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/webdriver?hl=en.
> Hmm... the IE driver wraps a timeout around every call it makes. It
> should be possible to expose the amount of time you're willing to
> wait. Can you please file a feature request on the issue tracker? That
> way it won't fall through the cracks :)
> Regards,
> Simon
> On Wed, Dec 16, 2009 at 8:35 AM, Danny Guerrier <dguerr...@gmail.com>
> wrote:
> > This is the exception.
> > org.openqa.selenium.ie.TimedOutException: The driver reported that the
> > command timed out. There may be several reasons for this. Check that the
> > destinationsite is in IE's 'Trusted Sites' (accessed from Tools->Internet
> > Options in the 'Security' tab) If it is a trusted site, then the request
> may
> > have taken more thana minute to finish.at
> > org.openqa.selenium.ie.ErrorHandler.verifyErrorCode
> (ErrorHandler.java:71)at
> > org.openqa.selenium.ie.InternetExplorerElement.click
> > (InternetExplorerElement.java:60)at
> org.openqa.selenium.internal.seleniumemulation.Click.handleSeleneseCommand
> > (Click.java:23)at
> > org.openqa.selenium.internal.seleniumemulation.SeleneseCommand.apply
> > (SeleneseCommand.java:30)at
> > org.openqa.selenium.WebDriverCommandProcessor.execute
> > (WebDriverCommandProcessor.java:270)at
> > org.openqa.selenium.WebDriverCommandProcessor.doCommand
> > (WebDriverCommandProcessor.java:188)at
> > com.thoughtworks.selenium.DefaultSelenium.click
> (DefaultSelenium.java:167)
> > On Wed, Dec 16, 2009 at 11:28 AM, Eran M. <eran....@gmail.com> wrote:
> >> Is the exception thrown during a get() or navigateTo() call?
> >> 2009/12/16 Danny Guerrier <dguerr...@gmail.com>
> >>> I'm using the IE driver and in some instances it takes upwards of 5
> >>> minutes to log into the application I'm testing.
> >>> This sometime causes the driver to throw a timeout exception. I'll
> >>> except having the driver taking so long to log in if there was a way to
> >>> increase the driver timeout. Is there any way of doing this?
> >>> --
> >>> You received this message because you are subscribed to the Google
> Groups
> >>> "webdriver" group.
> >>> To post to this group, send email to webdriver@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
> .
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/webdriver?hl=en.
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "webdriver" group.
> >> To post to this group, send email to webdriver@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/webdriver?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "webdriver" group.
> > To post to this group, send email to webdriver@googlegroups.com.
> > To unsubscribe from this group, send email to
> > webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
> .
> > For more options, visit this group at
> > http://groups.google.com/group/webdriver?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "webdriver" group.
> To post to this group, send email to webdriver@googlegroups.com.
> To unsubscribe from this group, send email to
> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
> .
> For more options, visit this group at
> http://groups.google.com/group/webdriver?hl=en.
> On Wed, Dec 16, 2009 at 11:57 AM, Simon Stewart <simon.m.stew...@gmail.com
> > wrote:
>> Hmm... the IE driver wraps a timeout around every call it makes. It
>> should be possible to expose the amount of time you're willing to
>> wait. Can you please file a feature request on the issue tracker? That
>> way it won't fall through the cracks :)
>> Regards,
>> Simon
>> On Wed, Dec 16, 2009 at 8:35 AM, Danny Guerrier <dguerr...@gmail.com>
>> wrote:
>> > This is the exception.
>> > org.openqa.selenium.ie.TimedOutException: The driver reported that the
>> > command timed out. There may be several reasons for this. Check that the
>> > destinationsite is in IE's 'Trusted Sites' (accessed from
>> Tools->Internet
>> > Options in the 'Security' tab) If it is a trusted site, then the request
>> may
>> > have taken more thana minute to finish.at
>> > org.openqa.selenium.ie.ErrorHandler.verifyErrorCode
>> (ErrorHandler.java:71)at
>> > org.openqa.selenium.ie.InternetExplorerElement.click
>> > (InternetExplorerElement.java:60)at
>> org.openqa.selenium.internal.seleniumemulation.Click.handleSeleneseCommand
>> > (Click.java:23)at
>> > org.openqa.selenium.internal.seleniumemulation.SeleneseCommand.apply
>> > (SeleneseCommand.java:30)at
>> > org.openqa.selenium.WebDriverCommandProcessor.execute
>> > (WebDriverCommandProcessor.java:270)at
>> > org.openqa.selenium.WebDriverCommandProcessor.doCommand
>> > (WebDriverCommandProcessor.java:188)at
>> > com.thoughtworks.selenium.DefaultSelenium.click
>> (DefaultSelenium.java:167)
>> > On Wed, Dec 16, 2009 at 11:28 AM, Eran M. <eran....@gmail.com> wrote:
>> >> Is the exception thrown during a get() or navigateTo() call?
>> >> 2009/12/16 Danny Guerrier <dguerr...@gmail.com>
>> >>> I'm using the IE driver and in some instances it takes upwards of 5
>> >>> minutes to log into the application I'm testing.
>> >>> This sometime causes the driver to throw a timeout exception. I'll
>> >>> except having the driver taking so long to log in if there was a way
>> to
>> >>> increase the driver timeout. Is there any way of doing this?
>> >>> --
>> >>> You received this message because you are subscribed to the Google
>> Groups
>> >>> "webdriver" group.
>> >>> To post to this group, send email to webdriver@googlegroups.com.
>> >>> To unsubscribe from this group, send email to
>> >>> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
>> .
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/webdriver?hl=en.
>> >> --
>> >> You received this message because you are subscribed to the Google
>> Groups
>> >> "webdriver" group.
>> >> To post to this group, send email to webdriver@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
>> .
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/webdriver?hl=en.
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "webdriver" group.
>> > To post to this group, send email to webdriver@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
>> .
>> > For more options, visit this group at
>> > http://groups.google.com/group/webdriver?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "webdriver" group.
>> To post to this group, send email to webdriver@googlegroups.com.
>> To unsubscribe from this group, send email to
>> webdriver+unsubscribe@googlegroups.com<webdriver%2Bunsubscribe@googlegroups .com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/webdriver?hl=en.