Hi,
I have following task to accomplish: Ask the user for a last name and a city. Determine the local time of this city. Navigate to the web form below (in Firefox/Chrome) using a bot, switch to the Preview tab, and enter the user’s data.
I have accomplished everything so far except for the last step. I need to varify if the web form really contains the data. If this is the case then the person will get a message, if not the person will get an error as a message.
I’ve tried “Element Exists, GetAttribute,…” so far. Can anyone help me out here?
@Anil_G
I did this so far input dialog to ask for name and city → use browser to extract the time for the city → use browser to get to the web form and type into city name and time
Now I just want one activity which can help me to figure out if the web form is correctly but with only one activity.
Sorry I just downloaded UiPath and it is my first process
You mean you want to verify the data you filled only?
Or is it something that would come as response for the form you filled
If you want to make sure what you filled is correct…then no nee activity is also needed…in type into you have a verify option which will verify if the filled data is as expected or not