-
Notifications
You must be signed in to change notification settings - Fork 293
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
Swipe keyword parameters not completely renamed #126
Comments
please check my comment on #125 |
I have read your comment and checked the code, I don't understand why this issue is closed. Trying to use |
@smaspe you can get the master code right now, issue is fixed on master |
@serhatbolsu thanks, but no thanks. Last time I updated, albeit to a released version, I got this regression packaged with it. So I will not get the current code from master. Not to mention it would require a significant change in the way the rest of the team uses the test suites (we are using |
Also, I don't understand why this issue is closed (given that it is present on the latest release.) |
@serhatbolsu It is good that this has been fixed in the master and thus it will be available in the next release. Also in our case we stick to published releases and we do not fetch a snapshot from master. |
@serhatbolsu thanks for the release! @MarkkuTurunen if you have not seen, there just was a new release addressing specifically that issue. |
Parameters offset_x and offset_y are not used. driver.swipe() receives parameters by their old names end_x and end_y.
The text was updated successfully, but these errors were encountered: