Addition to the #817. JsonToMobileElementConverter: fixed by TikhomirovSergey · Pull Request #825 · appium/java-client
Conversation
Change list
Addition to the #817. JsonToMobileElementConverter: fixed
Types of changes
- No changes in production code.
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
Mykola Mokhnach and others added 9 commits
January 21, 2018 10:07| return element; | ||
| Object toBeReturned = result; | ||
| if (toBeReturned instanceof RemoteWebElement) { | ||
| toBeReturned = newRemoteWebElement(); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra space here
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather name it like "patchedWebElement"
In which version the changes are available? Tried with java client version "java-client-6.0.0-BETA3" but still getting the same error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters