I am a beginner to UiPath and I want to automate a simple process of Tableau Desktop.
1)Open Tableau Desktop workbook → 2)go to data source tab → 3)click refresh
However, UiPath shows error “The indicated element does not belong to the target application/browser.” when i added click activity.
Also when i first open tableau workbook there is a pop up message box saying, ‘Could not find the UI element corresponding to this selector:’
The reason i cannot automate refresh on tableau server is because server doesn’t have access to the excel in remote pc that would be regularly updated.
is there anyway i can still make the click happen?
thank you.
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Hi Nithinkrishna,
thank you for replying.
Actually after playing some round myself. I now have different issue.
What i want to do is to open a workbook with Tableau desktop application. Then doing some clicks in order to refresh the data in this workbook. Lastly, upload the workbook to server dashboard.
I use ‘Use application’ activity to start the application and then define the elements to click. However, i always succeed when i start from click activity while facing failure if i let the work flow run from launching the application itself.
I also tried sending hotkey after application is opened however it will then shows ‘Invalid UInode’ error message.
I already set delay time for the application to finish opening.
thank you so much. it worked!
i actually removed the title from selector because there is anyway only 1 window of this application open at a time and that i thought it is not necessary.