Breaking moveToElement (and possibly a few other commands) in v3.8.0 as it is extending the command args parameter for additional metadata, causing metadata to be considered as one of the args during the command run.
The selector sometimes appear as [object Object] (selector should be serialized to a string properly or would need some other way to extract the actual selector).
Reverts nightwatchjs/nightwatch#4214
Issues with the PR to be reverted:
moveToElement
(and possibly a few other commands) inv3.8.0
as it is extending the commandargs
parameter for additional metadata, causing metadata to be considered as one of the args during the command run.[object Object]
(selector should be serialized to a string properly or would need some other way to extract the actual selector).