Given this xpath syntax
//div[@class="sk-circle-container"]
Can somebody convert it to find the div that has attr class sk-circle-container
in the entire DOM as JQuery script?
This seems to not find anything, even if the element is there: div:contains(sk-circle-container)