Skip to content

Conversation

@aquality-automation
Copy link
Collaborator

No description provided.

Nikikuzi and others added 7 commits August 14, 2019 14:55
…ity-selenium-java into feature/unfocus-mouseup # Conflicts: #	src/main/java/aquality/selenium/elements/Element.java #	src/main/java/aquality/selenium/elements/TextBox.java #	src/main/java/aquality/selenium/elements/actions/MouseActions.java #	src/main/java/aquality/selenium/elements/interfaces/IElement.java #	src/main/java/aquality/selenium/elements/interfaces/ITextBox.java
public void moveMouseFromElement() {
infoLoc("loc.movingFrom");
RemoteWebElement remoteWebElement = element.getElement();
ElementActionRetrier.doWithRetry(() -> performAction(((actions, el) -> actions.moveToElement(remoteWebElement,
Copy link
Contributor

Choose a reason for hiding this comment

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

seems that the part of this expression is common and could be moved to a private method (especially ElementActionRetrier.doWithRetry calling

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

resolved

@aquality-automation aquality-automation merged commit 83dd58a into master Aug 16, 2019
@aquality-automation aquality-automation deleted the feature/unfocus-mouseup branch August 18, 2019 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants