Hello,
I am supposed to do a following task:
Develop a RPA robot which performs the following tasks.
-
Opens a Yahoo Finance website, Yahoo Finance - Stock Market Live, Quotes, Business & Finance News
-
Look up the historical data of stock prices of following stocks and download it.
a) Wärtsilä Oyj Abp (WRTBF) b) UPM-Kymmene Oyj (UPM.HE) c) Tesla, Inc. (TSLA)
Use the following filters,
01-Jan 2015 to 01-Jan 2022
Monthly
-
Copy the downloaded files into a folder named Stock Prices.
-
Open the individual excel files containing the stock price data, and create a date vs open stock price line graph for all the three stocks.
-
Extract the excel line graphs as an image file and save them under respective stock names in the Stock Prices folder created in an earlier step.
The main problem is how to make UiPath to download and save the file (.xlsx) to a specific folder on my computer?
And not related to this task: When using ‘Get Text’ function how can I make the program to get thr text from specific location but not the exact text (since the text might change in some cases)?
Help is much appreciated! Comments, hints etc. are all welcome! Thanks!