webdriver
webdriver copied to clipboard
Usage of context.object is deprecated in favor of "this"
As given by the DOM spec: https://dom.spec.whatwg.org/#context-object
The usage of context.object is deprecated, and needs to be replaced with this. The WebDriver spec uses it across several commands.