We use 'moveCursorTo' to move the cursor to an item in a table.
It is working, but we are now seeing deprecation warnings. What should we plan to use in the future?
• I move cursor to {"css":"tr[name=\"2162\"] td[data-name='NAME']"}
WARNING: the "moveTo" command will be depcrecated soon.
Please use a different command in order to avoid failures
in your test after updating WebdriverIO.
Related #525
To be honest I don't know what to do :cry:
From https://github.com/webdriverio/webdriverio/issues/2076:
@christian-bromann:
@pzrq we actually don't know yet how we would replace the keys command. It won't be removed from the WebdriverIO API until there is a replacement so take this warning not super seriously.
@Godsmith just use v4.7.x which doesn't contain these warnings
Most helpful comment
From https://github.com/webdriverio/webdriverio/issues/2076: