Change some information into the web browser

Hello eveyone.

I’m creating an workflow to take some screenshots from a web page everyday, but before I need to manually alter some things into the page, like date and check some boxes.
How can I do this?

Images below.

(Data field)
In this field it need to be the date from yesterday, everyday when the screenshot is taken.

image

And here I need to select all, but less two itens.

@Guilherme_Gentil_Da_Silva

Welcome to community

If you need yesterday’s date, then you try as below

Now.AddDays(-1).ToString

Is it this you are looking for?

Hope this helps you

Thanks

I just started using the tool, how can I do this? and what about select something before take the screenshot? Cause every screenshot have to be different, and I need to select some info to the whole info change.