Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Issue 11088038: Fix IEDriver error on closing. (Closed)

Created:
8 years, 2 months ago by Emily Fortuna
Modified:
8 years, 2 months ago
Reviewers:
gram
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix IEDriver error on closing. Committed: https://code.google.com/p/dart/source/detail?r=13444

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M tools/testing/run_selenium.py View 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Emily Fortuna
8 years, 2 months ago (2012-10-09 21:15:50 UTC) #1
gram
I assume that the old try/catch was to handle IE crashing on close()? If so, ...
8 years, 2 months ago (2012-10-09 21:18:09 UTC) #2
Emily Fortuna
8 years, 2 months ago (2012-10-09 21:23:26 UTC) #3
yep. The try catch was to handle the IE crashing and also chrome crashing
because if you look -- the if statement was always evaluating to false since it
was a browser object, not a string (typechecking is nice)

Powered by Google App Engine
This is Rietveld 408576698