How to know if a PDF is loaded in Edge Browser

Hi, I am automating a process where an Invoice loads in an Edge Browser. I want to confirm that the Invoice is fully loaded before saving it from the browser.
I was going through the post where someone suggested to use Get Attribute property to find that the page is fully loaded.
Can anyone please guide on to how can I do that?
I am getting the following list of Properties:

image

Thanks

@Rachita_Chauhan,

You can use element exists activity?

send a pdf I will try and let you know

Hi @Rachita_Chauhan

Is the pdf loaded from web or from your local,

If it is loading from web you can set wait for ready to complete (so that the web page can be fully loaded) in the next activites (like click activity) property panel…

Thanks

from Microsoft Edge.