If the page dynamically changes after a query has been run, new node may match, or existing nodes may not match anymore. So, it would be good if the query could be run again.
We should watch out for performance-related problems though. In some cases pages animate elements by rapidly mutating DOM attributes. So at the very least some throttling would be needed.
If the page dynamically changes after a query has been run, new node may match, or existing nodes may not match anymore. So, it would be good if the query could be run again.
We should watch out for performance-related problems though. In some cases pages animate elements by rapidly mutating DOM attributes. So at the very least some throttling would be needed.