Skip to content

Conversation

TikhomirovSergey
Copy link
Contributor

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)
return element;
Object toBeReturned = result;
if (toBeReturned instanceof RemoteWebElement) {
toBeReturned = newRemoteWebElement();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space here

Copy link
Contributor

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"

@mandshashi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants