Closed mtlynch closed 8 years ago
Review status: 0 of 4 files reviewed at latest revision, 1 unresolved discussion.
_tests/test_browser_client_common.py, line 96 [r1] (raw file):_ Add a test which has normal "version" field?
Comments from Reviewable
Review status: 0 of 4 files reviewed at latest revision, 1 unresolved discussion.
_tests/test_browser_client_common.py, line 96 [r1] (raw file):_
That is the intent of the test_get_version_returns_successfully_when_driver_has_standard_version
test above. Did you have something else in mind?
Comments from Reviewable
Review status: 0 of 4 files reviewed at latest revision, 1 unresolved discussion.
_Comments from Reviewable_
Microsoft's WebDriver for edge places the browser version information in the 'browserVersion' field instead of the 'version' field. This adds a function that checks both fields if a 'version' field is not present and refactors both the banjo and HTML5 clients to use this function instead of reading the 'version' field directly.
This change is