Closed gianlucampos closed 3 years ago
Done
@gianlucampos the new clickAt
looks good.
Could you refactor the following methods:
This will help with maintenance in case we need to change the click or add more clicks.
Now that I look into the WebBot, they added the number of clicks into the moveAndClick
method.
@gabrielarchanjo what do you think? Should we go with the WebBot way or the refactor proposed here at DesktopBot for uniformity?
Maybe we could refactor the
clickAt
to have an overload with the number of clicks so we can reuse for double, triple and etc... Also theclickAt
is missing thesleep(sleepAfterAction);
. Could you please address that?