I have a web automation flow where I cannot write to a specific UI element, with an error message stating that the object reference is not valid.
I assume this is because of the actual web address is dynamic, even though the element ID in the DOM is still identical.
Within my flow a button is clicked on the starting web page, which launches another tab in the browser. It is on this new tab that my problematic UI element is located on. Is there any way to make the subsequent web automation steps interact with this new tab automatically?
Or, what ways are there to make the web address dynamic within the Desktop flow, e.g. just looking for part of the URL?
Thanks.