massedge / xpathjs

Cross-browser XPath 1.0 implementation in JavaScript.
http://www.pokret.org/products/xpathjs-javascript-based-xpath-library/
MIT License
46 stars 28 forks source link

can you support iframe like '//iframe//html' #25

Open nrz123 opened 3 years ago

nrz123 commented 3 years ago

能不能封装一下使用一段xpath直接访问iframe中元素比如‘//iframe/html’,而不是先查找iframe然后用iframe的document去访问内部元素

andrejpavlovic commented 3 years ago

You could try extending the library to support that, but it's not something we are looking to implement.