I have a button selector using get element, occasionally OpenRPA would mistake this button for another button. While I was trying to solve this I encountered that making search_descendants False would solve this, and I want to know what this flag does!
search_descendants
tells OpenRPA what settings you had when creating the selector.
If you go to Settings → Recorder plugins → Windows
there is a “Search descendants” options … this tell OpenRPA if you are defining ever single element in the element tree, to get to the object, or if OpenRPA should treat each element ( except the first ) as a query into all elements under the currently found element ( this is how most rpa tools do it )
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.