Check if the web form contains a specific text

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?

Thanks :slight_smile:

Blockzitat

@starterui

Welcome to the community

what happened with element exists or get text activities? were they not helpign or are you getting error?

if not helping how did you try?

did you try with dynamic selector?

cheers

@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 :slight_smile:

@starterui

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

Cheers

@Anil_G
Thanks a lot!! I found the verify option, this is exactly what I needed :grinning:

1 Like

@starterui

Glad it helped…can you close the topic if resolved else happy to help

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.