FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

chromedriver hangs on SecurityError #1101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue Description:
When navigating to a website that causes a SecurityError "Failed to clear temp 
storage", the "get" command freezes and never returns even if every timeout has 
been set.

        driver.manage().timeouts()
              .pageLoadTimeout(10000, TimeUnit.MILLISECONDS)
        .implicitlyWait(10000, TimeUnit.MILLISECONDS)
        .setScriptTimeout(10000, TimeUnit.MILLISECONDS);

Steps to reproduce (if relevant, you MUST provide a simplified html page or
link to public site):
I haven't been able to create minimal reproduction of a webpage that gives the 
said SecurityError.

Original issue reported on code.google.com by ch...@thousandeyes.com on 20 May 2015 at 9:10

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting the bug.
Without the webpage, it would be difficult to reproduce the issue. 
Could you please provide a reproducible html page & a testcase?

Original comment by gmanikp...@chromium.org on 20 May 2015 at 5:19

GoogleCodeExporter commented 9 years ago
On further attempts to reproduce this, I found that this website always crashes 
the Chrome tab. I'll file a bug on Chromium once I can figure out how make a 
reproduction case (I don't own the website and the JavaScript is obfuscated).

Please close this. Thanks.

Original comment by ch...@thousandeyes.com on 21 May 2015 at 11:52

GoogleCodeExporter commented 9 years ago
Closing the bug as per the comment#2

Original comment by gmanikp...@chromium.org on 1 Jun 2015 at 8:55