Select a button on a organization when font changes after every new login

Hi Everyone,
I have a scenario where i have to login to different organizations and i have to click on a button named import . Please let me know the solution for this.

You can try using data scrapping or find children.
You will get the src through datascrapping to which you can navigate one by one and import.

Find children would return collection of uielements to which you can ctrl+click and import

@Sourav_Anand Thank for your reply but i am getting an error while doing data scrapping : This control does not support data extraction . It is actually a link which opens a folder to select some file. Please suggest any easier way to do it.