I am getting an URL Link to Approve login of web portal.
I am using Outlook activity to get email and I am splitting email body also, I am able to get the link in log message too. Now just need to open that email and click on that word Approve.
See below. How can i open that email and click on Approve ? (URL Link behind Approve word)
From the image i can see that its a approve and deny button that is embedded into outlook mail. It is not a URL that you can open from browser but it needs more parameters from outlook directly
Or it is some approval mail for a site and the site is blocking the bot to open because it identified that no human has approved it.
Try start process instead might work
Pass the chrome.exe file as Filepath and in arguments try passing the URL that might be a workaround
You understand correctly. There is a button to click on it . (Button is for login Approve or Deny).
So Is there any way that I can go in that particular email and click the “Approve” Word ?
Can you provide example of what you are trying to say here ?
In get email change select isbodyhtml then save the body of email using write text file as a .html file. Use open browser and pass the file you saved in the url field. Then on the opened page… you will see approved button…use click activity to click it
Dont use get mail in office 365 unless you have the appropriate details . Use get mail from outlook or smtp which ever you have access to.are you able to get the element for approve after saving? If not then then you have to add the url that you are getting in this string approve then you will find it as button . Then it can be clicked