Case 'remove'
$iActionType = 2
$sJavaScript = "arguments[0].remove();"
Questions
Should I set up a pull request? @mlipok already voted YES 😅 . What about you @Danp2?
I will test it, for sure. Should I provide a testing script or extend the wd_demo.au3 file with an example? Or is this too much for such a simple addtion?
Which files should I also update, in case I get the GO?
What
I would like to extend
_WD_ElementActionEx()
by the command 'remove'.Why
Because there was a forum question/requirement to remove an element of the DOM.
What would the changes look like
I guess it's quite simple and it would be similar to:
Actually this:
Questions
wd_demo.au3
file with an example? Or is this too much for such a simple addtion?Best regards Sven