RPA Interrogating IE Tabs/Frames
Hey all,
I am automating a process which creates a new request. This request appears in a tab and has several controls I need to interact with, but when interrogated, they do not show a target despite being matched. When the interrogation ends they lose the match.
Using the Web Control -> List Browsers and Frames I have a consist match to the frame as a container. Is there a way I can use this interrogated frame as the basis to gather it's subsequent controls? The page shown on the tab/frame has controls whose ids never change.
The children of the Request_iFrame was done without Global Web Page; however the issue exists with GWP enabled.