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.
@ashishsinha1504 - welcome to community!
there could be a reason where the page is build on javascript/custom tags and those are not automation friendly.
to verify - pls navigate to the same page -? right click → page view source →
if you find custom html tags inside body with hiding/less the html code…
Sorry @GBK. I tried using the UiExplorer but i am unable to select the elemets. The code I gave you is the table structure but I need to click to RDI Team Complete link which will download the file.