Skip to content

Addition to the #817. JsonToMobileElementConverter: fixed #825

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 9 commits into from
Feb 4, 2018
Merged

Addition to the #817. JsonToMobileElementConverter: fixed #825

merged 9 commits into from
Feb 4, 2018

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants