admin管理员组文章数量:1406461
I'm trying to automate something on a web page where multiple elements will need to be clicked, selected, filled, etc. I've figured out that Power Automate requires the full nested element path down to the particular element, not just the ID or class or whatever, like this:
body > div > div > div > div > div > div > div > div > div > div > iframe form[Id*="class-details-page"] input[Id*="time"]
Is there any way to tell it "go as deep in nested elements as necessary to find the element with this ID"? Because an ID on a web page has to be unique, it doesn't matter what other nesting is in place, something like this:
body > * > input[id="class-time"]
本文标签:
版权声明:本文标题:Windows Power Automate - Using wildcards to indicate "any number of nested web elements" before selecting an e 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745015637a2637822.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论