I would like to know how to remove a html element based on its id when I load a website using nightmare js.
Thanks
I would like to know how to remove a html element based on its id when I load a website using nightmare js.
Thanks
Copyright © 2021 Jogjafile Inc.
You are capable of using the .evaluate() method so that you can then run vanilla JS code, in which you could use a JQuery command to accomplish what you need...