最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Windows Power Automate - Using wildcards to indicate "any number of nested web elements" before selecting an e

programmeradmin1浏览0评论

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"]

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论