I’m trying to get information from a portal, but I’m not getting uiPath to interact with the portal.
Looking deeper into the HTML code of the portal I noticed that they are using tables to align the forms on screen and when I try to do a “Click” or “Type Into” activity, uiPath cannot identify the element on the screen. I tried to do it by fixed position but the site has a scroll bar and the position of the components before the screen is relative.
Does anyone have any idea how to solve this?
is that portal using iframes by any chance?
Yes, using iframes
Then i am afraid you have two options, use IE, or use the URL of the iframe (if possible) in the open browser.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.