Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Addition to the #817. JsonToMobileElementConverter: fixed #825

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.

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

Successfully merging this pull request may close these issues.

4 participants