Page 1 of 1

Re: What is the best way to determine if an element exist on the webpage?

Posted: Mon Aug 19, 2019 3:35 pm
by salvadordf
Search the node using JavaScript and send the result using a JavaScript extension

The JSRTTIExtension and JSExtension demos have a generic function called "myextension.sendresulttobrowser" to do that.

You can also use a DOM visitor to search for nodes. See the DOMVisitor demo.