webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Remove browsing context argument for "get or create a node reference"

Open whimboo opened this issue 2 years ago • 0 comments

Given that the browsing context of the node is required to store the node reference there is no need to pass the browsing context as additional argument. Instead it can directly retrieved from the node argument.

https://w3c.github.io/webdriver/#dfn-get-or-create-a-node-reference

whimboo avatar Jun 06 '23 12:06 whimboo