Addition to the #817. JsonToMobileElementConverter: fixed by TikhomirovSergey · Pull Request #825 · appium/java-client

Conversation

@TikhomirovSergey

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

mykola-mokhnach

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"

mykola-mokhnach

SrinivasanTarget

@mandshashi

In which version the changes are available? Tried with java client version "java-client-6.0.0-BETA3" but still getting the same error.