Hi,
Now I having a problem in my UIPATH studio which is unable to edit the html title and cause the BOT unable to find the element. Any solution for this?
Furthermore, I also unable to open the UI explorer in selector editor.
Thank you
Hi,
Now I having a problem in my UIPATH studio which is unable to edit the html title and cause the BOT unable to find the element. Any solution for this?
Furthermore, I also unable to open the UI explorer in selector editor.
Thank you
Are you facing the same issue all the UI element activities ?
If yes can you please update UiPath studio as you are using older version and then check once.
Hi,
It’s because the activity is in container such as OpenBrowser/Attach Browser etc.
If you want to handle it in the same browser tab, you don’t need to care it.
If you want to handle element in another tab, please add top level selector in Selector property directly.
Regards,
Hi Yoichi,
It is in the same tab, but after I click some button it will redirect to other page and cause the html title had changed.
Can you show me how to handle the statement that you stated below? I am new in UIPATH.
“If you want to handle element in another tab, please add top level selector in Selector property directly.”
Thank you
Hi,
If you need to get full selector of the element in classic mode, one of the simplest ways is to launch UiExplorer from ribbon menu of Studio. It outputs full selector and we can copy and paste it to Selector property directly , then add double quote etc.
Note: It doesn’t matter if the title changes, as long as the elements in the same tab are operated in a single container
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.