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

本文标签: