Skip to content

Commit b770835

Browse files
author
AutomatedTester
committed
1 parent 6ce3241 commit b770835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/errorhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def check_response(self, response):
100100
if value_json and isinstance(value_json, basestring):
101101
import json
102102
value = json.loads(value_json)
103-
status = value['status']
103+
status = value['error']
104104
message = value['message']
105105

106106
exception_class = ErrorInResponseException

0 commit comments

Comments
 (0)