Hi Guys,
So i have a requirement to download files from the web page daily. The steps are as follows:
- Log into webpage
- Enter credentials
- Navigate to web link from where to download the file
- Search for record containing Name = “certain name” in the export history table
- Download by clicking on ‘Complete’
So I need to search for RDI Team with today’s date and check if status is completed. If both matches then I click complete and files get downloaded.
Issue:
When i go to indicate element in web page it doesn’t select the elements I want but some random area. I know i can use Find element and other UI Automation activities but i am not able to select proper elements.
Can somebody help.
Thanks,
Ashish