Skip to content

Commit

Permalink
Restoring error code 6: NoSuchDriver
Browse files Browse the repository at this point in the history
r18145
  • Loading branch information
barancev committed Nov 14, 2012
1 parent e485463 commit ad49397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,7 @@ def main():
#implementation detail of an old version of the IEDriver.'),
# ErrorCode(5, 'NoStringWrapper', 'This is probably an unused \
#implementation detail of an old version of the IEDriver.'),
# ErrorCode(6, 'NoSuchDriver', 'This is probably an unused \
#implementation detail of an old version of the IEDriver.'),
ErrorCode(6, 'NoSuchDriver', 'A session is either terminated or not started'),
ErrorCode(7, 'NoSuchElement', 'An element could not be located on the \
page using the given search parameters.'),
ErrorCode(8, 'NoSuchFrame', 'A request to switch to a frame could not be \
Expand Down

0 comments on commit ad49397

Please sign in to comment.